@charset "utf-8";
/* CSS Document */


img.clear {
	display: block;
	width: 10px;
	height: 1px;
	clear: both;
}

div#sidebar {
	float: right;
	padding-bottom: 20px;
	width: 262px;
}
div#sidebar ul.navi {
	margin: 2px 0px 0px 2px;
	width: 256px;
	border: solid 1px #CCCCCC;
	border-bottom: none;
}
div#sidebar ul.navi li {
	border-bottom: solid 1px #CCCCCC;
}
div#sidebar ul.navi li a {
	display: block;
	padding-left: 20px;
	width: 256px;
	height: 31px;
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	background: url(../img/sidenavi_off.gif) no-repeat;
}
div#sidebar ul.navi li a:hover {
	color: #FFFFFF;
	background: url(../img/sidenavi_on.gif) no-repeat;
}
div#sidebar ul.navi li a.act {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/sidenavi_on.gif) no-repeat;
}

div#context {
	padding: 15px 0px 20px 30px;
	width: 585px;
}
* html div#context {
	width: 615px;
}
div#context table,
div#context th,
div#context td {
	font-size: 100%;
	line-height: 150%;
}

h3.cm {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-size: 14px;
	background: #E4E4E4;
	border-left: solid 2px #009999;
}


div#contents {
	display: block;
	margin-bottom: 1px;
	text-align: left;
	background: #fff url(../img/back01.gif) repeat-y right;
}
div#contents img {
	display: block;
}
div#contents a img {
	display: inline;
}

div#fPath a {
	color: #333333;
}
div#fPath span {
	color: #FF6600;
}


/* sitemap.html */
body.sitemap div.sitemap#contents div#data {
	margin-top: 20px;
}
body.sitemap div.sitemap#contents div#data h2 {
	font-size: 18px;
	font-weight: bold;
	color: #339999;
}
body.sitemap div.sitemap#contents div.link {
	margin-top: 10px;
	font-size: 14px;
}
body.sitemap div.sitemap#contents div.link td {
	padding: 5px 10px;
	vertical-align: top;
	border: solid 1px #CCCCCC;
}
body.sitemap div.sitemap#contents div.link td div {
	padding-left: 15px;
	width: 550px;
}
body.sitemap div.sitemap#contents div.link a {
	display: block;
	float: left;
	margin-right: 20px;
	color: #666666;
	white-space: nowrap;
	text-decoration: underline;
}
body.sitemap div.sitemap#contents div.link a.m {
	padding-left: 10px;
	background: url(../img/icon02.gif) no-repeat left center;
}
body.sitemap div.sitemap#contents div.link a.s {
	padding-left: 7px;
	background: url(../img/icon01.gif) no-repeat left center;
}
body.sitemap div.sitemap#contents div.link a:hover {
	color: #009999;
}
body.sitemap div.sitemap#contents div.gotop {
	margin-top: 20px;
	text-align: right;
}








