@charset "utf-8";
/* 英語ページがあるためUTF-8 */


/* ---▼リセット--- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6{
	font-size: 100%; font-weight: normal;}

ol, ul{
	list-style: none;}

fieldset, img{
	border: none;}

table{
	border-collapse: collapse; border-spacing: 0;}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; font-weight: normal;}

li img {
	vertical-align: bottom;}
/* ---▲リセット--- */



/* ---▼Clearfix--- */
.clearfix:after {
	content: "."; 
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ---▲Clearfix--- */


/* ---▼大枠--- */

body {
	width: 100%;
	background-color: #ffe673;
	color:#666;
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo, Osaka, sans-serif, Verdana, Arial;
	text-align: center;
	}


/* ---▼mainWapper--- */
	#mainWapper {
	width: 780px;
	margin: 0 auto;
	text-align:center;
	}

/* ---mainBox--- */
	#mainBox {
	padding:20px;
	width: 740px;
	height:700px;
	line-height: 180%;
	background-color: #fff;
	text-align: left;
	}

/* ---mainBox※プレイベントレポートページ用高さ指定なし--- */
	#mainBoxR {
	padding:20px;
	width: 740px;
	line-height: 180%;
	background-color: #fff;
	text-align: left;
	}
	
/* ---mainIn--- */
	#mainIn {
	width: 740px;
	line-height: 180%;
	}
	
	
/* ---以下index.cssより必要分のみコピー--- */
	
	/* ---写真入り見出しW720--- */
	div.mainTitle {
	width: 720px;
	line-height: 0px;
	margin: 0 10px 20px 10px;
	}
	
	/* ---リード文（太字）W710--- */
	div.main03M {
	width: 710;
	font-weight: bold;
	margin: 0 20px 0 10px;
	}
	
	div.main03center {
	width: 710;
	font-weight: bold;
	margin: 0 20px 0 10px;
	text-align:center;
	}

	/* ---縞縞罫線15pxW720--- */
	div.mainBorderBSM {
	width: 720;
	margin: 20px 10px 10px 10px;
	height: 15px;
	background-image: url(../event/pre01/img/ind/border01.png);
	background-repeat:repeat;
	}
	
		/* ---内容W700--- */
	div.main04M {
	width: 680;
	margin: 10px 20px 0 20px;
	}
	
		/* ---dl--- */
	dl.dl02 {
	width: 660px;
	margin-left: 20px; 
	}
	
	/* ---項目--- */
	dt.dt02 {
	clear: both;
	float: left;
	width: 8em;
	color:#000000;
	padding: 1em 0 1em 1em;
	display:inline;
	}
	
	/* ---内容・罫線下--- */
	dd.dd02 {
	padding: 1em 0 1em 10em;
	border-bottom: 1px dotted #999;
	}
	
	/* ---内容・罫線なし--- */
	dd.dd02none {
	padding: 1em 0 1em 10em;
	}
	
	/* ---ページ下余白--- */
	div.pageEnd {
	width: 680;
	margin: 10px 20px 70px 20px;
	}
	
	.floatclear {
	clear: both;
	}
	
	/* ---フォトレポート用W680--- */
	div.category {
	width: 720px;
	line-height: 0px;
	margin: 0 10px 10px 10px;
	text-align:center;
	}
	
	/* ---フォトレポート、写真用枠線など--- */
	.photoR {
	padding: 5px;
	border-style:solid;  
    border-width:1px;  
    border-color:#999; 
	}
	
	
	

/* ---▼フッター--- */

	/* ---▼フッター枠--- */
	#footer_wapper {
	width: 100%;
	background-image: url(../img/common/footerBack.gif);
	background-repeat: repeat-x;
	clear: both;
	}
	
	#footer {
	width: 780px;
	height: 20px;
	background-color:#000000;
	margin: 0 auto;
	}
	
	/* ---▼フッターコピーライト--- */
	#footer #copyright {
	width: 780px;
	height: 20px;
	background-image: url(../img/common/footerCopyRight.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 0px;
	clear:both;
	}

/* ---▲フッター--- */
