/* CSS Document -----------------------------------------------------

̤ǻȤEEEEȤāE

------------------------------------------------------------------ */

body{
	color: #333333;
	font-size: small;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* եȥǥāE
------------------------------------------------------------------ */
h1 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: medium;
	font-weight: normal;
}
h4 {
	font-size: medium;
	font-weight: normal;
}
h5 {
	font-size: small;
	font-weight: normal;
}
h6 {
	font-size: small;
	color: #ee6d59;
}
em {
	font-weight: normal;
	color: #FF3300;
	font-style: normal;
}
strong {
	font-weight: bold;
}
sup {
	font-size: x-small;
}

/* ɽāE
------------------------------------------------------------------ */
div.menu span, div.tabmenu span {
	display:none;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
caption{
	display: none;
}

/* EāE
------------------------------------------------------------------ */
a, img {
  background: transparent;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #339933;
	text-decoration: none;
}

/* Eȹ
------------------------------------------------------------------ */

body{
	margin-left: auto;
	margin-right: auto;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul {
	margin: 10px 20px;
	text-align: left;
}
ul li {
	background-image: url(images/icon_list.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 3px;
	padding-left: 16px;
}
ol {
	margin: 10px 60px;
	text-align: left;
}
ul.urllist {
	margin: 5px 30px;
}
ul.urllist li {
	line-height: 180%;
	background-position: 0px 4px;
}
address {
	font-style: normal;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 8px;
}

#MainContents {
	background-color: #FFFFFF;
	text-align: center;
	width: 760px;
	margin-bottom: 40px;
	line-height: 150%;
}
/* h design  --------------------------------- */
#MainContents h2 {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}
#MainContents h3 {
	clear: both;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
}
#MainContents h4 {
	clear: both;
	margin: 40px 15px 20px;
	font-weight: bold;
	color: #343758;
	text-align: left;
}
#MainContents h5 {
	clear: both;
	margin: 20px 25px 15px;
	font-weight: normal;
	color: #685339;
	text-align: left;
}
#MainContents h5.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #685339;
}
#MainContents h6 {
	clear: both;
	margin: 0px;
}
#MainContents p {
	margin: 0px 25px;
}
.contents {
	margin: 10px;
	line-height: 150%;
}

/* table design --------------------------------- */
.contents table{
	margin: 5px 25px 0px;
	border-top: 1pt solid #666666;
	border-left: 1pt solid #666666;
}
.contents th{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	background-color: #e9f9b2;
	text-align: center;
	padding: 1px 4px;
	font-weight: normal;
}
.contents td{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	padding: 1px 3px;
	text-align: left;
}
.contents td.bgleft{
	background-color: #EEEEEE;
}
td.underlinedot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 1px;
}
td.waku {
	padding-bottom: 1px;
	border-top: 3px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}
td.wakuSetubi {
	padding: 4px;
	border: 1px solid #BBBBBB;
	font-size: x-small;
}
td.wakunasiSetubi {
	padding: 4px;
	font-size: x-small;
}

.floor table{
	margin: 5px 25px 0px;
	border-top: 1pt solid #666666;
	border-left: 1pt solid #666666;
}
.floor td{
	border-right: 1pt solid #666666;
	border-bottom: 1pt solid #666666;
	padding: 1px 3px;
	text-align: left;
}
.floor tr.bghead{
	background-color: #eeeeee;
	text-align: center;
}
td.f_4f,td.f_3f,td.f_2f,td.f_1f,td.f_b1f,td.f_betu,td.f_all {
	text-align: center;
}
td.f_4f{
	background-color: #f6e3eb;
}
td.f_3f{
	background-color: #f8edd2;
}
td.f_2f{
	background-color: #dcecd4;
}
td.f_1f{
	background-color: #dbecfa;
}
td.f_b1f{
	background-color: #e3e2f1;
}
td.f_betu{
	background-color: #e9ebdd;
}
td.f_all{
	background-color: #e5e5e6;
}

/* datatable design  --------------------------------- */
.simpleDl dl {
	margin: 5px 5px 10px 10px;
}
.simpleDl dl dt {
	padding: 0px;
	clear:left;
	float: left;
	display: block;
	position: static;
	width: 100px;
	font-weight: bold;
}
.simpleDl dl dd {
	padding: 0px 0px 0px 120px;
	display: block;
}
.lineDl dl {
	margin: 15px 80px 20px;
	text-align: left;
}
.lineDl dt {
	padding: 0.3em 0.1em 0.3em 0px;
	width: 6em;
	background-position: left;
	font-weight: normal;
	color: #003366;
}
.lineDl dd {
	padding: 0.4em 0.1em 0.2em 6em;
	border-bottom: 1px dotted #999999;
	margin: -2.2em 0px 0px;
}
.lineDl2 dl {
	margin: 15px 20px 20px 80px;
	text-align: left;
}
.lineDl2 dt {
	padding: 0.3em 0.1em 0.3em 0px;
	width: 6em;
	background-position: left;
	font-weight: normal;
	color: #003366;
}
.lineDl2 dd {
	padding: 0.4em 0.1em 0.2em 6em;
	border-bottom: 1px dotted #999999;
	margin: -2.2em 0px 0px;
}
dl.size8 dt {
	width: 8em;
}
dl.size10 dt {
	width: 10em;
}
dl.size10 dd {
	padding: 0.4em 0.1em 0.2em 10em;
}

/* etc design  --------------------------------- */
blockquote {
	margin: 0px 15px;
}


/* other
------------------------------------------------------------------ */
.notice {
	padding: 8px;
	border: 3px double #ffa87f;
}
.notice2 {
	color: #666666;
}
.catch {
	color: #FF6600;
}
.qa {
	color: #003366;
}

.linkto {
	padding-left: 50px;
}


/* table design
------------------------------------------------------------------ */
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}
td.left {
	text-align: left;
}


/* footer design
------------------------------------------------------------------ */
#footernavi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.copyright {
	color: #666666;
	font-size: x-small;
}

/* sitemap
------------------------------------------------------------------ */
.sitemapul{
	margin: 4px 0px 0px 70px;
	background-image: url(../sitemap/images/sitemap_01.gif);
	background-repeat: repeat-y;
}

.sitemapul2{
	margin: 4px 0px 0px 30px;
	background-image: url(../sitemap/images/sitemap_01.gif);
	background-repeat: repeat-y;
	list-style-type: none;
}

.sitemapli{
	padding: 4px 0px 0px 20px;
	background-image: url(../sitemap/images/sitemap_02.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

.sitemaplast{
	padding: 4px 0px 0px 20px;
	background-image: url(../sitemap/images/sitemap_03.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

#sitemap p{
	padding: 0px;
	margin: 5px 5px 10px 50px;
}

.x_sml { font-size: 8px; }