@charset "utf-8";

/* =======================================

基本用CSS
Since: 201304 
mod:

========================================== */

/*
基本
========================================== */

body{
	font-size: 12px;
	line-height: 140%;
	font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:0.1em;
	min-width: 970px;
	color:#333333;
}

td{
	line-height: 140%;
}

a:link {
	color:#0099cc;
	text-decoration: none;
}

a:visited{
	color:#14b0e4;
	text-decoration: none;
}

a:hover {
	color:#0099cc;
	text-decoration: underline;
}

.hover:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* 表示しない */ 
.hd {
	visibility: hidden; 
}  


/* ------------------------------
wrap
------------------------------ */
#wrap {
	text-align:center;
	float:none;
	clear:both;
	background: url(../images/common/bg_head_top.jpg) 0 0 repeat-x;
}

#wrapIn {
	position: relative;
	height:auto;
	text-align:center;
	float:none;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	z-index: 1;
	background: url(../images/common/bg_content.jpg) 0 0 repeat-x;
}

.T_wrapIn {
	background: none !important;
}


/* ------------------------------
ヘッダー
------------------------------ */

#header {
	position: relative;
	clear: both;
	float: none;
	height: 140px;
	z-index: 100;
	background:#fff;
}
#headerIn {
	position: relative;
	clear: both;
	float: none;
	width: 970px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../images/common/bg_h_date.jpg) right 0 no-repeat;
	background-size: 144px;
}

/* ロゴ */
#header #headLogo{
	width: 188px;
	height: 52px;
	position: absolute;
	left: 0px;
	top: 18px;
}

/* サーチ */
#header #searchBox{
	position: absolute;
	left: 0px;
	top: 82px;
	width: 200px;
	height:　43px;
	z-index: 20;
}
#header #tabsearch {
	margin-left: 8px;
}
#header #tabsearch label,
#header #tabsearch a {
	position:relative;
	float: left;
    display: block;
	width: 45px;
    height: 13px;
	margin-right: 3px;
    cursor: pointer;
    overflow: hidden;
}
#header #tabsearch label input {
    display: block;
	position: absolute;
	top: 0px;
	left: -300px;
	z-index:100;
}
#header #tabsearch .crobd1 {
	background: url(../images/common/tab1_headsearch.jpg) 0 0 no-repeat;
	background-size: 45px;
}
#header #tabsearch .crobd2 {
	background: url(../images/common/tab2_headsearch.jpg) 0 0 no-repeat;
	background-size: 45px;
}
#header #searchBox a:hover,
#header #searchBox label:hover,
#header #searchBox .checked {
	background-position: 0 -13px;
}
#header #tabsearch a {
	background: url(../images/common/tab3_headsearch.jpg) 0 0 no-repeat;
}
#header #searchBox #wordSearch{
	position: relative;
	width: 200px;
	height: 28px;
	text-align: left;
}
#header #searchBox #wordSearch .wordBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	border: none;
	/*text-indent: 26px;*/
	background: url(../images/common/bg_headsearch.jpg) 0 0 no-repeat;
	background-size: 158px;
	padding-left: 28px;
}
#header #searchBox #wordSearch #btnSearch {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 42px;
}


/* 注目キーワード（ドロップダウン） */
#header #searchBox .dropdown_item {
	position: relative;
	z-index: 100;
	float: left;
	width: 45px;
    height: 13px;
    cursor: pointer;
}
#header #tabsearch .dropdown_item:hover a {
	background-position: 0 -13px;
}
#header #searchBox .dropdown_item:hover img {
	display: none;
}
#header #searchBox .dropdown_item .cnt {
	position: absolute;
	top: 13px;
	left: 0px;
	width: 715px;
	height: 100px;
	z-index: 10000;
}

#header #searchBox .dropdown_item .cntIn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 710px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px; 

	padding: 10px 0px;
}
#header #searchBox .dropdown_item ul {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}
#header #searchBox .dropdown_item .cntIn li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 0px;
	white-space: nowrap;
}
#header #searchBox .dropdown_item .cntIn li a {
	float: none;
    display: inline;
	width: auto;
    height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 16px;
	background: none;
	background-color: #FFFF99
}
#header #searchBox .dropdown_item .cntIn li a:hover {
	background-color: #CCCC00
}


