@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size:12px;
	color:#333333;
	line-height:1.5;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
}

/* navigation skip */
p.skipNav{
	width:0;
	height:0;
	overflow:hidden;
}

/* 背景半調 */
#outer{
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background:#000;
	opacity:0.7;
	-ms-filter: "alpha(opacity=70)";/*for ie 8 */
	position:fixed;
	z-index:999;
	display:none;
}

#contents{
	width:995px;
	margin:0 auto 0 auto;
}