﻿/*-------------------------------------------------------------
Theme Name: johomiyagi
Theme URI: http://www.joho-miyagi.or.jp/
Description: joho-miyagi.or.jp create it.
Author: joho-miyagi.or.jp
Author URI: http://www.joho-miyagi.or.jp/
Version: 01
-------------------------------------------------------------*/
.post {
	overflow: auto;
	height: 550px;
	padding-right: 10px;
}

.post a:link { text-decoration: underline;}
.post a:visited { text-decoration: underline;}
.post a:hover { text-decoration: none;}

.post h4 {
	border: 3px double #bdc872;
	margin-bottom: 5px;
	padding: 3px 0 0 5px;
	color: #bdc872;
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.post p {
	margin-bottom: 0.8em;
}
.post ul {
	margin: 0 0 0.8em 18px;
	list-style: disc;
}
	.post ul li {
		margin: 5px 0;
	}
		.post ul li ul {
			margin: 0 0 0 13px;
		}
		.post ul li ol {
			margin: 0 0 0 25px;
		}

.post ol {
	margin: 0 0 0.8em 30px;
	list-style: decimal;
}
	.post ol li {
		margin: 5px 0;
	}
		.post ol li ul {
			margin: -7px 0 0 15px;
		}

.post hr {
	background: #fff;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	color: #fff;

}
.post .blank {
	background: url(img/icon_blank.gif) no-repeat right center;
	padding: 0 15px 0 0;
}
.post .box {
	clear: both;
	border: 1px solid #c5ebd4;
	padding: 5px 10px;
	margin: 5px 0;
}
.post table {
	background: #666;
	margin-bottom: 10px;
}
	.post table caption {
		text-align: center;
		font-weight: bold;
	}
	.post table th {
		background: #c5ebd4;
		padding: 7px;
		text-align: center;
		font-weight: bold;
		white-space: nowrap;
		vertical-align: top;
	}
		.post table td {
			background: #fff;
			padding: 7px;
			vertical-align: top;
		}
.post dl {
}
	.post dl dt {
	}
	.post dl dd {
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		padding-bottom: 5px;
	
	}
.post blockquote {
	background: #f0fff0 url(img/blockquote.gif) no-repeat 5px 5px;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}







input:hover{
	background-color: #effff9;
}
textarea {
	background-color: white;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2px 5px;
	margin: 2px;
}
input {
	background-color: white;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2px 5px;
	margin: 2px;
}

textarea:hover {
	background-color: #effff9;
}

/*                                                      print
-------------------------------------------------------------*/
@media print {
.post {
	overflow: visible;
	height: 100%;
	padding: 0;
}
}

/*                                                                     add
-------------------------------------------------------------*/
#bnr_footer {
	clear: both;
	padding-left: 60px;
}
#bnr_footer ul {
	height: 50px;
	padding: 10px 0;
}
#bnr_footer ul li {
	float: left;
	margin-right: 20px;
}

#side #bnr_side {}
#side #bnr_side ul {
	margin: 20px 0 0 10px;
}
#side #bnr_side ul li {
	width: 150px;
	margin: 0 0 10px 12px;
	text-indent: 0;
}
#side #bnr_side ul li a {
	width: 150px;
}

#pickup {
	background: url(img/bgpickup.gif) no-repeat left top;
	position: relative;
	width: 365px;
	height: 115px;
	margin: 0 0 10px;
}
#pickup p {
	position: absolute;
	top: 57px;
	left: 10px;
	padding: 0 10px 0 0;
	line-height: 1.25;
	font-size: 93%;
	z-index: 2;
}
#pickup h2 {
	line-height: 1.25;
	font-size: 131%;
	font-weight: bold;
}
#pickup h2 a {
	background: url(img/spacer.gif) repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 235px;
	height: 101px;
	padding: 7px 120px 7px 10px;
	z-index: 3;
}
#pickup h2 a:link { color: #03086e; text-decoration: underline;}
#pickup h2 a:visited { color: #03086e; text-decoration: underline;}
#pickup h2 a:hover { color: #6e0303;}
