﻿@charset "utf-8";
/*----------------------------------------------------------------------
 共通仕様 
------------------------------------------------------------------------*/
h2 {
	clear: both;
	margin-bottom: 1em;
}
caption {
	padding-bottom: 0;
	margin-bottom: 0;
}
table {
	font-size: 100%;
}
.tableC {
	margin-top: 15px;
	margin-bottom: 15px;
}
.hsn {
	margin: 30px 0 20px 0;
}
.jsn {
	margin-top: 1px;
	margin-bottom: 1px;
	border-color: #666;
}
.area ol li p {
	font-weight: normal;
	text-indent: 0;
}
.area dl {
	padding: 0;
	margin: 0;
}
.area dt {
	height: auto;
	line-height: auto;
	padding: 5px 0 0 0;
	margin: 0 auto;
	border-bottom: 2px #ffbf00 solid !important;
	font-size: 93%;
	font-weight: bold;
	color: #074e1a;
	text-align: center;
	text-indent: 0;
	white-space: nowrap;
	background: transparent;
}
.area dd {
	line-height: 1.3;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 85%;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}
.clearfix {
	margin-bottom: 10px;
}
.lr {
	width: 660px;
}
.area img {
	border: #ccc 3px double;
}
table.wsize, table colgroup.wsize, .wsize {
	width: 326px;
	width: 320px;
}
.hsize {
	width: 246px;
}
.area table {
	border: none;
}
.area table th {
	height: auto;
	line-height: auto;
	padding: 5px 0 0 0;
	margin-top: 2px;
	margin-bottom: 0;
	border: none;
	border-bottom: 2px #ffbf00 solid !important;
	font-size: 93%;
	font-weight: bold;
	color: #074e1a;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	background: transparent;
}
.area table td {
	line-height: 1.3;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
	border: none;
	font-size: 85%;
	letter-spacing: 0;
	text-align: center;
	white-space: normal;
}
/*----------------------------------------------------------------------
 index.html 
------------------------------------------------------------------------*/
#index .pictable {
	height: 950px;
	background: url(../img/back.png) no-repeat center center;
}


.ie6 #index .pictable {
	height: 950px;
	background: url(../img/back.png) no-repeat center center;
	behavior: url('/style/iepngfix.htc');
}


#index .pictable table {
	background: transparent;
	width: 728px;
	height: 890px;
}


#index .pictable table th,#index .pictable table td{
	background: transparent;
	border: none !important;
	padding: 0;
	margin: 0;
}

#index .pictable table th img{
	position: relative;
	top: 25px;
	left: 10px;
	border: none !important;
}

#index .pictable table td img{
	position: relative;
	top: 25px;
	right: 10px;
	border: none !important;
}


.ie6 #index .pictable img{
	behavior: url('/style/iepngfix.htc');
}

