@charset "utf-8";

/*-----------------------------------------------
 ヘッダー・テキストナビ
-----------------------------------------------*/
#header_navi {
	width:900px;
	margin:0pt auto;
	padding:5px 0pt;
	text-align:right;
	color:#aed12a;
}

#header_navi ul {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#header_navi li {
	display:inline;
}

#header_navi form {
	display:inline;
}

#header_navi a:link {
	text-decoration:none;
}

#header_navi a:hover {
}
#header_navi a:visited {
	color:#aed12a;
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
#header { 
  height:80px;
  background:url(/static/images/themes/default/common/comHeader.png) no-repeat 0 0;
/*
	height:148px;
	background: url(/static/images/common/comHeader.png) no-repeat 0% 0%;
*/
}

#header h1 {
	width:190px;
	height:80px;
	float:left;
}

#header h1 a {
	width:100%;
	height:100%;
	display:block;
}

#header h1 a p {
	display:none;
}
/*-----------------------------------------------
 ヘッダー・吹き出しリンク
-----------------------------------------------*/
#header .linkArea {
  display:none;
/*
	width:157px;
	float:left;
*/
}

#header .linkArea p {
	margin-top:39px;
	margin-left:16px;
}

* html #header .linkArea p {/* IE6 */
	margin-top:39px;
	margin-left:14px;
}

*:first-child+html #header .linkArea p {/* IE7 */
	margin-top:39px;
	margin-left:14px;
}

#header .arrow01 {/* 矢印アイコン付きリンク文字 */
	margin:0;
	padding:0 0 0 14px;
	line-height:12px;
	background: url(/static/images/side/listmarkArrow01.png) no-repeat 0% 50%;
}

	#header .arrow01 a {
		text-decoration:none;
		color:#54c3f2;
	}

/*-----------------------------------------------
 ヘッダー・バナー
-----------------------------------------------*/
#header .bannerArea {
  margin-left: 200px;
  padding-top: 10px;
  width: 488px;
	float:left;
}

/*-----------------------------------------------
 ヘッダー・テキスト広告
-----------------------------------------------*/
.headerAd {
	width:898px;
	margin-bottom:20px;
	padding:3px 0;
	background-color:#eaf3ca;
	border-top:2px solid #fff;
}
.headerAd div {
	width:50%;
	text-align:center;
	float:left;
}

.headerAd span {
}

.headerAd a {
	margin-left:3px;
	color:#5ab429;
	text-decoration:none;
}
