@charset "UTF-8";
/*
========================================== 

	共通

========================================== 
*/


/*　テキストリンク　*/
a:active, a:focus {
	outline:none;
}
a:link {
	color: #008301;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
/* クリアー */
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.img_l {
	float:left;
	margin:0 10px 10px 0;
}
.img_r {
	float:right;
	margin:0 0 10px 10px;
}

ol{
	padding-left:2em;
	margin-bottom:1em;
}
ol li{
	list-style-type:decimal;
}

/*
========================================== 

	レイアウト

========================================== 
*/
#wrapper {
	width: 940px;
	margin:0 auto;
	padding:0;
}
#header {
	width: 940px;
	margin-bottom:20px;
}
#footer {
	width: 920px;
	padding:10px;
	color:#FFFFFF;
	background-color:#111;
	font-size:85%;
	clear:both;
}
.mainContent {
	width:940px;
	clear:both;
}
.right_content {
	width: 620px;
	float: right;
	padding-bottom:40px;
}
/*
========================================== 

	ヘッダー

========================================== 
*/
h1 {
	float:left;
}
p.tanaka {
	float:right;
	margin:0 15px 0 0
}
/*
========================================== 

	フッター

========================================== 
*/
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.copy {
	float:right;
}
#footer p.footerNav {
	float:left;
}
/*
========================================== 

	ナビ

========================================== 
*/
#gnav {
	width:300px;
	float:left;
	padding-bottom:40px;
}
#gnav ul {
	width:295px;
	border-left: solid 5px #008301;
	margin-bottom:20px;
}
#gnav ul li {
	border-bottom:dotted 1px #dfddd5;
	margin:0;
	background-color:#FFFFFF;
}
#gnav ul li.on {
	width:275px;
	display:block;
	color:#333;
	padding:10px;
	margin:0;
	background-color:#008301;
	font-weight:bold;
	color:#FFFFFF;
}
#gnav ul li a {
	width:275px;
	display:block;
	color:#333;
	padding:10px;
	margin:0;
	text-decoration: none;
}
#gnav ul li a:hover {
	background-color:#008301;
	text-decoration:none;
	color:#FFFFFF;
}

.kaihatsu{
	border: solid 1px #dfddd5;
	padding:8px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	}
.kaihatsu p{
	margin-bottom:0.5em;
}
/*
========================================== 

	トップページ メイン

========================================== 
*/
/* スライド */
.slideArea {
	height:240px;
	overflow:hidden;
	margin-bottom:0;
	clear:both;
}
.slideArea ul {
	height:240px;
	overflow:hidden;
	margin:0;
}
.slideArea ul li {
	height:240px;
	vertical-align:bottom;
	margin:0;
}
.topBox_L {
	width:300px;
	float:left;
	margin-bottom:20px;
}
.topBox_R {
	width:300px;
	float: right;
	margin-bottom:20px;
}
.topBox_L h3, .topBox_R h3 {
	width:284px;
	padding:8px;
	background:url(../images/top_h3Bg.jpg) 0 0 repeat-y;
	color:#FFFFFF;
	text-align:center;
}
.topBox_L .txtBox, .topBox_R .txtBox {
	width:282px;
	border: solid 1px #dfddd5;
	border-top: none;
	padding:8px;
	background-color:#FFFFFF;
}
.topBox_L .txtBox p,
.topBox_R .txtBox p {
	margin-bottom:1em;
}
p.btn01 {
	width:8em;
	float:right;
}
p.btn01 a {
	background:#008301;
	padding:5px;
	text-decoration:none;
	color:#FFFFFF;
}
p.btn01 a:hover {
	background:#27aa28;
	padding:5px;
	text-decoration:none;
	color:#FFFFFF;
}
/*
========================================== 

	下層共通

========================================== 
*/
.h3content h3 {
	font-size:180%;
	border-bottom:solid 1px #008301;
	padding-bottom:2px;
	margin-bottom:15px;
}
.h3content h4 {
	font-size:120%;
	padding:5px;
	margin-bottom:10px;
	border: solid 1px #dfddd5;
	border-left:solid 4px #008301;
	background-color:#fff;
}
.h3content h5 {
	font-size:120%;
	margin-bottom:10px;
	color:#008301;
	border-bottom: solid 1px #dfddd5;
}
.h3content p {
	text-align:justify;
	text-justify: inter-ideograph;
	margin-bottom:1em;
	font-size:108%;
}
.h3content p.txt_r {
	text-align:right;
}
.h3content p.txt_c {
	text-align: center;
}
.h3content p.strong {
	font-size:120%;
	margin-bottom:10px;
	color:#008301;
	font-weight:bold;
}
.h3content p span.strong {
	font-size:120%;
	margin-bottom:10px;
	color:#008301;
	font-weight:bold;
}
.h3content div.bg_green {
	margin-bottom:10px;
	color:#ffffff;
	background-color:#008301;
	padding:5px;
	font-size:100%;
}

.h3content img.border {
	padding:3px;
	background-color:#FFFFFF;
	border: solid 1px #dfddd5;
}
.h3content table {
	margin-bottom:2em;
	font-size:108%;
}
.h3content table th {
	padding:10px;
	border: solid 1px #dfddd5;
	background-color:#e8e6de;
}
.h3content table td {
	padding:10px;
	border: solid 1px #dfddd5;
}
.h3content dl dt {
	font-weight:bold;
	font-size:108%;
}
.h3content dl dd {
	padding-bottom:10px;
	border-bottom: solid 1px #dfddd5;
	margin-bottom:10px;
	padding-left:1em;
	font-size:108%;
}

span.blue {
	color: #B4FFFF;
}
span.red {
	color: #FFB4FF;
}
span.yellow {
	color: #F9E002;
}
p.btn02 {
	text-align:right;
}
p.btn02 a {
	background-color:#001549;
	color:#FFFFFF;
	padding:5px;
	text-decoration:none;
}
p.btn02 a:hover {
	background:#122759;
	padding:5px;
	text-decoration:none;
}
/*
========================================== 

	フォーム

========================================== 
*/
#container h3 {
	font-size:180%;
	border-bottom:solid 1px #008301;
	padding-bottom:2px;
	margin-bottom:15px;
}
#container h4 {
	font-size:120%;
	padding:5px;
	margin-bottom:10px;
	border: solid 1px #dfddd5;
	border-left:solid 4px #008301;
	background-color:#fff;
}

#container span.red {
	color:#CC0000;
	font-weight:bold;
}
#container p {
	margin-bottom:1em;
}

#box{
    display:none;
}

table.kakaku {
	margin-bottom:2em;
}
table.kakaku th {
	padding:10px;
	border: solid 1px #dfddd5;
	background-color:#e8e6de;
	text-align:center;
}
table.kakaku td {
	padding:10px;
	border: solid 1px #dfddd5;
}
table.kakaku td.price {
	padding:10px;
	border: solid 1px #dfddd5;
	text-align:right;
}
