@charset "Shift_JIS";


/*============================================================================
  ヘッダー
=============================================================================*/

/*-----------------------------------------------
  共通設定
-----------------------------------------------*/

#header {
	background: url(/images_news/header/header_newbg.gif) top repeat-x;
} 

#header_top {
	display: block;
	margin: 0 auto;
	width: 950px;
	height: 31px;
}

#header_bottom {
	display: block;
	margin: 0 auto;
	width: 950px;
	min-height: 61px;
}

/*-----------------------------------------------
  ナビゲーション
-----------------------------------------------*/

#globalnavi {
	display: block;
	float: left;
	text-align:left;
	width: 250px;
	height: 17px;
	padding: 4px 0 0 0;
}

#globalnavi a:link {
	color: #ffffff;
	text-decoration: none;
}

#globalnavi a:active {
	color: #ffffff;
	text-decoration: underline;
}

#globalnavi a:visited {
	color: #ffffff;
	text-decoration: none;
}

#globalnavi a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#globalnavi ul{
	list-style: none;
}

#globalnavi ul li{
	display: inline;
	height: 13px;
	line-height: 13px;
	background: url(/images_news/header/line_yellow.gif) no-repeat 0 0;
	padding-left:6px;
	padding-right:1px;
}

#globalnavi ul li.gnavi_start{
	background:none;
	padding-left:0;
}

#powered {
	float:right;
	background: url(/images_news/header/poweredby_ng.gif) no-repeat;
	width:134px;
	height:22px;
}

#powered a {
	display:block;
	text-indent:-9999px;
	width:134px;
	height:22px;
}

/*-----------------------------------------------
  各タイトルロゴ
-----------------------------------------------*/

#title {
	display: block;
	float: left;
	height: 61px;
}

#title div{ /*h1からdivに変更*/
	float: left;
	display: inline;
	height: 61px;
	text-indent: -9999px;
}

/*---------------タイトルロゴ---------------*/

#title div a{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 60px;
}

/*タイトルロゴ　Newsgate*/
#title.t_newsgate div a{width:186px!important; background:url(/images_news/header/h_logo_newsgate.gif) no-repeat !important;}

/*タイトルロゴ　北海道ウォーカー*/
#title.t_hokkaido div a{width:196px!important; background:url(/images_news/header/h_logo_hokkaido.gif) no-repeat !important;}

/*タイトルロゴ　東京ウォーカー*/
#title.t_tokyo div a{width:172px!important;	background:url(/images_news/header/h_logo_tokyo.gif) no-repeat !important;}

/*タイトルロゴ　千葉ウォーカー*/
#title.t_chiba div a{width:171px!important;	background:url(/images_news/header/h_logo_chiba.gif) no-repeat !important;}

/*タイトルロゴ　横浜ウォーカー*/
#title.t_yokohama div a{width:197px!important;	background:url(/images_news/header/h_logo_yokohama.gif) no-repeat !important;}

/*タイトルロゴ　東海ウォーカー*/
#title.t_tokai div a{width:181px!important;	background:url(/images_news/header/h_logo_tokai.gif) no-repeat !important;}

/*タイトルロゴ　関西ウォーカー*/
#title.t_kansai div a{width:192px!important; background:url(/images_news/header/h_logo_kansai.gif) no-repeat !important;}

/*タイトルロゴ　九州ウォーカー*/
#title.t_kyushu div a{width:195px!important; background:url(/images_news/header/h_logo_kyushu.gif) no-repeat !important;}

/*タイトルロゴ　ムービーウォーカー*/
#title.t_movie div a{width:240px!important;	background:url(/images_news/header/h_logo_movie.gif) no-repeat !important;}

/*タイトルロゴ　テレビジョン*/
#title.t_tv div a{width:146px!important; background:url(/images_news/header/h_logo_tv.gif) no-repeat !important;}


/*--------ヘッダー ロゴ右横のテキスト--------*/

#title p{
	float: left;
	padding: 40px 0 0 2px;
	font-size: 10px;
	font-weight: normal;
}

#title p span{
	color: #ffff00;
}

/*ニュースゲート*/
#title.t_newsgate p{padding-top:36px;}

/*ムービーウォーカー*/
#title.t_movie p{padding-top:38px;}


/*-----------------------------------------------
  他のエリア・検索（修正版があがったら削除する）
-----------------------------------------------*/

#otherarea_box {
	clear: right;
	float: right;
	text-align: right;
	padding-top: 15px;
	height: 13px;
	line-height: 13px;
}

#search {
	clear: right;
	float: right;
	position: relative;
	display: block;
	width: 292px;
	text-align: right;
	padding-top: 5px;
}

#search .inputarea {
	width: 200px;
	height: 12px;
	padding: 1px;
	font-size:12px;
}

/*-----------------------------------------------
  他のエリア・検索（修正版）
-----------------------------------------------*/

#search_new {
	clear: right;
	float: right;
	position: relative;
	display: block;
	width: 340px;
	text-align: right;
	padding-top:10px;
}

#search_new .inputarea {
	width: 200px;
	height: 12px;
	padding: 1px;
	font-size:12px;
}

#keyword_box {
	clear: right;
	float: right;
	text-align: right;
	padding-top:6px;
	height: 13px;
	line-height: 13px;
	text-align:right;
	width:400px;
}

#keyword_box dl {
	font-size:10px;
	float:right;
}

#keyword_box dl dt {
	float:left;
	color:#333;
}

#keyword_box dl dd {
	float:left;
	padding-right:10px;
}

#keyword_box dl dd.end_word{
	padding-right:0;
}

