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


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


h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
	color: #666;
}
h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 5px;
}
* { margin:0px; padding:0px;}

img{
	border:0;
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

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


.contenar{
	height: auto;
	width: 940px;
	margin: 40px auto 0px;
}

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

P {
	font-size: 12px;
	line-height: 1.5;/* all browsers, of course */
	margin: 0px;
	padding: 0px;
}

/* ie用に変えたスタイル end */
.topmargin{padding-top: 20px;}
.DivMargin10{padding: 10px;}
.DivMargin20{padding: 20px;}

.koma4{
	background: url(img/card_A.png) no-repeat left top;
	width: 470px;
	height: 470px;
	margin-bottom: 10px;
}

.koma2X{
	background:  url(img/card_C.png) no-repeat left top;
	width: 470px;
	height: 225px;
	margin-bottom: 10px;
}
.koma2Y{
	background: url(img/card_B.png) no-repeat top;
	width: 225px;
	height: 470px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
}
.koma1{
	background: url(img/card_s.png) no-repeat top;
	width: 225px;
	height: 225px;
	margin-bottom: 10px;
}
.koma_rogo{
	
	background: #555;
	width: 225px;
	height: 231px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 6px;/*　角丸用に足した10行 */
	-webkit-border-top-left-radius: 6px;
	-ms-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;/*　角丸用に足した10行 */
	-webkit-border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-tbottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;/* CSS3 PIE 　背景色やボーダーが消えてしまうので入れる */
	behavior: url( ﻿http://www.peacock2012.sakura.ne.jp/PIE-1.0beta5/PIE.htc ) ;/* CSS3 PIE 　urlは絶対URL（絶対パス） */
}
/* 結果　CSS3 PIE 　効果無かった。
さらに、サーバーの仕様によって動作しない場合があるので、
その場合は.htaccessにて以下の設定が必要になります。
AddType text/x-component .htc
追記
CSS3 PIE（pie.htc）使用時にIE8以前で正しく印刷ができない現象があるので、
印刷も考慮に入れる必要がある場合は要注意です。 */

/* footer */
.footer{
	background:  bottom;
	width: 100%;
	height: 30px;
	padding: 0px;
	text-align: center;
}
.footer ul{
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.footer ul li{
	font-size: 11px;
	float: left;
	border-left: 1px solid #222;
	list-style: none;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px 20px 0px 5px;
	color: #222;
}
/* footer end */
.clear{
	clear: both;
}

/* font */

.tittleRogo{/* ie用に変えたスタイル */
	margin: 0px auto;
	padding-top: 38px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 400 46px/1 'Orbitron', sans-serif;
	
}
.G{/* ie用に変えたスタイル */
	color: #F30;
	text-decoration: none;
	text-align: center;
	font: 900 84px/1 'Orbitron', sans-serif;
}
.tittleRogo2{/* ie用に変えたスタイル */
	margin: 1px auto;
	padding-top: 0px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 400 46px/1 'Orbitron', sans-serif;
	vertical-align: text-bottom;
	position: absolute;
	left: 32px;
	top: 118px;
}
/* font end */

.read{
	background: #CFF;
	border: 2px dotted #39C;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	margin: 15px auto;
	height: 175px;
	width: 175px;
	padding: 8px;
}

.canpein{
	font-size: 11px;
	color: #FFF;
	background: url(img/canpein.jpg) no-repeat center top;
	text-align: center;
	padding: 3px 0px 2px;
}
.noodle{
	font-size: 11px;
	background: #333 center;
	text-align: center;
	padding: 3px 0px 1px;
	color: #FFF;
}
.cap{
	font-size: 7px;
	text-align: left;
	padding: 0px;
	color: #333;
	margin-top: 5px;
	line-height: 1.2;
}
