@charset "UTF-8";
/*
CSS for design of header1~4.php elements for MallJapan
Description: common style for all basic component
Date: mar 2009
Version: 2.0
Author: MallJapan
*/

/* rayout box */
/*<? echo $httplink ?>*/
div#div_header {
	width: 980px;
	margin: 0px auto;
	height: 95px;
	background: url(../../img/bg_div_header.gif) no-repeat left top;
	display: block;
	padding: 0px;
}
p#p_head_catch {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	display: block;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 475px;
	height: 20px;
}
ul.headertopmenu {
	display: block;
	float: right;
	text-align: right;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 475px;
	height: 20px;
}
ul.headertopmenu li {
	display: inline;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
ul.headertopmenu li a {
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	color: #FF0000;
}
ul.headertopmenu li a:hover {
	text-decoration: underline;
}
div#div_header h1{
	display: block;
	padding: 0px;
	height: 50px;
	width: 200px;
	margin: 10px 0px 0px 15px;
	_margin-left: 8px;
	line-height: 0px;
	float: left;
}
#div_live800 {
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 15px 0px 5px;
}

/* search form */
div#div_search {
	display: block;
	float: right;
	background: #FF0000 url(../../img/bg_div_search.gif) no-repeat center top;
	padding: 0px;
	margin-right: 15px;
	_margin-right: 8px;
	margin-bottom: 0px;
	width: 300px;
	margin-top: 20px;
	height: 55px;
}
form#header_search {
	margin: 15px auto 0px 15px;
	padding: 0px 0px 0px 22px;
	background: url(../../img/bg_form_search.gif) no-repeat left center;
	display: block;
	height: 25px;
}
#header_search input {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

