@charset "utf-8";

/* ******************************************************************************** */
/*  山口県公式ウェブサイト　header.css                                              */
/*                                                                        13.03.18  */
/* ******************************************************************************** */

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

/* Java Script警告
----------------------------------------------- */
.noscript{
	margin: 5px 0px;
	padding: 5px;
	color: #ff0000;
	font-weight: bold;
	border: double 3px #ff0000;
}


#header{
	padding-top: 10px;
}


/* -------------------------------------------------------------------------------- */
/*      メイン                                                                      */
/* -------------------------------------------------------------------------------- */

#header .main{
	width: 960px;
	height:61px;
	background: url(../../img/common/header/bcg.gif) no-repeat;
	clear: both;

	/* 文字サイズ変更の際にレイアウトが崩れるため、固定 */
	font-size: 0%;
	line-height: 100%;
}
#header .main .left{
	width: 310px;
	float: left;
}
#header .main .right{
	width: 650px;
	float: right;
}


/* ロゴ
----------------------------------------------- */
/* --- トップページのみ --- */
#header h1{
	margin: 0px 0px 0px 10px;
}

/* --- その他のページ --- */
#header .logo{
	margin: 0px 0px 0px 10px;
}


/* リスト
----------------------------------------------- */
/* --- 矢印リスト --- */
#header ul.arrow{
	margin-top: 5px;
	float: left;
}
#header ul.arrow li{
	margin-right: 5px;
	font: 0pt/0pt sans-serif;
	background: url(../../img/common/ico_arrow.gif) no-repeat 0px 3px;
	float: left;

}
#header ul.arrow li.last{
	margin-right: 0;
}

/* --- 変換リスト --- */
#header dl.change{
	margin-left: 10px;
	float: left;
}
#header dl.change dt{
	margin-right: 3px;
	float: left;
}
#header dl.change dt img{
	margin-top: 5px;
}
#header dl.change dd{
	float: left;
}


/* 検索
----------------------------------------------- */
#header .search{
	margin-top: 18px;
}

/* --- ボタンリスト --- */
#header .search ul.btn{
	float: left;
}
#header .search ul.btn li{
	margin-right: 5px;
	float: left;
}
#header .search ul.btn li.last{
	margin-right: 0;
}

/* --- フォーム --- */
#header .search .form{
	margin:  0px 10px;
	float: left;

}
#header .search .form p{
	margin-right: 5px;
	float: left;
}
#header .search .form form{
	float: left;
}

#header .search .form .txt{
	margin-right: 3px;
	width: 100px;
}


/* グローバルナビ
----------------------------------------------- */
#header #globalnav{
	margin-top: 15px;
	height: 49px;
	background: url(../../img/common/header/globalnav/bcg.gif) repeat-x 0 0;
}
#header #globalnav ul{
	letter-spacing: -.40em;	/* 文字間を詰めて隙間を削除する */
}
#header #globalnav ul li{
	margin-right: 10px;
	display: inline-block;
	letter-spacing: normal;	/* 文字間を通常に戻す */

	/* 文字サイズ変更の際にレイアウトが崩れるため、固定 */
	font-size: 0%;
	line-height: 100%;
}
#header #globalnav ul li.last{
	margin-right: 0;
}


/* メイン写真
----------------------------------------------- */
#header #main-photo{
}


/* パンくずリスト
----------------------------------------------- */
#header #topicpath{
	margin-top: 10px;
}
#header #topicpath dt{
	display: none;
}
#header #topicpath .pankuzu{
}


/* 更新日
----------------------------------------------- */
#header #date{
	margin-top: 10px;
}
