@charset "utf-8";
*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
h1,h2,h3,p,ul,li{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
	padding: 0;
}
img{
	border: none;
}

body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	margin: 0;
	padding: 12px 0 0 0;
	background-color: #FFBE00;
}

#kbs{
	top: 5px;
	width: 903px;
	margin: 0px auto;
	position: absolute;
	text-align:right;
}

#container{
	width: 903px;
	margin: 0px auto;
	text-align: left;
	background: url("img_top/bg.gif") repeat-y 0 0;
}

h1{
	position: absolute;
	text-indent: -9999px;
}

#main{
	width: 903px;
	background: url("img_top/title.jpg") no-repeat 0 0;
}

/* left */
#main_left{
	float: left;
	width: 243px;
	margin-top: 330px;
}
#main_left ul{
	margin-left: 18px;
	margin-top: 10px;
}
#main_left li{
	list-style: none;
	font-size: small;
	font-weight: bold;
	line-height: 130%;
	color: #FD591A;
	padding-left: 13px;
	margin-bottom: 10px;
	background: url("img_top/li_style.gif") repeat-y 0 0;
}
#main_left li span{
	font-size: x-small;
	line-height: 130%;
	color: #683400;
	font-weight: normal;
}
#main_left a{
font-weight: bold;
}

#mail{
	margin-left: 18px;
}
#main_left .banner{
	margin-left: 18px;
}

/* center */
#main_center{
	float: left;
	width: 350px;
	margin-top: 330px;
	margin-left: 10px;
}
#week_program{
	width: 350px;
	height: 255px;
	background: url("img_top/center_bg.jpg") repeat-y 0 0;
}
#epg{
	height: 220px;
	margin: 0px 15px 0px 0px;
	font-size: small;
	color: #222;
	line-height: 150%;
	overflow: auto;
}
.child_column{
	padding-left: 15px;
}
.plus-date{
	color: #0E749A;
	font-weight: bold;
}
#epg ul{
	margin-bottom: 10px;
	padding-left: 15px;
}
#center_bottom{
	background: url("img_top/center_bottom.jpg") no-repeat 0 0;
	height: 10px;
}

/* right */
#main_right{
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 32px;
}

/* NEW */
#new{
	position: absolute;
}
#new_co{
	height: 110px;
	background: url("img_top/right_bg.jpg") repeat-y 0 0;
}
#information{
	margin: 0px 20px 0px 0px;
	height: 100px;
width: 270px;
	overflow: auto;
}
#information ul{
	padding: 0px 10px 0px 22px;
}
#information li{
	font-size: small;
	line-height: 130%;
	color: #683400;
	margin-top: 8px;
}

/* fortune */
#fortune{
	margin-top: 160px;
}
#fortune_co{
	height: 363px;
	background: url("img_top/right_bg.jpg") repeat-y 0 0;
}
#constellation{
	margin: 0px 20px 0px 10px;
	height: 353px;
	overflow: auto;
}
#fortune_day{
	margin-top: 5px;
	font-weight: bold;
	font-size: small;
	color: #683400;
	margin-bottom: 8px;
}
.constellation_co{
	font-size: small;
	line-height: 130%;
	color: #222;
	padding-right: 5px;
	margin-bottom: 8px;
}
.name{
	font-weight: bold;
}
.luck{
	font-size: x-small;
	line-height: 130%;
	color: #683400;
	font-weight: normal;
}
.no1{
	color: #ff6600;
}
.no2{
	color: #0FB225;
}
.no3{
	color: #006699;
}
.advice{
	color: #006699;
}


#bottom{
	background: url("img_top/bottom.gif") no-repeat 0 0;
	clear: left;
	height: 50px;
}

/*バナー*/
#banner_container{
	width: 903px;
	height: 110px;
	background: url("img_top/banner_bg.gif") no-repeat 0 0;
	text-align: center;
}
#banner{
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#banner img{
	margin: 0 10px;
}
#banner_02{
	margin-left: 4px;
}
#banner_03{
	margin-left: 4px;
}

/*リンク*/
a:link{
	color: #683400;
	text-decoration: underline;
}
a:visited{
	color: #683400;
	text-decoration: underline;
}
a:hover{
	color: #56B31C;
	text-decoration: underline;
}

#main_left a:link{
	color: #FD591A;
	text-decoration: underline;
}
#main_left a:visited{
	color: #FD591A;
	text-decoration: underline;
}
#main_left a:hover{
	color: #56B31C;
	text-decoration: underline;
}
