@import 'style.css';
@import 'add_style.css';

body{
	margin-top:0px;
	padding-top:0px;
}

#header_area_width {
	width: 100%;
	height: 114px;
	text-align: center;
	margin:0px;
	padding: 0px;
	background-color:#FFF;
}

* html #header_area_width {
	margin: 0px -4px 0px 0px;
	padding:0px;
	background-color:#FFF;
}
/* 2010.03.31 add */
#body_contents{
	background-color:#ECECEC;
}

#header_area {
	width: 820px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
#header_area img{
	margin: 0px;
	padding: 0px;
}
#header_area #logo {
	float: left;
	margin: -5px 5px 0px 8px;
	padding: 25px 0px 0px 0px;
}
/* IE7 hack */
html*#header_area #logo{
	margin: 5px 5px 0px 8px;
	padding: 0px 0px 0px 0px;
}
* html #header_area #logo {
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#header_area #banner {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 5px 15px 5px 30px;
}
* html #header_area #banner {
	margin: 5px 20px 5px 25px;
}
#header_area .link {
	float: left;
	margin: 25px 0px 0px 15px;
}
* html #header_area .link {
	margin: 25px 0px 0px 10px;
}
.clear_both {
	/* hackIE */
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
* html .clear_both {
	margin: 0px 0px -16px 0px;
}


#other_header {
	font-size: 12px;
	text-align: center;
}

#other_header .logo_area {
	width: 810px;
	margin: 0px auto;
}

#other_header .logo_area .logo {
	text-align: left;
	float: left;
	padding:0px;
}
/* IE7 hack */
html*#other_header .logo_area .logo {
	/*height:45px;*/
	margin:0px;
}
* html #other_header .logo_area .logo {
	height:30px;
	margin:0px;
}
#header_area_width .logo_area .logo img,
#other_header .logo_area .logo img{
	margin:7px 0px 8px 0px;
}
/* IE7 hack */
html*#header_area_width .logo_area .logo img,
html*#other_header .logo_area .logo img{
	margin:1px 0px 1px 0px;
}
html*#other_header .logo_area .logo img{
	margin-top:-1px !important;
	margin-left:-3px !important;
}
* html #header_area_width .logo_area .logo img,
* html #other_header .logo_area .logo img{
	margin:1px 0px 1px 0px;
}

#other_header .logo_area .link {
	text-align: right;
	padding:8px 0px 0px 0px;
}

#other_header .banner_area {
	width: 728px;
	text-align: center;
	padding: 0px 0px 12px 0px;
	padding-top:0px !important;
	padding-right:0px;
	padding-bottom:12px !important;
	padding-left:0px;
	margin: 0px auto;
	height:95px;
}
/* IE7 hack */
html*#other_header .banner_area {
	height:90px;
	padding-top:7px !important;
	padding-bottom:5px !important;/**/
}
* html #other_header .banner_area img{
	margin-top:6px;
}

#header_area_width a,
#other_header a{
	text-decoration: underline;
}
#header_area_width a:Link,
#other_header a:Link {
	color: #0000FF;
}
#header_area_width a:active,
#other_header a:active{
	color: #0000FF;
}
#header_area_width a:hover,
#other_header a:hover {
	color: #0000FF;
}
#header_area_width a:visited,
#other_header a:visited {
	color: brown;
}
.txt14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 18px;
}


/* ヘッダエリアレイアウト変更 2011.02.16 */

#header_area_width #ttl_area,
#other_header #ttl_area{
	background-image:url('/reverse/common/header/header_top_bg.gif');
	background-repeat:repeat-x;
	height:27px;
	text-align:center;
}
#header_area_width #ttl_area div.inner,
#other_header #ttl_area div.inner{
	width:800px;
	margin:0px auto;
}

#header_area_width #ttl_area div.inner h1,
#other_header #ttl_area div.inner h1{
	float:left;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0px;
	margin:5px 0px 0px 0px;
	font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#header_area_width #ttl_area div.inner ul.navigation,
#other_header #ttl_area div.inner ul.navigation{
	float:right;
	list-style:none;
	margin:5px 0px 0px 0px;
}

#header_area_width #ttl_area div.inner ul.navigation li,
#other_header #ttl_area div.inner ul.navigation li{
	float:left;
	font-size:12px;
	font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

#header_area_width #ttl_area div.inner ul.navigation li a,
#other_header #ttl_area div.inner ul.navigation li a{
	font-family: "メイリオ",Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-decoration:none;
}

