@charset "UTF-8";

@import url("reset.css");
@import url("fonts.css");

/* clearfix
====================================================== */
.clearfix:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix{
	_height:1px;
	min-height:1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* global
====================================================== */
body{
	background:url("../img/bg.gif");
}

/* link
====================================================== */
a{
	color:#000099;
}
a:hover{
	color:#ff0000;
}

/* wrapper
====================================================== */
div#wrapper{
	width:900px;
	margin:0 auto;
	padding:0 2px;
	background:url("../img/contentBg.gif") repeat-y;
}

/* header
====================================================== */
div#header p.welcome{
	padding:3px 0 3px 7px;
	font-size:77%;
	color:#ffffff;
	background:#f8b249;
	border-bottom:1px solid #e79b2a;
}
div#header div.siteTitle{
	padding:0 10px 0 10px;
	background:#ffdd00;
}
div#header div.siteTitle h1{
	float:left;
}
div#header div.siteTitle p{
	float:right;
	padding:10px 0;
}

/* globalMenu
====================================================== */
div#globalMenu{
	height:40px;
	background:url("../img/globalMenuBg.gif");
	border-bottom:3px solid #555555;
}
div#globalMenu ul{
	padding:11px 0 0 3px;
}
div#globalMenu ul li{
	float:left;
	padding-left:4px;
}
div#globalMenu ul li.small{
	padding-top:6px;
}

/* footer
====================================================== */
div#footer{
	height:140px;
	background:url("../img/footerBg.gif");
}
div#footer p.pageTop{
	padding:9px 10px 0 0;
	text-align:right;
}
div#footer p.footerNavi{
	padding:10px 0 0 10px;
	font-size:92%;
	color:#ffffff;
}
div#footer p.footerNavi a{
	color:#ffffff;
	text-decoration:none;
}
div#footer p.footerNavi a:hover{
	color:#ff0000;
	text-decoration:none;
}
div#footer p.copyright{
	padding:7px 0 0 10px;
	font-size:92%;
	color:#ffffff;
}

/* topContents トップページ用レイアウト
====================================================== */
div#topContents{
	width:880px;
	padding:10px;
}
div#topContents div#left{
	float:left;
	width:280px;
}
div#topContents div#cr{
	float:right;
	width:590px;
}
div#topContents div#cr div#center{
	float:left;
	width:380px;
}
div#topContents div#cr div#right{
	float:right;
	width:200px;
}

/* singleContents 通常コンテンツ
====================================================== */
div#singleContents{
	width:860px;
	padding:20px 20px 10px 20px;
}

/* evenContents　左右2分割レイアウト
====================================================== */
div#evenContents{
	width:860px;
	padding:20px 20px 10px 20px;
}
div#evenContents div#left{
	float:left;
	width:420px;
}
div#evenContents div#right{
	float:right;
	width:420px;
}

/* infoContents　新着情報系レイアウト
====================================================== */
div#infoContents{
	width:860px;
	padding:20px 20px 10px 20px;
}
div#infoContents div#left{
	float:left;
	width:280px;
}
div#infoContents div#right{
	float:right;
	width:560px;
}

/* トップページ
====================================================== */
/* 左カラム */
div.topNew{
	border:1px solid #dadfe5;
	padding:2px 6px;
	margin-bottom:10px;
}
div.topNew a{
	color:#333333;
	text-decoration:none;
}
div.topNew a:hover{
	color:#ff0000;
	text-decoration:none;
}
div.topNew ul li{
	padding:3px 0 3px 14px;
	background:url("../img/arrow1.gif") no-repeat 0% 23%;
	border-bottom:1px solid #dadfe5;
	font-size:92%;
	color:#333333;
	line-height:1.6;
}
div.topNew p.topNewLink{
	padding:3px 0;
	text-align:right;
	font-size:92%;
	color:#333333;
}
div.topLeftBn{
	padding:5px 0 6px 0;
}
div.topLeftBn p{
	float:left;
}
div.topLeftBn p.odd{
	padding:0 0 4px 0;
}
div.topLeftBn p.even{
	padding:0 0 4px 4px;
}
/* 中央カラム */
div.topRecommend{
	padding-bottom:10px;
}
div.topRecommend h2{
	float:left;
}
div.topRecommend p{
	float:right;
}
/* 右カラム */
ul.topRightBanner li{
	padding-bottom:10px;
}
div.forecast{
	margin-bottom:10px;
}
span#where1,span#forecast1,span#where2,span#forecast2,span#where3,span#forecast3{
	display:none;
}
span#max_temp1,span#max_temp2,span#max_temp3{
	color:red;
}
span#min_temp1,span#min_temp2,span#min_temp3{
	color:blue;
}
div.forecast table{
	border:1px solid #dfe2e8;
	border-collapse:collapse;
}
div.forecast table tr th{
	width:33%;
	border:1px solid #dfe2e8;
	padding:4px;
	background:#fff1d7;
	font-size:92%;
	font-weight:bold;
	color:#444444;
	text-align:center;
	vertical-align:top;
}
div.forecast table tr td{
	padding:4px;
	background:#ffffff;
	border:1px solid #dfe2e8;
	font-size:92%;
	color:#333333;
}
div.forecast table tr td a{
	color:#333333;
	text-decoration:none;
}
div.forecast table tr td a{
	color:#333333;
	text-decoration:none;
}
div.forecast table tr td a:hover{
	color:#ff0000;
}
div.forecast table tr td.fcData{
	text-align:center;
}
div.forecast table tr td.fcNerima{
	text-align:right;
}
div.forecast table tr td.fcNerima img{
	padding:2px;
}

