﻿@charset "UTF-8";

#column1 {
	float: left;
	width: 450px;
}
#column2 {
	float: right;
	width: 450px;
}

#system div#mainContents h3 {
	width: 450px;
	margin: 0 0 20px;
	background: url(../images/bg_head01_top.gif) 0 0 no-repeat;
}
#system div#mainContents h3 em,
#system div#mainContents h3 a {
	display: block;
	_width: 100%;
	padding: 6px 12px;
	background: url(../images/bg_head01_bottom.gif) 0 100% no-repeat;
	font-size: 118%;
	font-weight: bold;
	text-decoration: none;
}
#system div#mainContents h3 em {
	color: #777777
}
#system div#mainContents h3#sitemapHome span {
	padding: 0 0 0 19px;
	background: url(../../shared/images/icon_home.gif) 0 50% no-repeat;
}

div.sitemapBox {
	zoom: 1;
	margin: 0 0 20px;
	background: url(../images/bg_sitemap_bottom.gif) 0 100% no-repeat;
}
div.sitemapBoxInner {
	overflow: hidden;
	padding: 5px 5px 10px;
	_padding-bottom: 40px;
	background: url(../images/bg_sitemap_top.gif) 0 0 no-repeat;
}
#system div#mainContents div.sitemapBox h3 {
	width: 440px;
	margin: 0;
	background: url(../images/bg_head02_top.gif) 0 0 no-repeat;
}
#system div#mainContents div.sitemapBox h3 em,
#system div#mainContents div.sitemapBox h3 a {
	background: url(../images/bg_head02_bottom.gif) 0 100% no-repeat;
}
#system div#mainContents div.sitemapBox h3 a {
	text-decoration: underline;
}
#system div#mainContents div.sitemapBox h3 a:hover {
	text-decoration: none;
}



#mainContents ul.normalLink {
	width: 420px;
	margin: 0 0 0 10px;
}
#mainContents ul.normalLink li {
	display: inline;
	float: left;
	margin: 10px 23px 0 0;
	word-break: keep-all;
	white-space: nowrap;
}
#mainContents ul.normalLink li a {
	padding-top: 2px;
	padding-bottom: 2px;
}
