@charset "utf-8";

@import url("./reset.css");	 /* リセット用 */

@import url("./navi.css");	 /* グローバル */

@import url("./lady.css");	 /* ms_lady */

@import url("./event.css");	 /* ms_event */

@import url("./topic.css");	 /* ms_topic */

@import url("./newface.css");	 /* ms_newface */



/* ---------------------------------

▼基本レイアウト

------------------------------------ */



body {

	background:url(../img/bg_main.jpg) bottom center no-repeat fixed;

	text-size: 80%;

	text-align: center;

	height: auto;

	line-height:150%;

}



#wrapper{

	width:800px;

	margin-left:auto;

	margin-right:auto;

	padding-top:50px;

	border-left:#EEEEEE 4px solid;

	border-right: #EEEEEE 4px solid;

	background-color:#FFFFFF;



}

#wrapper p{

	padding-top:10px;



}

a.index{

	color: #000000;

}



#enterBtn img{

	padding: 10px;

}

#enterBtn img{

	margin: 0 10px;

}

