@charset "UTF-8";


/* ▼▼body▼▼
---------------------------------------------*/

body {
	background:#FFF100;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:75%;
	line-height:1.7;
	color:#666;
	overflow-y:scroll;
	}


/* ▼▼other▼▼
---------------------------------------------*/
.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 */


.clear{
	clear:both;
}
.left {float:left;}
.right {float:right;}


/* ▼▼wrapper▼▼
---------------------------------------------*/


#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
}


/* ▼▼content▼▼
---------------------------------------------*/

#index_box{
	width:800px;
	text-align:center;
}


/* ▼▼footer▼▼
---------------------------------------------*/

#footer{
	width:800px;
	height:20px;
	margin:10px auto 0 auto;
	text-align:center;
}

#footer p{
	font-size:11px;
	color:#F39;
	line-height:1.2;
}
