﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.4;
	color: #333;
	background: #00a147 url(../img/body_bg.gif) left top repeat-y;
}
p {
	letter-spacing: 0.2em;
}
/* NINJAのコマーシャルを消す */
ul.tdftad {
	display: none;
}
#header {
	position: relative;
	width: 100%;
	height: 101px;
	background: #fff url(../img/header_bg.gif) left top no-repeat;
	z-index: 100;
}
#logo {
	position: absolute;
	top: 33px;
	left: 19px;
	margin: 0;
}
#navigation {
	position: absolute;
	top: 37px;
	left: 206px;
	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: #666;
	text-decoration: none;
	background: url(../img/navigation_bg.gif) left top no-repeat;
}
#navigation li a:hover {
	color: #ec8602;
	background: url(../img/navigation_bg.gif) right top no-repeat;
}
#content {
	position: relative;
	width: 761px;
	margin-top: 26px;
}
#primary {
	position: absolute;
	left: 206px;
	top: 0;
	width: 535px;
	background-color: #fff;
}
#secondary {
	position: absolute;
	left: 20px;
	top: 0;
	width: 168px;
	font-size: 90%;
	background: #fff url(../img/secondary_bg.gif) right top repeat-y;
}
#primary .section {
	margin: 20px 0 26px 20px;
}
#primary h2 {
	background: url(../img/h2_bg.gif) no-repeat;
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}
#primary .section h3 {
	font-size: 117%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #d77900;
	border-bottom: 1px solid #d77900;
	color: #fff;
	background: #ec8602 url(../img/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
}
#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary ul li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	background: url(../img/sidenav_bg_on.gif) left center no-repeat;
}
#secondary li a {
	display: block;
	width: 138px;
	padding: 5px 5px 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	background: url(../img/sidenav_bg_off.gif) left center no-repeat;
}
#secondary li a:hover {
	color: #ec8602;
	background: none;
}

/* プルダウンメニュー */
#navigation ul ul {
	background: #eee;
}
#navigation ul ul li {
	float: none;
}
#navigation ul ul li a {
	border-top: 1px solid #fff;
	background: none;
	font-size: 90%;
	font-weight: normal;
}
#navigation ul ul li a:hover {
	color: #fff;
	background: #ec8602;
}

/* プルダウンメニューを非表示 */
#navigation ul li ul {
	display: none;
}

/* hoverでプルダウンメニューを表示 */
#navigation ul li:hover ul {
	display: block;
}
#navigation ul li ul li {
	clear: both;
	margin: 0;
}
