/* CSS Document */
body {
	font-size:100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height:130%;
	text-align:center;
}
h1 {
	margin:0;
	padding:0;
}

/**************************************************************************
メイン
***************************************************************************/
div#Main {
	text-align:left;
	padding-top:50px;
}

div#Main:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div#Main p {
	font-size:90%;
}

div.boxL {
	float:left;
	width:340px;
	margin-right:10px;
	border-right:1px dashed #266BE8;
}

div.boxL:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.box2 {
	width:720px;
	border-top:1px dashed #266BE8;
	margin:10px 0;
	padding-top:10px;
}

div.box {
	float:left;
	width:720px;
	border-top:1px dashed #266BE8;
	margin:10px 0;
	padding-top:10px;
}

div.box:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.innerboxL {
	margin-right:10px;
}

div.boxR {
	float:left;
	width:350px;
	margin-right:10px;
}

div.boxR:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.innerbox {
	width:350px;
	margin-left:175px;
	margin-right:10px;
}

div.innerbox:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.boxL h2,div.boxR h2,div.innerbox h2 {
	margin-bottom:15px;
}

