@charset "UTF-8";

@import "reset.css";
@import "space.css";


body{
	background-color:#FFF;
	margin:0;
	padding:0;
	color:#FFF;
	font-size: 62.5%;
	line-height:160%;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#wrapper{
	margin:0 auto 0 auto;
}

#footer{
	height:60px;
	background:url(../img/cmn/footer_img.jpg) repeat-x;
	text-align:center;
	padding-top:58px;
	color:#333;
}
	


#menu{
	text-align:left;
}

#menu ul li{
	float:left;
}



#second-main{
	text-align:left;
}

#second-main a:link{
	color:#06F;
	text-decoration:underline;
}

#second-main a:visited{
	color:#06F;
	text-decoration:underline;
}

#second-main a:hover{
	color:#FC6;
	text-decoration:underline;
}


a:link{
	color:#09F;
	text-decoration:underline;
}

a:visited{
	color:#09F;
	text-decoration:underline;
}

a:hover{
	color:#FC6;
	text-decoration:underline;
}

#text-menu{
	margin:10px auto;
	width:940px;
	border-top:#FFF thin solid;
	border-bottom:#FFF thin solid;
	padding:5px 0;
}

#text-menu a:link{
	color:#FFF;
	text-decoration:none;
}

#text-menu a:hover{
	color:#FFF;
	text-decoration:underline;
}

#text-menu a:visited{
	color:#FFF;
	text-decoration:none;
}


.centerbox{
	text-align:center;
}

.right-box{
	text-align:right;
}

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	line-height:0%;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* For Except Mac IE \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */
