@charset "utf-8";


/* base修正箇所
---------------------------------------------*/
#contents {
	margin-top: 0px; 
	margin-bottom: 0;
}
#main {
	margin-top: 0px; 
}
#side {
	margin-top: 0px; 
}
.side_under {
	margin-top: 6200px; 
}
h3 {
	font-weight: normal;
	font-size: 110%;	
	text-align: left;
	padding-top: 30px;
	padding-left: 15px;
}
/* topイメージ
---------------------------------------------*/
#topimg {
	clear: both;
	width: 800px;
	height: 120px;
	background: url(../images/top_img.jpg);	
}
/* content
---------------------------------------------*/
.left {
	text-align: left;
}
.p3 {
	line-height: 1.5;
	font-size: 85%;	
	text-align: left;
	padding: 15px;
}
h3.top_chapter { 
	font-weight: normal;
	font-size: 100%;	
	text-align: left;
	margin: 15px 0;
}
#content_box {
	font-size: 100%;
	width: 565px;
	margin: 10px 15px 0 0;
	text-align: center;
	background: #ffffff;
}
.kakomi {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #cccccc;
}
.kakomi2 {
	font-size: 100%;
	margin:10px 0 15px 0;
	padding: 15px;
	border: 1px solid #cccccc;
}
.kasen { 
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.inner { 
	line-height: 1.5;
	display: block;
	background: #f7f4f0;
	font-size: 85%;
	margin-top: 10px;
	text-align: left;
	padding: 15px;
}
/* リスト
---------------------------------------------*/
ol {
	line-height: 1.5;
	font-size: 85%;
	list-style-type: decimal;
	text-align: left;
	padding: 15px 0px 10px 70px; 
} 
.bglist {
	display: block;
	background: #f7f4f0;
}
.abc {
	list-style-type: upper-alpha;
	display: block;
	background: #f7f4f0;
} 
.square {
	display: block;
	background: #f7f4f0;
	list-style-type: square;
} 


