/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
#header {
	width: 780px;
	height:95px;
	margin: 0 auto 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	background-image: url(../img/header_logo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-left {
	float:left;
	padding: 0;
	margin: 0;
	vertical-align:top;
	width:300px;
	height: 65px;
	background-image: url(../img/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#header-left h1 {
	display:none;
}
#header-right {
	float:right;
	font-size:0.8em;
	padding: 0;
	margin: 0;
	text-align:right;
	vertical-align:bottom;
	width:480px;
	height: 27px;
}
#header-right ul {
	list-style-type: none;
	margin: 0px 0 0 0;
}
#header-right li {
	float:right;
	margin: 0 0 0 6px;
	padding: 0 0 0 12px;
	list-style-type: none;
	text-decoration:none;
	vertical-align:middle;
}
#header-right li.listput {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 5px 2px 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0080CB;
}
#header-right li.mojihenkan {
	margin: 0;
}
#header-right li table {
	margin: 1px 0 0 0;
}
#header-right img{
 margin: 0px 2px 0px 0px;
}
/** スタイルシート無効***/#header-right ul li span{display: none;}
#omimaimail {
	float:right;
	width:160px;
	height: 31px;
	text-align:right;
	margin: 34px 0px 0px 0px;
	padding: 0;
	vertical-align:bottom;
	display:block;
}

