@charset "utf-8";

/* default style
----------------------------------------------------------- */
@import url("css/default.css");

/* base and top page style
----------------------------------------------------------- */
@import url("css/base.css");

/* page style
----------------------------------------------------------- */
@import url("css/content.css");

/* ==========================================================================

   entryContent
	 
   ========================================================================== */

.entryContent h1 {
	background:url(images/title1_bg.gif) no-repeat left top;
	line-height:77px;
	margin-bottom:25px;
	padding-left:25px;
	font-size:160%;
	font-weight: bold;
}

.entryContent h2 {
	background:#eafbf8;
	border-left:solid 5px #71cbc0;
	font-weight: bold;
	font-size:140%;
	line-height:1.5;
	padding:7px 15px 7px;
	margin-bottom:15px;
}

.entryContent h3 {
	background:#f7f7f7;
	border-left:solid 5px #71cbc0;
	font-weight: bold;
	font-size:130%;
	line-height:1.5;
	padding:7px 15px 7px;
	margin-bottom:15px;
}

.entryContent h4 {
	border-left:solid 5px #71cbc0;
	font-weight: bold;
	font-size:130%;
	line-height:1.5;
	padding:2px 15px 2px;
	margin-bottom:15px;
}

.entryContent h5 {
	font-size:120%;
	font-weight:bold;
	color:#20958f;
	border-bottom:dotted 1px #999;
	margin-bottom:15px;
}

.entryContent h6 {
	font-size:120%;
	font-weight:bold;
}

.entryContent .entryDate {
	text-align:right;
	margin-bottom:10px;
}

.entryContent p {
	margin-bottom: 15px;
}

.entryContent ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
*+html .entryContent ul {
	margin-left: 30px;
}
.entryContent ul li {
	padding-bottom: 5px;
}

.entryContent ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 15px;
}
*+html .entryContent ol {
	margin-left: 30px;
}
.entryContent ol li {
	padding-bottom: 5px;
}

.entryContent address {
	margin-bottom: 15px;
}


/* ==========================================================================

   img
	 
   ========================================================================== */

.alignleft,
.alignright {
	margin-bottom: 20px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: block;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0px auto 20px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

