@charset "Shift_JIS";


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */



/* =セクションエリア
-------------------------------------------------------------*/

.section {
	margin-bottom:20px;
	font-size:80%;
}



/* =見出しスタイル */

.section h2 {
	margin-top:0;
	font-size:130%;
	background:url(../../common/page_t_bgB.gif) no-repeat left bottom;
	padding:4px 0 8px 15px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

.section h3 {
	font-size:120%;
	border-left:5px solid #339966;
	border-bottom:1px solid #339966;
	padding:4px;
	padding-right:0;
}

.section h4 {
	font-size:110%;
	color:#339966;
	margin-bottom:0px;
}



/* =リスト・テキストスタイル */

.section ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.section ul.circle {
	list-style:circle;
	margin-left:20px;
}

.section p {
	margin:0;
	padding:0;
	margin-bottom:6px;
}

.section .kome {
	text-indent:-13px;
	padding-left:13px;
}

.section ol {
	margin:0;
	padding:0;
	margin-left:25px;
}

.section ol li {
	margin-bottom:10px;
}

.section ol li dl {
	line-height:1.4;
}

.section ol li dl dt {
	font-weight:bold;
	color:#339966;
	font-size:120%;
	/margin-top:-18px;
}

.section ol li dl dd {
	margin:0;
	padding:0;
	margin-bottom:6px;
	/margin-bottom:24px;
}



/* =ブログ用
-------------------------------------------------------------*/

textarea#gyo {
	width:500px;
	height:84px;
	overflow:hidden;
	font-size:100%;
}

.blog {
	width:180px;
}

.section .left-area {
	float:left;
}















