@charset "utf-8";

/*-----------------------------------------------------------
main
-----------------------------------------------------------*/
#main .calendar {
	background: url(../img/bg_calendar.jpg);
	height: 50px;
	width: 50px;
	float: left;
}
#main .year {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-top: 4px;
	width: 44px;
	text-align: center;
	height: 16px;
}
#main .date {
	text-align: center;
	width: 44px;
	font-size: 1.2em;
	padding-top: 5px;
}
#main .title01 {
	color: #993300;
	font-weight: normal;
	font-size: 1.6em;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #CCCCCC;
}
#main .title01 a {
	color: #993300;
}
#main .box {
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}
/* #main .photo {
	background: url(../img/bg_photo.gif);
	height: 144px;
	width: 189px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#main .photo img {
	margin-top: 4px;
	margin-left: 4px;
}*/
#main .box p {
	padding-bottom: 15px;
}
#main .title02 {
	float: left;
}
#main dl {
	clear: both;
}
#main dt {
	float: left;
	width: 8.5em;
}
#main dd {
	margin-left: 8.5em;
}

/*-----------------------------------------------------------
basic layout
-----------------------------------------------------------*/
.w425 {
	width: 425px;
}
.mt5 {
	margin-top: 5px;
}
.mb10 {
	margin-bottom: 10px;
}

/*-----------------------------------------------------------
WordPress
-----------------------------------------------------------*/

#main h2.pagetitle {
	font-size: 1.8em;
	line-height: 1.5px;
	background: url(../img/bg_archive_title.gif) no-repeat;
	height: 54px;
	font-weight: bold;
	color: #459CD1;
	padding-top: 38px;
	padding-right: 20px;
	padding-left: 96px;
	margin-bottom: 16px;
}
#main .box img.alignnone, #main .box img.alignleft {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#main .box img.aligncenter {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#main .box img.alignright {
	float: right;
	clear: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#main .box blockquote {
	padding: 12px 0px 0px 16px;
	border-left: 5px solid #CCCCCC;
	margin: 0px 0px 15px 12px;
	clear: both;
}
#main .box ul {
	font-size: 1.4em;
	line-height: 1.5;
	list-style: disc;
	margin-left: 36px;
	margin-bottom: 15px;
}
#main .box ol {
	font-size: 1.4em;
	line-height: 1.5;
	list-style: decimal;
	margin-left: 36px;
	margin-bottom: 15px;
}
#main .contact {
	background: url(../img/bg_contact.gif);
	height: 172px;
	margin-top: 30px;
	position: relative;
}
#main .contact h3 {
	padding-top: 10px;
	padding-left: 30px;
}
#main .contact p {
	padding-left: 35px;
}
#main .contact .btn {
	position: absolute;
	left: 50px;
	top: 100px;
}
#main .contact .btn {
	position: absolute;
	left: 50px;
	top: 100px;
}

