@charset "utf-8";
html,body{
	width: 100%;
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
}

ul,li,p{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
	color:#abcd07;
}

.fl_l{
	float:left;
}

.fl_r{
	float:right;
}

.twtr-ft{
	display: none;
}


#contain{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:15px 0 0 0;
	clear:both;
	overflow:hidden;
}

#contain #header{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}

#contain #header .language{
	width:960px;
	height:20px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#contain #header .language ul{
	margin:0;
	padding:0 35px 0 0;
	float:right;
	overflow:hidden;
}

#contain #header .language ul li{
	float:left;
	overflow:hidden;
}

#contain #header .menu{
	width:960px;
	height:auto;
	margin:0;
	padding:30px 0 0 0;
	overflow:hidden;
}

#contain #header .menu h1{
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}

#contain #header .menu .menu_right{
	width:686px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
	overflow:hidden;
}

#contain #header .menu .menu_right div{
	width:170px;
	height:40px;
	margin:0;
	padding:0;
	color:#898989;
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	float:left;
	border-right:solid 1px #898989;
	overflow:hidden;
}

.sampleBox{
	cursor: pointer;
	}

#contain #header .menu .menu_right div{
	background:#FFF;
}

#contain #header .menu .menu_right div:hover{
	background:#FAFAFA;
}

#contain #header .menu .menu_right div a{
	color:#898989;
}

#contain #header .menu .menu_right div a:hover{
	color:#000;
}

#contain #header .menu .menu_right div .menu_s{
	font-size:11px;
}

#contain #header .menu .menu_right div.side{
	border:0;
}

#contain #footer{
	width:100%;
	height:auto;
	margin:22px 0 0 0;
	background:#000;
	clear:both;
}

#contain #footer_inner{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:20px 0 165px 0;
	overflow:hidden;
}

#contain #footer .foot_logo{
	width:160px;
	height:auto;
	margin:0;
	padding:0 0 0 15px;
	float:left;
	overflow:hidden;
}

#contain #footer .foot_link{
	width:650px;
	height:auto;
	font-size:10px;
	color:#FFF;
	text-align:right;
	margin:0;
	padding:0 15px 0 0;
	float:right;
}

#contain #footer .foot_link a{
	color:#FFF;
}

#contain #footer .foot_link a:hover{
	color:#FF6804;
}

.return{
	background: url(../images/allow_u.gif) left no-repeat;
	font-size: 10px;
	cursor: pointer;
}

.clear{
	clear: both;
}

.att{
	color: #acbd07;
}

.att2{
	color: #009CE5;
}


.space10{
	margin-top:10px;
}

.space20{
	margin-top:20px;
}

.space40{
	margin-top:40px;
}

/*トップへモドール*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #abcd07;
}


/*20121121*/

.more{
	padding: 15px 10px 0 0;
	text-align:right;
}

.more span{
	background: #666;
	padding: 3px 5px;
}

.more a{
	color:#FFF;
}

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