@charset "UTF-8";



/* 01.レイアウト
---------------------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../../topimg/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	margin: 0px;
	line-height: 170%;
}
p {
	margin: 0px;
	padding: 0px;
}

img{
	border:0px none;
	margin:0;
	padding:0;
	}
	
/* wrapper
---------------------------------------------------------------------------------------*/
#wrapper {
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
}
/* header
---------------------------------------------------------------------------------------*/
#header {
	height: 81px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
		#header_left {
			width: 435px;
			float: left;
			margin-top: 26px;
		}
		#header_right {
			width: 241px;
			float: right;
			margin-top: 26px;
		}
/* nav
---------------------------------------------------------------------------------------*/
#nav {
	height: 39px;
}
#topics {
	height: 239px;
	margin-top: 13px;
}
#flash {
	height: 239px;
	width: 354px;
	float: left;
}
#radio {
	height: 239px;
	width: 217px;
	float: left;
}
#pickup {
	height: 238px;
	width: 328px;
	float: left;
	background-image: url(../../topimg/pickup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pickup_contents {
	height: 190px;
	width: 304px;
	margin-top: 28px;
	margin-left: 12px;
}


/* main
---------------------------------------------------------------------------------------*/
#main {
	margin-top: 30px;
	width: 680px;
	float: left;
	margin-bottom: 60px;
}

	
/* sub
---------------------------------------------------------------------------------------*/
#sub {
	width: 200px;
	float: right;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.red {
	color: #FF0000;
	width: 200px;
	padding-top: 10px;
	font-size: 90%;
}
/* footer
---------------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer_main {
	text-align: left;
	font-size: 11px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding: 0px 0px;
}
#footer_toplink {
	float: right;
	margin-bottom: 15px;
	width: 899px;
	text-align: right;
}





/* 02.リンク
---------------------------------------------------------------------------------------*/

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FF6600;
}


/* 03.クラス
---------------------------------------------------------------------------------------*/
/* footer_link
---------------------------------------------------------------------------------------------- */
.footer_link {
	font-size: 11px;
}
.style_gray {
	color: #666666;
}
.margin_tb {
	margin-top: 10px;
	margin-bottom: 10px;
}
.b {
	font-weight: bold;
}
.style_blue_b {
	font-weight: bold;
	color: #0066CC;
}
