@charset "euc-jp";


/*07-01-23
--------------------
	index

  1. ヘッダー
   -- ロゴ
   -- ユーティリティエリア
      -- リスト
      -- フォーム
  2. グローバルナビゲーション
  3. サブナビゲーション
  4. 広告エリア
  5. テロップ

--------------------
*/


/* ヘッダー
==================== */
#header{
	border-top: solid 3px #900;
	border-bottom: solid 1px #abb1aa;
	padding:0;
	width: 100%;
	background: #f0f1f0 url("images/header_bg.gif") 0 0 repeat-x;
}

/* ロゴ
-------------------- */
#header #logo{
	float: left;
	margin: 0px 0 2px 1px;
	padding:3px 0;
}
/*#header #logo a{
	display: block;
}*/
#header #k_logo{
	float: right;
	margin: 3px 10px 0 0;
}
/* ユーティリティ
-------------------- */
#header #utility{
	float: right;
	overflow: hidden;
	margin-top: 5px;
	padding:3px 0;
	width: 70%;
	text-align: right;
	line-height: 1.1;
}
/* リスト */
#header #utility ul{	display: inline;}
#header #utility ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	background: url("images/list_arw.gif") 0 50% no-repeat;
}
/* フォーム */
#header form,
#header #search{
	display: inline;
}
#search .ttl,
#search .txt{
	display: inline;
	margin-right: 6px;
}
#search .ttl{
	border-right: solid 1px #555;
	padding-right: 5px;
}
#search .txt .field{
	margin-right: 2px;
	border: solid 1px #A5ACB2;
	width: 185px;
	height: 1.2em;
	vertical-align: middle;
}
#search .txt .btn{
	margin-right: 1px;
	width: 35px;
	height: 18px;
	vertical-align: middle;
}


/* グローバルナビゲーション
==================== */
#gnav{
	width: 100%;
	border-top: solid 1px #abb1aa;
	border-bottom: solid 1px #abb1aa;
	background: #c5ccca url("images/gnav_bg.gif") 0 0 repeat-x;
	font-weight: bold;
}
#gnav li{
	float: left;
	background: url("images/gnav_line.gif") 100% 50% no-repeat;
	white-space: nowrap;
}
#gnav li a{
	display: block;
	margin-right: 2px;
	padding: 5px 5px 3px;
	line-height: 1.0;
	text-decoration: none;
	color: #333;
}
#gnav #ac{
	margin-right: 0;
	display: block;
	line-height: 1.0;
	text-decoration: none;
	color: #333;
}
#gnav #noac{
	display: block;
	padding: 5px 7px 3px 5px;
	line-height: 1.0;
	text-decoration: none;
	color: #333;
}
#gnav #ac,
#gnav #noac,
#gnav li a:hover,
#gnav li a:active,
#gnav li a:focus{
	background: #e1b5af url("images/gnav_bg_on.gif") 0 0 repeat-x;
}


/* サブナビゲーション
==================== */
#snav{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #abb1aa;
	padding: 2px 6px;
	line-height: 1.0;
	text-align: right;
	vertical-align: middle;
	background: #c1c5be url("images/snav_bg.gif") 0 0 repeat-x;
}
#snav li{
	display: inline;
	padding-left: 3px;
	line-height: 1.0;
	white-space: nowrap;
	background: url("images/gnav_line.gif") 0 50% no-repeat;
}
#snav #on,
#snav li a{
	padding: 0 0 0 5px;
	color: #111;
}
#snav #on,
#snav #on a{
	color: #933;
	font-weight: bold;
}


/* 広告
==================== */
#ad{
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #E9EDE7;
}



/* テロップ
==================== */
#telop{
	padding:6px 0 3px 15px;
	background: #f5f5f5 url("images/telop_bg.gif") 0 0 repeat-x;
	border-bottom: solid 1px #d4d1d1;
	color:#c00;
}
#telop h2{
display:inline;
font-size:100%;
}

#telop h2.tickerred{
color:#c00;
}
#telop h2.tickerblack{
color:#000;
}
#telop h2.tickerblue{
color:#039;
}





