@charset "UTF-8";
/**
 * main.css
 * Copyright (C) Mitsuaki Ishimoto
 * define the style of child page
 */
/*================================================================*/
/*================================================================*/
.otherpage h3{
	font-weight:bold;
	font-size:110%;
	border-left: 5px solid #0080CC;
	padding-left: 7px;
	margin-bottom:10px;
}
.section_list{
	display:block;
	width:660px;
	height:auto;
	overflow:hidden;
}
.section_list ul{
	list-style-type:none;
	margin:0 10px 15px 20px;
	width:660px;
}
.section_list li{
	float:left;
	width:210px;
	padding:0 0 3px 10px;
	background:url("/img/common/list03.gif") no-repeat scroll 0 7px transparent;
}
.section_list dl{
	width:660px;
	height:auto;
	overflow:hidden;
}
.section_list dt{
	font-weight:bold;
	width:660px;
}
.section_list dd{
	width:660px;
	height:auto;
	overflow:hidden;
}
.section_list2{
	display:block;
	width:660px;
}
.section_list2 ul{
	list-style-type:none;
	margin:0 10px 15px 20px;
}
.section_list2 li{
	padding:0 0 3px 10px;
	background:url("/img/common/list03.gif") no-repeat scroll 0 7px transparent;
}

