﻿@charset "UTF-8";

body#sitemap {
	background:url(../img/bg_sitemap.jpg) center top no-repeat;
	}

#main {
	margin-top:20px;
	}
#main .container {
	background-color:#ffffff;
	}
h2 {
	padding:5px;
	}
#mainWrap {
	padding:35px 50px 40px 50px;
	}



/* sitemapTable ---------------------------------*/
table#sitemapTable {
	}
table#sitemapTable td {
	vertical-align:top;
	}
table#sitemapTable td.line01 {
	background:url(../img/line01.gif) 8.5em top repeat-y;
	}
table#sitemapTable td.line02 {
	background:url(../img/line02.gif) 8.5em center no-repeat;
	}
table#sitemapTable td.line03 {
	background:url(../img/line03.gif) 8.5em center no-repeat;
	}
table#sitemapTable td.b05 {
	border-bottom:solid 5px #ffffff;
	}
table#sitemapTable td.b10 {
	border-bottom:solid 10px #ffffff;
	}
table#sitemapTable td a {
	margin-right:14px;
	padding:12px 12px 12px 28px;
	border:solid 1px #406e98;
	display:block;
	width:14em;
	color:#ffffff;
	background:#406e98 url(../img/icon_sitemap.gif) 10px center no-repeat;
	font-weight:bold;
	}
table#sitemapTable td span {
	margin-right:14px;
	padding:12px 12px 12px 28px;
	border:solid 1px #b3b3b3;
	display:block;
	width:14em;
	color:#ffffff;
	background-color:#b3b3b3;
	font-weight:bold;
	}
table#sitemapTable td span.soon {
	margin-right:14px;
	padding:12px 12px 12px 28px;
	border:solid 1px #406e98;
	display:block;
	width:14em;
	color:#ffffff;
	background:#406e98 url(../img/icon_sitemap.gif) 10px center no-repeat;
	font-weight:bold;
	}
table#sitemapTable td a:hover {
	border:solid 1px #ced6dd;
	color:#406e98;
	background:#e5eef6 url(../img/icon_sitemap.gif) 10px center no-repeat;
	text-decoration:none;
	}
table#sitemapTable td span.stay {
	border:solid 1px #ced6dd;
	color:#aab2b8;
	background:#ffffff url(../img/icon_sitemap_stay.gif) 10px center no-repeat;
	}

*:first-child+html table#sitemapTable td span,
*:first-child+html table#sitemapTable td span.soon,
*:first-child+html table#sitemapTable td a {
	font-family:Tahoma;
	}







