@charset "UTF-8";
/* CSS Document */


body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-color: #fff;
	}
	
img{
	border:0;
}

div#wrapper
{
	background-color: #FFFFFF;
	width: 740px;
	margin:0px auto;
	padding:10px 0 17px 0;
	color:#666666;
	font-family:
"メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3,"Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

div#wrapper h2{
	font-size:18px;
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin:10px 0;
	padding:20px 0;
}

div#wrapper h2 span{
	font-size:14px;
}

div#container {
	width:700px;
	margin:5px 20px 20px 20px;
	background-color: #FFFFFF;

}


div#container a:link
{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}
 
div#container a:visited
{
	font-weight:normal;
	color:#333;
	text-decoration:underline;
}

div#container a:hover
{
	font-weight:normal;
	color:#999;
	text-decoration:none;
}

div#container a:active
{
	font-weight:normal;
	color:#999;
	text-decoration:underline;
}


div.content01 {
	width:300px;
	margin:15px 0 0 0;
	float:left;
}


div.content02 {
	width:380px;
	margin:15px 0 0 0;
	float:right;
}

div.content02 h3{
	margin:5px 0 10px 0;
	padding:0;
	text-align:center;
	font-size: 17px;
	line-height: 110%;
	font-weight: bold;
	color: #cc0000;
}

div.content02 h4{
	margin:0 0 15px 0;
	padding:0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 105%;
	text-align:center;
	}
	
	
div.content02 h5{
	margin:30px 0 0 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
	text-align:left;
	}
	

div.content02 p{
	margin:5px 0 15px 0;
	padding:0;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
}



div.content03{
	width:700px;
	margin:20px 0 30px 0;
	padding:0;
	text-align: left;

}

.contL{
	float:left;
	margin:0;
	width:150px;
	font-weight: bolder;
	color: #000;
	}

.contR{
	width:530px;
	float:right;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:150%;
	color:#666666;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	font-weight: normal;
}

.contR p{	
	margin:0 0 10px 0;
	padding:0;
	}

div.content03 strong{
	font-size: 14px;
	color: #e8012f;
}


.floatR{
	float:right;
}

div.clear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
