
/* ============================= */
/*                               */
/*  比較王 Header CSS            */
/*  Last update 2008/05/09       */
/*                               */
/* ============================= */


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

div#headerArea {

	height: 480px;
	margin: 0px auto 0px auto;
	position: relative;
}

div#logo {
	width: 230px;
	height: 80px;
	text-indent: -5000px;
	text-decoration: none;
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

body#home div#logo {background: url(../images/logo.jpg) no-repeat 0px 0px;}
body#healthfood div#logo {background: url(../images/logo-kenko.gif) no-repeat 0px 0px;}
body#beauty div#logo {background: url(../images/logo-biyou.gif) no-repeat 0px 0px;}
body#travel div#logo {background: url(../images/logo-ryokou.gif) no-repeat 0px 0px;}
body#job div#logo {background: url(../images/logo-shigoto.gif) no-repeat 0px 0px;}
body#creditcard div#logo {background: url(../images/logo-card.gif) no-repeat 0px 0px;}
body#cashing div#logo {background: url(../images/logo-cashing.gif) no-repeat 0px 0px;}
body#fx div#logo {background: url(../images/logo-fx.gif) no-repeat 0px 0px;}
body#stock div#logo {background: url(../images/logo-kabushiki.gif) no-repeat 0px 0px;}
body#estate div#logo {background: url(../images/logo-fudosan.gif) no-repeat 0px 0px;}
body#waterserver div#logo {background: url(../images/logo-waterserver.gif) no-repeat 0px 0px;}

div#logo a {
	width: 20px;
	height: 10px;
	display: block;
}

/* ヘッダーナビ制御 */
ul#hNav {
	width: 10px;
	height: 2px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0 0 0;
	float: right;
}

body#waterserver ul#hNav,
body#creditcard ul#hNav,
body#fx ul#hNav {

}


#hNav li{
	font-size: 100%;
}

#hNav a{
	height:22px;
	/*text-indent:-5000px;*/
	text-decoration: none;
}

/* Google 検索窓  */
div#headerArea div#googleSearch {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ページ概要 */
div#headerDescription {
	padding: 5px 0 0 0;
	float: left;
	width: 480px;
}

div#headerDescription p {
	font-size:100%;
	color: #999;
	line-height: 130%;
	
}
div#headerDescription p b {
	font-weight: bold;
	color: #666;
}


/* パンくずリスト */
div#pan {
	padding: 14px 0 0 0;
	clear: both;
}
*:first-child+html div#pan {
	padding: 7px 0 0 0;
}

div#pan ul {
	margin: 0px 0 0 10px;
}

div#pan li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 100%;
}

div#pan a{
	text-decoration: none;
}


/* ページタイトル */
div#pageTitle {
	height: 25px;
	background: #eeffff;
	clear: both;
	padding: 5px 0 0 0;
}

div#pageTitle h1 {
	font-size: 95%;
	margin: 0px 0 0 10px;
}