/* バナー（広告「大」） */
#header #headBanner {
	position: absolute;
	left: 218px;
	top: 10px;
}

/* 一行メッセージ */
#headMsg {
	position: relative;
	top : 95px;
	left: 218px;
	width : 600px;
	height : 30px;
	line-height: 30px;
	color: #28a9df;
	text-align: left;
	background: url(../images/common/bg_messege_head.jpg) 0px 0px no-repeat;
	text-align: left;
	z-index: 10;
	padding: 0px;
	margin: 0px;
	background-size: 600px;
}
#headMsg ul {
	position: relative;
	width : 574px;
	height: 30px;
	margin-left: 24px;
	overflow: hidden;
}
#headMsg ul li {
	position: relative;
	left: 10px;
	width: auto;
	float: left;
	clear: both;
	display: inline;
	text-align: left;
	list-style-type: none;
	line-height: 30px;
/*	margin-left: -800px;*/
	margin-bottom: -30px;
	zoom: 1;
}
#headMsg ul li a {
	color: #555555;
}



/* サブナビ */
#header #subNavi {
	position :absolute;
	top : 0px;
	right: 0px;
	width: 144px;
	height :120px;
	text-align: left;
}
#header #subNavi .navi {
	position :absolute;
	top : 65px;
	right: 0px;
	width: 144px;
	height : 24px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #e2f3fc;
}
#header #subNavi .navi li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 12px;
	float: left;
	line-height: 12px;
}
#header #subNavi .navi li a {
	height: 12px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#header #subNavi .navi li a img {
	height: 12px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#header #subNavi .navi li.program {
	padding: 0px 5px 0 0;
}

/* 本日の日付 */
#header #subNavi .date {
	position :absolute;
	top : 26px;
	left: 0px;
	width: 144px;
	height :16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#header #subNavi .date span, 
#header #subNavi .date img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	height :16px;
	line-height: 16px;
}
#header #subNavi .date span.month,
#header #subNavi .date span.day  {
	background: url(../images/common/date_slash.jpg) 0 center no-repeat;
	padding-left: 8px;
	background-size:7px;
}
#header #subNavi .date span.yobi  {
	padding-left: 4px;
}


/* フォントサイズ */
#header #fontBox {
	position :absolute;
	top : 99px;
	left: 7px;
	width : 137px;
	height : 23px;
	background: url(../images/common/ttl_fontsize.jpg) 0 center no-repeat;
	background-size: 50px;
}
#header ul#fontSize {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 75px;
	height: 23px;
	clear: both;
}
#header ul#fontSize li{
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 3px;
}
#header ul#fontSize li.small,#header ul#fontSize li.medium,#header ul#fontSize li.large {
background-size:69px !important;
}
#header ul#fontSize li.small {background: url(../images/common/btn_fontsize.jpg) 0 0 no-repeat;}
#header ul#fontSize li.medium{background: url(../images/common/btn_fontsize.jpg) -23px 0 no-repeat;}
#header ul#fontSize li.large {background: url(../images/common/btn_fontsize.jpg) -46px 0 no-repeat; margin-right:0px;}

#header ul#fontSize li.small:hover {background: url(../images/common/btn_fontsize.jpg) 0 -23px no-repeat;}
#header ul#fontSize li.medium:hover{background: url(../images/common/btn_fontsize.jpg) -23px -23px no-repeat;}
#header ul#fontSize li.large:hover {background: url(../images/common/btn_fontsize.jpg) -46px -23px no-repeat;}

#header ul#fontSize li.small.active {background: url(../images/common/btn_fontsize.jpg) 0 -23px no-repeat;}
#header ul#fontSize li.medium.active{background: url(../images/common/btn_fontsize.jpg) -23px -23px no-repeat;}
#header ul#fontSize li.large.active {background: url(../images/common/btn_fontsize.jpg) -46px -23px no-repeat;}


/* ------------------------------
コンテンツ
------------------------------ */
#contents {
	width: 970px;
	clear: both;
	float: none;
	margin: 0 auto;
	padding-bottom: 30px;
}
.T_contents {
	width: 1000px !important;
}

