@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */


a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

/*
[ over write
----------------------------------------------------------- */
#main {
	width: 533px;
	margin-top: 15px;
}
#sub {
	width: 340px;
}
.sideItemHeader {
	background: url(images/sideItemHeader.jpg) no-repeat 0 0;
	width: 340px;
	height: 26px;
}
.sideItemBody {
	background: url(images/sideItemBody.jpg) repeat-y 0 0;
	padding: 5px 20px 5px 20px;
	width: 300px;
}
.sideItemBody p {
	padding-top: 5px;
}
.sideItemMid {
	background: url(images/sideItemMid.jpg) no-repeat 0 0;
	width: 340px;
	height: 19px;
}
.sideItemBottom {
	background: url(images/sideItemBottom.jpg) no-repeat 0 0;
	width: 340px;
	height: 11px;
	margin-bottom: 2em;
}
.mapRight {
	float: right;
	margin: 0 0 5px 5px;
}

/*
[ main
----------------------------------------------------------- */
.boxTop {
	background: url(images/menuBgTop.jpg) no-repeat 0 0;
	width: 533px;
	height: 7px;
}
#box {
	background: url(images/menuBg_repeat.jpg) repeat-y 0 0;
	padding: 15px;
	width: 503px;
}
#box p {
	font-size: 108%;
	line-height: 1.5;
}
#box .guideItem {
	width: 238px;
	float: left;
}
.boxLine {
	clear: both;
	background: url(images/menuLine.jpg) no-repeat center top;
	width: 497px;
	height: 1px;
	margin: 1em 0;
}
#box .guideItem h3 {
	font-size: 116%;
	font-weight: bold;
}
.marginR {
	margin-right: 25px;
}
#box .guideItem p {
	padding-top: 10px;
	line-height: 1.2;
}
.readmore {
	padding-top: 3px;
	text-align: right;
}
.menuBoxCocept {
	clear: both;
	background: url(images/menuBoxConcept.jpg) repeat-y 0 0;
	padding: 10px 20px;
	width: 493px;
}
.menuBoxBottom {
	background: url(images/menuBoxBottom.jpg) no-repeat 0 0;
	width: 533px;
	height: 8px;
	margin-bottom: 2em;	
}
dl.info {
	padding: 10px 10px 10px 15px;
}
dl.info dt {
	width: 80px;
	float: left;
	clear: left;
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(images/pointB.gif) no-repeat 0px 4px;
}
dl.info dd {
	padding: 0 0 5px 100px;
	margin-bottom: 5px;
	border-bottom: #999 1px dotted;
}

ul.report {
	padding: 15px 5px 10px 15px;
}
ul.report li {
	background: url(images/point.gif) no-repeat 0 5px;
	padding-left: 15px;
}
.rightBox {
	margin: 1em;
}
.date {
	padding: 0 20px 0 0;
}
	
