﻿
/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-image : url(../images/top_headimg.gif);
	background-repeat : no-repeat;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}


/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 227px;
}


/* 右上メニュー
---------------------------------------------*/

.section {
	position: absolute;
	z-index: 1;
	top: 63px;
	left: 470px;
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.section ul {
		margin: 0;
		padding: 0;
		list-style: none;
}
.section li {
		float: left;
		width: 100px;
		margin: 0;
}
.section li a {
		display: block;
		width: 100%;
		padding: 8px 0;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		background: url(../images/topmenu_btnbg.gif) left center no-repeat;
}
.section li a:hover {
		text-decoration:none;
		color: #EC8602;
		background: url(../images/topmenu_btnbg.gif) right center no-repeat;
}



/* 右上メニューのサブメニュー
---------------------------------------------*/
	.section ul ul {
		background: #EEEEEE;
		background-image: none; 
	}
	.section ul ul li {
		float: none;
	}
	.section ul ul li a {
		border-top: 1px solid #AAAAAA;
		background: none;
		font-size: 100%;
		text-align: center;
		font-weight: normal;
		padding: 6px 0;
		color: #666666;
	}
	.section ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #EC8602;
	}
	.section ul li.parent ul {
		display: none;
	}
	.section ul li.parentOn ul {
		display: block;
	}

/* コピー位置
---------------------------------------------*/
#copy {
	position: absolute;
	top: 130px;
	left: 155px;
	width: 490px;
	height: 62px;
}

/* ボタン部分位置
---------------------------------------------*/
#button {
	position: absolute;
	top: 210px;
	left: 123px;
	width: 490px;
	height: 62px;
}

