@charset "UTF-8";
/* For modern browsers */
html,body{
     height:100%;
	background-image:url(../img/bg_01.png);
	color:#c8161d;
}
img{
	vertical-align:bottom:
}
#container{
	width:940px;
	padding:0 16px;
	margin:0 auto;
	background-color:#fff;
	border-left:4px solid #9d0006;
	border-right:4px solid #9d0006;
	/*background-image:url(../img/bg_1040.png);
	background-repeat:repeat-y;*/
	box-shadow:rgba(0, 0, 0, 0.7) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.7) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.7) 0px 0px 6px 3px;
}
#mainlogo{
	width:219px;
	height:30px;
	margin-top:10px;
	margin-left:5px;
	background-image:url(../img/logo_s.png);
	background-repeat:no-repeat;
	float:left;
}
#grouplogo{
	width:40px;
	height:30px;
	margin-top:15px;
	margin-right:5px;
	background-image:url(../img/tm_logos.png);
	background-repeat:no-repeat;
	float:right;
}
header>div>a{
	display:block;
}
#mainlogo span,
#grouplogo span{
	visibility:hidden;
}
nav ul{
	margin:20px 0 10px;
	border:1px solid #260001;
	border-radius:3px;
	-webkit-border-radius3px;
	-moz-border-radius:3px;
	background: #bf0007; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf0007 0%, #6a0004 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0007), color-stop(100%,#6a0004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf0007 0%,#6a0004 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0007', endColorstr='#6a0004',GradientType=0 ); /* IE6-9 */
}
nav ul li{
	width:92px;
	border-left:1px solid #480003;
	border-right:1px solid #bf0007;
	font-size:13px;
	color:#e5d3b3;
	text-shadow:1px 1px #9d0006, -1px -1px #490a1e;
	text-align:center;
	line-height:2.8em;
	float:left;
	display:block;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-style:italic
}
nav ul li:first-child{
	border-left:0px solid #670e2a;
}
nav ul li:last-child{
	border-right:0px solid #670e2a;
}
#slider{
	width:938px;
	height:298px;
	background-image:url(../img/slider01.jpg);
	background-repeat:no-repeat;
	background-position:-1px -1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #b29a54;
}
#slider span{
	visibility:hidden;
}
#mainContents{
	width:690px;
	float:left;
}
.mainArea{
	margin-right:-10px;
}
.mainArea h3{
	width:665px;
	padding:20px 0 5px 25px;
	background-image:url(../img/kazari.png);
	background-repeat:no-repeat;
	background-position:2px 18px;
	border-bottom:1px dotted #b29a54;
	color:#b29a54;
	font-size:16px;
	font-family:'Libre Baskerville', serif;
	font-weight:700;
}
#infoText{
	margin:10px 0;
	width:690px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#infoText>li{
	border-bottom:1px dotted #000;
}
#infoText>li:last-child{
	border-bottom:0px dotted #000;
}
.cell01,.cell02{
	font-size:13px;
	line-height:2.0em;
	float:left;
}
.cell01{
	width:120px;
	font-weight:bolder;
}
.cell01 i{
	font-size:85%;
	margin:0 2px;
	color:#b29a54;
}
	
.mainArea h4{
	padding-top:7px;
	font-size:12px;
}
/*↓ラキングhover制御↓*/
#ranking ol li a{
	background-color:#fff;
	display:block;
}
#ranking ol li a:hover .rankBox{
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 2px 1px;
}
#ranking ol li a .rankBox ul>li>img{
	transition:all 0.5s ease;
}
#ranking ol li a:hover .rankBox ul>li>img{
	opacity: 0.5;
	filter: alpha(opacity=70);
}
/*↑ラキングhover制御↑*/
.rankBox{
	margin-top:10px;
	margin-right:10px;
	padding:9px;
	background-color:#fff;
	display:block;
	float:left;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
}
.rankBox ul>li{
	text-align:center;
	line-height:1.4em;
}
/*プロフィール内文字装飾*/
.rankBox ul>li>img{
	border:1px solid #D1D1D1;
}
.profA{
	color:#b29a54;
	font-size:13px;
}
.profB{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #b29a54;
	font-size:20px;
	font-weight:bolder;
}

.profB2{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #b29a54;
	font-size:16px;
	font-weight:bolder;
}

.profC{
	font-size:11px;
}
#facelogue div{
	margin-top:10px;
	width:690px;
	height:200px;
	background-color:#AEFF89;
}
#offical li{
	float:left;
}
#offical li div{
	width:338px;
	height:148px;
	margin-right:10px;
	margin-top:10px;
	background-color:#88C4C6;
	border:1px solid #b29a54;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#offical li div h5{
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:40px;
	font-weight:bolder;
	color:#e5d3b3;
	text-shadow:1px 1px #9d0006, -1px -1px #490a1e;
	background: #bf0007; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf0007 0%, #6a0004 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf0007), color-stop(100%,#6a0004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf0007 0%,#6a0004 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf0007 0%,#6a0004 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0007', endColorstr='#6a0004',GradientType=0 ); /* IE6-9 */
	border-radius:6px 6px 0 0; 
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
}
footer{
	margin-top:40px;
	border-top:1px solid #b29a54;
}
footer div{
	position:relative;
	overflow:hidden;
}
footer div ul{
	position:relative;
	left:50%;
	float:left;
	margin:0;
	padding:0;
}
footer div ul li{
	position:relative;
	left:-50%;
	float:left;
	margin-top:20px;
	padding:0 10px;
	border-right:1px solid #585858;
	font-size:12px;
	text-align:center;
	float:left;
	display:block;
}
footer div ul li:last-child{
	border-right:0px solid #000;
}
footer>p{
	padding:10px 0 20px;
	font-size:12px;
	text-align:center; 
	line-height:1.6em;
}
/*
font-family: 'Libre Baskerville', serif;
font-weight:400;
font-style:italic
font-weight:700;

*/