@charset "Shift_JIS";

@import url("../../../css/common.css");
@import url("../../../css/width.css");
@import url("../../../css/font.css");
@import url("../../../css/margin.css");
@import url("../../../css/style.css");



body{
	background-image:none;
	background-color:#fff;
	color:#333;
}



/*===========　ラッパー　==========*/
div#subWrapper {
	width: 600px;
	margin:0 auto;
	text-align: left;
}
div#subWrapper p{
	margin: 0 0 0.8em 0;
	font-size:93%;
	line-height:150%;
}


/*===========　ヘッダ　==========*/
div#subHeader {
	background: #FFF;
	border-top: 5px solid #1E4682;
	padding:10px 0;
	margin-bottom: 30px;
}


/*===========　フッタ　==========*/
div#footer {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*===========　コピーライト　==========*/
div#footer #copyright {
	font-size: 90%;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4B6B9B;
}



h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #617DA8;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-image: url(../../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#subWrapper ul.scan{
	margin: 0 0 1em 10px;
	padding:0;
	list-style: none;
}
div#subWrapper ul.scan li{
	margin: 0 0 0.5em 0;
	padding:0 0 0 12px;
	background: url("../img/listpoint.gif") 0 0.3em no-repeat;
	font-size:93%;
	line-height: 130%;
}





















