@charset "utf-8";

/*ブラウザースタイルの初期化*/
* {
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
	font-family:"メイリオ","ヒラギノ角ゴPro W3","MS Pゴシック","Osaka",Verdana, Arial,sans-serif;
}
/*ブラウザースタイルの初期化(IE6など一部のブラウザ向け)*/
th, td, form {
	margin:0;
	padding:0;
	color:black;
	font-size:12px;
	font-family:"メイリオ","ヒラギノ角ゴPro W3","MS Pゴシック","Osaka",Verdana, Arial,sans-serif;
}

body {
	background:#ffffff;
	margin:0;
	padding:0;
}

p {
	color:#000000;
	line-height:130%;
}

ul{
	list-style:none;
}

li{
	list-style:none;
	line-height:180%;
}

li.last{
	margin-bottom:25px;
}

/*img*/
img {
	border:0;
}

address,caption,em,strong,th{
	font-style:normal;
	font-weight:normal;
}


/*リンク*/
a:link{
    color:#5E400B;
    text-decoration:underline;
}

a:visited{
    color:#5E400B;
    text-decoration:underline;
}

a:hover{
    color:#9B3400;
    text-decoration:underline;
}

a:active{
    color:#9B3400;
    text-decoration:underline;
}

/*全体*/

div#wrapper{
	width:100%;
	margin-top:30px;
}

* html body{
	text-align:center;
}/*IE6用*/


/*全体中央表示*/

div#container{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
}

/*ロゴ*/
div#wrapper div#container h1{
	width:1004px;
	height:40px;
	text-align:left;
}

/*FLASHエリア*/

div#wrapper div#container div#flash_Area{
	width:1004px;
	height:445px;
}


/*メイン画像エリア*/
#promotion_Area{
	background:url("../img/top-promotion.jpg") no-repeat 0 0;
	height:445px;
	overflow: hidden;
	position: relative;
	width:1004px;
}
#promotion_Area>ul{
}
#promotion_Area>ul>li{
	position: absolute;
	left: 690px;
}
#promotion_Area>ul>li.item-0{
	top: 66px;
}
#promotion_Area>ul>li.item-1{
	top: 184px;
}
#promotion_Area>ul>li.item-2{
	top: 300px;
}
#promotion_Area>ul>li>a{
	display: block;
	filter: alpha(opacity=50);
	height: 80px;
	opacity:0.5;
	overflow: hidden;
	width: 280px;
}
#promotion_Area>ul>li.item-0>a{
	background:url("../img/arrow1.png") no-repeat 225px -4px;
}
#promotion_Area>ul>li.item-1>a{
	background:url("../img/arrow0.png") no-repeat 230px -3px;
}
#promotion_Area>ul>li.item-2>a{
	background:url("../img/arrow2.png") no-repeat 225px -1px;
}
#promotion_Area>ul>li>a:hover{
	filter: alpha(opacity=100);
	opacity:1;
}
#promotion_Area>ul>li>a>*{
	margin-left: 280px;
}


/*トピックス*/

div#wrapper div#container div#topics_Area{
	width:928px;
	height:100%;
	overflow:hidden;
	padding:0 37px 10px 37px;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	background:#FFCB2A;
	text-align:left;
}

* html div#wrapper div#container div#topics_Area{
	width:1004px;
	height:100px;
	overflow: visible;
	padding:0 37px 10px 37px;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	background:#FFCB2A;
	text-align:left;
}/*IE6*/

div#wrapper div#container div#topics_Area div#topics_text{
	width:650px;
	float:left;
}

div#wrapper div#container div#topics_Area div#topics_text h2{
	margin-bottom:18px;
}

div#wrapper div#container div#topics_Area div#topics_text dl{
	width:650px;
	padding-bottom:10px;
}

div#wrapper div#container div#topics_Area div#topics_text dt{
/*	width:70px;
*/	height:auto;
	overflow:hidden;
	float:left;
	clear:both;
	color:#9B3400;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
}

div#wrapper div#container div#topics_Area div#topics_text dd{
	width:490px;
/*	height:auto;
*/	overflow:hidden;
	margin-left:90px;
	padding-left:67px;
	line-height:140%;
}

div#wrapper div#container div#topics_Area div#topics_text dd.kids{
	background:url(../img/btn_kids.gif) no-repeat left 3px;
}

div#wrapper div#container div#topics_Area div#topics_text dd.sport{
	background:url(../img/btn_sport.gif) no-repeat left 3px;
}

div#wrapper div#container div#topics_Area div#topics_text dd.rt{
	background:url(../img/btn_rtnavi.gif) no-repeat left 3px;
}

div#wrapper div#container div#topics_Area div#topics_text dd a{
	font-size:10px;
}

.topics_text{
	float:right;
	margin-top:0;
}

div#wrapper div#container div#topics_Area ul{
	width:267px;
	float:right;
	margin:16px 0 13px 0;
}

/*フッター*/

div#footer{
	width:1004px;
	height:26px;
	background:url(../img/footer_bg.gif) bottom no-repeat;
	text-align:left;
}

div#footer div#footer_inner{
	width:1002px;
	height:20px;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	background:#04316a;
}

div#footer div#footer_inner ul{
/*	width:934px;
*/	width:850px;
float : left;
	height:20px;
	margin:0 34px;
}

div#footer div#footer_inner li{
	margin-left:12px;
	margin-top:3.5px;
	position:absolute;
/*	display:inline;
*/	font-size:10px;
	color:#E0DFDF;
}
div#footer div#footer_inner span{
	margin-top:5px;
	position:absolute;
	background:#ffffff;
	padding:2px 5px 1px 5px;
}

div#footer div#footer_inner li a{
	font-size:10px;
	color:#E0DFDF;
}

/*コピーライト*/

div#wrapper div#container div#copyright{
	clear:both;
	margin-top:7px;
	font-size:10px;
	color:#545454;
	text-align:left;
	margin-bottom:20px;
}

div#wrapper div#container div#copyright em{
	font-size:10px;
	color:#545454;
	font-weight:bold;
}