/* ------------------------------
メインエリア
------------------------------ */
#mainArea {
	float: left;
	width: 700px;
	text-align: center;
	background: url(../images/common/bg_content_main.jpg) 0 0 no-repeat;
}
.T_mainArea {
	width: 1000px !important;
	background:none !important;
}
#mainAreaIn {
	text-align: left;
	padding: 25px;
}
.T_mainAreaIn {
	padding: 0px !important;
}
#mainArea_alone {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/common/bg_content_main970.jpg) 0 0 no-repeat;
}
#mainAreaIn_alone {
	text-align: left;
	padding: 25px;
}


/* ------------------------------
サイドエリア
------------------------------ */
#sideArea {
	width: 260px;
	float: right;
}
#sideAreaIn {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}


/* ------------------------------
フッター
------------------------------ */
#footer {
	text-align: center;
	float:none;
	clear: both;
	background: url(../images/common/bg_foot.jpg) 0 0 repeat-x;
}
#footerIn{
	width: 970px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}

/*Googleアドセンス*/
#footerIn #footAds {
	position: relative;
	height: 35px;
	text-align: left;
}
#footerIn #footAds .keyword {
	position: absolute;
	left: 0px;
	top: 9px;
	display: none;
}

/*SNS*/
#footerIn #footAds #footSns  {
	position: absolute;
	right: 0px;
	top: 7px;
	display: none;
}

/*フッターナビ*/
#footer #footNavi{
	text-align: left;
	border-left: 1px solid #bae9ff;
	border-right: 1px solid #bae9ff;
	background-color: #daf4ff;
	height: 365px;
}
#footer #footNavi .title {
	text-align: left;
	height: 30px;
	background: url(../images/common/bg.jpg) 0 0 repeat;
}
#footer #footNavi .title img {
	margin: 10px;
}
#footer #footNavi .box_footnavi {
	float: left;
	width: 189px;
	height: 335px;
	text-align: center;
	background-color: #e5f8ff;
	border-right: 1px solid #bae9ff;
} 
#footer #footNavi .box_footnavi h4 {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0 auto;
}
#footer #footNavi .box_footnavi h4 img {
	margin-top: 8px;
}
#footer #footNavi .box_footnavi ul {
	width: 160px;
	margin: 0 auto;
	text-align: left;
} 
#footer #footNavi .box_footnavi ul li {
	border: none;
	padding: 0px;
	margin: 0px;
	background: url(../images/common/line_foot.jpg) 0 bottom repeat-x;
}
#footer #footNavi .box_footnavi ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 30px;
	color: #5d5d5d;
	text-indent: 20px;
	line-height: 30px;
	font-size: 12px;
	background: url(../images/common/arrow_white.png) 8px 12px no-repeat;
}  
#footer #footNavi .box_footnavi ul.subNavi {
	margin: 0px;
	padding: 5px 0px 0px 20px;
} 
#footer #footNavi .box_footnavi ul.subNavi li {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	background: none;
}
#footer #footNavi .box_footnavi ul.subNavi li a {
	height: 14px;
	font-size: 10px;
	line-height: 14px;
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: url(../images/common/arrow_white.png) 0 center no-repeat;
} 

/*天気*/
#footer #footNavi .box_footweather {
	float: right;
	width: 208px;
	height: 260px;
	text-align: center;
	background-color: #e5f8ff;
} 
#footer #footNavi .box_footweather div {
	margin-top: 5px;
} 

/*バナー*/
#footer #footBtm {
	background-color:#343934;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer #footBtm .banner {
	margin: 0px;
	padding: 15px 0px 12px 0px;
	background: url(../images/common/line_footcopy.jpg) 0 bottom repeat-x;
}
#footer #footBtm .banner li {
	display: inline;
}

/*コピーライト*/
#footer #footBtm p.copyright {
	float: left;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 0;
	color: #9a9c9a;
}

/*対応ブラウザ*/
#footer #footBtm p.browser {
	float: right;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 0;
	color: #9a9c9a;
}


/* ------------------------------
スマフォサイトを表示する場合はこちら
------------------------------ */
.bnrSmp {
	text-align: center;
	padding: 20px 0;
	background-color: #e5f7ff;
}

