@charset "UTF-8";

/*全ページに共通するスタイル*/

body{
	margin:auto;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "メイリオ",sans-serif;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.6em;
	background-color:#ffffff;
	}

a {
	color:#1a1a1a;
	text-decoration:none;
	filter: Alpha(opacity=100);
	opacity:1.0;
}

a:hover{
	filter: Alpha(opacity=60);
	opacity:0.60;
}

/* hタグ */
h1,h2,h3,h4,h5,h6 {
	font-size: 130%;
	color:#4682b4;
	margin: 0;
	padding: 0;
	font-weight:bolder;
	}

/*---全ページに共通するスタイル---*/

#wrapper{
	width:1000px;
	margin:0 auto;
	background: #fff;
	}


/*---header---*/
header {
	width:100%;
	height:120px;
	border-bottom:1px #696969 solid;
	}
	
#header_box{
		width:960px;
		height:110px;
		margin:0px 20px;
		padding:5px
	    }

.logo{
	float:left;
	}
	
.sns{
	float:right;
	padding:5px
}

ul.sns{
	margin:0px;
}

.sns li{
	float:left;
	margin-left:20px;
}

.navi{
	float:right;
	font-size:125%;
	font-weight:normal;
}

ul.navi{
	margin-top:15px;
}

.navi li{
	float:left;
	margin-left:10px;
	margin-top:5px;
	border-right:1px #000000 solid;
	padding-right:10px;
	list-style:none;
}

.navi li.mail{
		border:none;
}

/*---body---*/

#container{
	width:960px;
	margin:0 20px;
	overflow:hidden;	
}

#contents{
	float:left;
	width:640px;
	overflow:hidden;
}



#recommend{
	   width:640px;
}

#topic_wrap{
	    width:640px;

}



h2{
   float:right;
}




#sidebar{
	float:left;
}

#live_slider{
	height:530px;
}


/*---live---*/

#live ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#live li {
	width:640px;
	margin:0px;
	padding:0px;
}

/*---footer---*/
footer {
	width:100%;
	height:120px;
	border-bottom:1px #696969 solid;
	}
	
#footer_box{
		width:960px;
		height:110px;
		margin:0px 20px;
		padding:5px
	    }

#footer_upper{
		padding:10px;

}

#footer_under{
		margin-right:20px;
}


.footer_box1{
		float:right;
}

.footer_menu{
		margin-top:20px;
}


.footer_box2{
		float:right;
}


/*---各ページの一時的な設定---*/
#contents_pre{
		height:995px;
}

#contents_pre h3{
	    font-size:30px;    
	    margin-top:20px; 
	    margin-left:20px;  
}