@charset "UTF-8";
@import url("base.css");
@import url("common.css");
@import url("font.css");



/*------------------------------------------
 contents block
--------------------------------------------*/

#main-cts-wrap {
	margin-top: 11px;
}
#left-box #banner-box {
	margin-top: 11px;
}
.search-box {
	padding-top: 15px;
	padding-bottom: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9200;
	border-bottom-color: #FF9200;
	border-left-color: #FF9200;
	position: relative;
}
.search-box input {
	padding-top: 2px;
}
.search-box p {
	padding-left: 15px;
}
.search-box .input-l {
	width: 270px;
	margin-right: 10px;
}
.search-box .searchBtn {
	position: absolute;
	top: 12px;
	left: 455px;
	cursor: pointer;
}
.info-box {
	margin-top: 15px;
}
h3 {
	background-image: url(../common_img/bg_line_blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
h3 span{
	padding-top: 5px;
	display: block;
}
h3 img{
	margin-left: 10px;
	vertical-align: middle;
}
h3 a:link,
h3 a:visited {
	color: #FFFFFF;
	margin-left: 16px;
}
.info-box .in-box {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
}
.info-box .news-box {
	width: 383px;
	float: left;
	background-image: url(../common_img/dotline_vert.gif);
	background-repeat: repeat-y;
	background-position: 100% 0px;
}
.info-box .scroll-box {
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 8px;
}
.info-box .scroll-box ul {
	height: 137px;
	overflow: auto;
}
.info-box .scroll-box li {
	font-size: 100%;
	padding-left: 23px;
	margin-bottom: 12px;
	background-image: url(../common_img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.info-box .btn-box {
	padding-top: 5px;
	padding-bottom: 9px;
}
.info-box .btn-box p {
	text-align: center;
	margin-top: 4px;
}
.item-list-box h2 {
	position: relative;
	margin-top: 20px;
}
.item-list-box h2 span {
	position: absolute;
	top: -3px;
	left: 120px;
}
.item-list-box table {
	width: 536px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #404040;
	border-left-color: #404040;
}
.item-list-box td {
	width: 50%;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #404040;
}
.item-list-box th {
	text-align: left;
}
.item-list-box td img {
	vertical-align: bottom;
	float: left;
	margin-left: 7px;
	margin-right: 3px;
}
.item-list-box p {
	font-size: 95%;
	padding-top: 13px;
	padding-bottom: 13px;
	float: left;
	width: 165px;
	line-height: 135%;
}
.item-list-box p span {
 color: #FF4100;
}

