#header {
	height: 120px;
	width: 100%;
	background-image: url(/images/newheader/header-back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3552A0;
}

/*富士山ロゴ＆コメント*/
#header #logo {
	width: 450px;
	padding:0 0 0 10px;
	margin:0;
}
#header #logo .coment {
	font-size: 10px;
	color: #6699ff;
	line-height: 1.6em;
	font-weight:normal;
}

/*メニュー*/
#header #header-menu #menu{
	list-style-position: inside;
	list-style-type: none;
}

/*上段メニュー*/
#header #header-menu .head1 {
	font-size: 11px;
	line-height: 1.2em;
	color: #000000;
	display: block;
	top: 0px;
	position: absolute;
	text-align: center;/*	width: 100px;*/

}
#header #header-menu #kyujin {
	right: 5px;
	width: 4em;
	}
#header #header-menu #shuppansha {
	right: 5em;
	width: 7em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
#header #header-menu #afiriate {
	right: 12em;
	width: 7em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
#header #header-menu #houjin {
	right: 19em;
	width: 7em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}
#header #header-menu #what {
	right: 26em;
	width: 8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*法人専用ページ用*/
#header #header-menu #houjin-corp {
	right: 5px;
	width: 7em;
	}
#header #header-menu #what-corp {
	right: 8em;
	width: 8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/*中段メニュー*/
#header #header-menu .head2 {
	top: 40px;
	position: absolute;
	height:22px;
}

#header #header-menu .head2 a {
	display: block;
}

#header #header-menu #cart {
	right: 5px;
	width: 109px;
	height:21px;
}
#header #header-menu #mypage {
	right: 119px;
	width: 75px;
	height:21px;
}
#header #header-menu #qa {
	right: 201px;
	width: 69px;
}
/*下段メニュー*/
#header #header-menu .mainmenu {
	display: block;
	top: 102px;
	position: absolute;
	width: 88px;
	height: 22px;
}

#header #header-menu .mainmenu a {
	display: block;
}

#header #header-menu #home {
	left: 182px;
}
#header #header-menu #digital {
	left: 270px;
}
#header #header-menu #categoly {
	left: 358px;
}
#header #header-menu #ranking {
	left: 446px;
}
#header #header-menu #new {
	left: 534px;
}
#header #header-menu #present {
	left: 622px;
}
#header #header-menu #reading {
	left: 710px;
}

/*追加更新分*/
#header #header-menu #reading {
	left: 622px;
}
#header #header-menu #campaign {
	left: 534px;
}


/*検索ボックス*/

#header #search {
	width: auto;
	height: 25px;
	background-color: #6699ff;
	background-image: url(/images/newheader/header_tab_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	top: 65px;
	position: absolute;
	right: 0px;
}
#header #search form {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header #search #simplekeyword {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}

#header #search a:link {
	text-decoration: underline;
	font-size: 13px;
	color: #FFFFFF;
}
#header #search a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#header #search a:hover {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#header #search a:active {
	font-size: 13px;
	color: #FF0000;
}
#header #greeting{
	top: 70px;
	right:23em;
	position: absolute;
	font-weight: bold;
	color: #3552A0;
	font-size:12px;
}
/*#header #left-side{
	height: 120px;
	width:182px;
	left:0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0px;
}*/
/*IE5.x〜6ハック*/
*html #header #header-menu .mainmenu{
	top: 97px;
}
#header #greeting{
	padding-right: 5em;
	font-size: 12px;
	font-weight: bold;
	color: #3552A0;
}

