@charset "UTF-8";

@import "reset.css";


body{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-size: 62.5%;
	line-height:160%;
}

#wrapper{
	margin:0 auto 0 auto;
	width:940px;
}

#container-inner{
	background:url(../mirai_creative/img/bg.jpg) repeat-y;
}

#header-box{
	width:818px;
	margin:0 auto;
	text-align:left;
}

#top-box{
	width:818px;
	margin:0 auto 20px auto;
	text-align:center
}

#about{
	padding:0 24px;
	font-size:1.2em;
	text-align:left;
}
	
#main-box{
	width:806px;
	margin:0 auto;
	text-align:left;
}

#main-box-left{
	width:560px;
	margin-right:26px;
	float:left;
}

#main-box-right{
	width:220px;
	float:left;
}

#senpai-box{
	padding:5px 10px;
	background-color:#FFFFE6;
	margin-bottom:15px;
}

#yamagen-box{
	padding:5px 10px;
	margin-bottom:10px;
}

#support-box{
	text-align:center;
}


#footer{
	font-size:1.0em;
	text-align:center;
	margin-top:20px;
	padding-top:8px;
	width:940px;
	height:42px;
	background:url(../mirai_creative/img/foot.jpg) no-repeat;
}

#index{
	margin:10px 0;
	line-height:200%;
	font-size:1.2em;
	padding-left:15px;
}

#main-txt{
	padding:0 15px;
	line-height:180%;
	font-size:1.2em;
}

a:link{
	color:#0099FF;
	text-decoration:underline;
}

a:visited{
	color:#0099FF;
	text-decoration:underline;
}

a:hover{
	color:#FC6;
	text-decoration:underline;
}

.text-ttl{
	padding-bottom:3px;
	border-bottom:#666666 thin solid;
	color:#666;
	font-weight:bold;
	font-size:1.4em;
}

#pagetop{
	padding-top:8px;
	text-align:center;
}

#pagetop a:link{
	color:#06F;
	text-decoration:underline;
}

#pagetop a:visited{
	color:#06F;
	text-decoration:underline;
}

#pagetop 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;
}

#back-top{
	width:200px;
	float:left;
	text-align:right;
}

#back-top a:link{
	color:#FFF;
	text-decoration:none;
}

#back-top a:hover{
	color:#FFF;
	text-decoration:underline;
}

#back-top a:visited{
	color:#FFF;
	text-decoration:none;
}

.centerbox{
	text-align:center;
}

.right-box{
	text-align:right;
}

.staff-txt{
	margin:5px 0;
	padding:20px 0;
	border-top:#CCC dashed thin;
	border-bottom:#CCC dashed thin;
}

#top-btn{
	margin-left:330px;
}

/* 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;}
/* */
