@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #00A147 url(../images2/header_bgA.gif) left top repeat-y;
}


/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 101px;
	background: #FFFFFF url(../images2/header_bgA.gif) left top no-repeat;
}
#logo {
	position: absolute;
	left: 30px;
	top: 15px;
	margin: 0;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 37px;
		left: 266px;
		width: 536px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 107px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images2/navigation_bg.gif) left top no-repeat;
	}
	#navigation li a:hover {
		color: #EC8602;/* マウスを乗せた時の色-オレンジ*/
		background: url(../images2/navigation_bg.gif) right top no-repeat;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;/* a要素のオフマウス時のグレー色*/
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;/* a要素の上下に仕切りの白色*/
		background: none; 　
		font-size: 90%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;/* a要素のマウスを乗せた時の色-白*/
		background-image: none; 
		background-color: #EC8602;   /* a要素のマウスで押さえた時の色*/
	}

	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 761px;
	margin-top: 26px;
}
#primary {
	position: absolute;
	width: 640px;
	left: 270px;
	top: 0;
	background-color: #FFFFFF;
}
#secondary {
	position: absolute;
	width: 230px;
	left: 19px;
	top: 0;
	background: #FFFFFF url(../images2/secondary_bg.gif) right top repeat-y;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 0 26px 20px;
}
#primary h2 {
	background: url(../images2/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 5px 0 15px 20px;
	font-size: 150%;
}
#primary h3 {
	font-size: 117%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#primary p {
	margin: 10px 0;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 90%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #D77900;
	border-bottom: 1px solid #D77900;
	color: #FFFFFF;
	background: #EC8602 url(../images2/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images2/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 150px !important;
		width /**/: 168px;
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images2/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #EC8602;
		background: none;
	}

/* フッター
	---------------------------------------------*/
	#footer {
	
		background-color : #DDDDDD;
		height :50px;
	}