@charset "UTF-8";

/**************************************/
/* ヘッダー関連                       */
/**************************************/
header#header{
	height: auto;
	width: 1024px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	padding-bottom: 80px; /* ナビ下側までの余裕 */
}

#header h1 {
	height: 107px;
	width: 543px;
	position: relative;
	z-index: 20;
	top: 0px;
	margin-bottom: 0px;
}
#header h1 img {
	position: absolute;
	z-index: 50;
	left: 28px;
	top: 28px;
}

#header_right {
	margin: 0px;
	padding: 0px;
	height: 117px;
	width: 481px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_right input {
	height: 26px;
	width: 200px;
	border: 1px solid #666;
	position: absolute;
	top: 23px;
	right: 80px;
	background-image: url(../../images-j/common/loupe.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 30px;
	-mon-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header_right #english {
	position: absolute;
	z-index: 40;
	height: 50px;
	width: 64px;
	top: 0px;
	right: 0px;
}
#header_right #english a, #header_right #english a:link {
	background-image: url(../../images-j/common/english.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 64px;
}
#header_right #english a:hover {
	background-image: url(../../images-j/common/english.gif);
	background-repeat: no-repeat;
	background-position: center -60px;
	display: block;
	height: 50px;
	width: 64px;
}
#header_right #sub_nuv {
	height: 50px;
	width: 450px;
	position: absolute;
	top: 68px;
	right: 30px;
	text-align: right;
}
#header_right #sub_nuv a, #header_right #sub_nuv a:link {
	color: #000;
	display: block;
	float: right;
	padding-right: 13px;
	padding-left: 10px;
}
#header_right #sub_nuv a:hover{
	color: #008B69;

}
#header_right #sub_nuv a span {
	color: #008B69;
	font-size: 20px;
	vertical-align: middle;
	padding-left: 2px;
}

/**************************************/
/* メインコンテンツ                   */
/**************************************/
#main{
	background-color: #FFF;
	position: relative;
	top: 0px;
}
#main_contents {
	z-index: 0;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 0px;
}

#foot {
	text-align: center;
	margin: 0px;
	clear: both;
	float: none;
	height: 70px;
	width: 1024px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
}
#foot a, #foot a:link {
	font-size: 13px;
	padding-right: 20px;
	color: #000;
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
}
#foot a:hover {
	color: #008B69;
}
#foot a span {
	font-size: 12px;
	color: #008B69;
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
}
#copyright {
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
	font-size: 12px;
	text-align: right;
}
