/* CSS Document */

* html div.wrap35{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/img/bg-main.png',sizingMethod='scale');
	background:none;
}
.section{
	clear:both;
}
.section a{
	color: #3333FF;
}
.deta{
	padding: 20px;
	border: 2px solid #CCCCCC;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height:21px;
}
/*--------- 本からの抜粋 --*/
#excerpt{
	clear:both;
	background-color: #D1F1F7;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#excerpt p{
	font-size: 13px;
	line-height:24px;
	color:#535353;
}
/*--------- 目次 --*/
.section h2,.section h3,.section h4{
    font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
.section h2{  
	font-size: 20px;
	color: #23239E;
	margin-bottom:20px;
}
.section h3,.section h4{
	font-size:13px;
	margin-bottom:15px;
	color: #333333;
}
.section h4{
	margin-top:40px;
}
.left-side{
	float:left;/*
	margin-right:40px;*/
}
.left-side li{
	list-style-position: inside;
	list-style-type: square;
}
.right-side{
	float:left;
}
