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


body{
	font: 100%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 30px;
}

* { margin:0px; padding:0px;}

.wrap{
	margin:0px auto;
	padding:0px;
	width: 940px;
	overflow: hidden;
	height: auto;
}


.contenar{
	height: auto;
	width: 960px;
	margin: 20px auto 0px;
}

.block_L{
	float: left;
	height: auto;
	width: 470px;
	margin-right: 10px;
}
.block_S{
	float: left;
	height: auto;
	width: 225px;
	margin-right: 10px;
}




.koma4{
	background: #96C;
	width: 470px;
	height: 470px;
	margin-bottom: 10px;
}

.koma2X{
	background: #96C;
	width: 470px;
	height: 225px;
	margin-bottom: 10px;
}
.koma2Y{
	background: #96C;
	width: 225px;
	height: 470px;
	margin-bottom: 10px;
}
.koma1{
	background: #96C;
	width: 225px;
	height: 225px;
	margin-bottom: 10px;
}

.footer{
	background: #96C;
	width: 940px;
	height: 30px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.clear{clear: both;}