@charset "utf-8";
@import "../common/css/0-import.css";

body,
#wrap,
#container,
#main {
	background: none;
}

#header {
	margin-top: 2px;
	background: url(../common/img/template/header_back.jpg) no-repeat 187px 46px;
} 

#header h1 {
	position:absolute; top:30px; left:700px;
	color: #b6b6b6;
}

#header h2 {
	position:absolute; top:10px; left:0px;
}


#header .header_link {
	top: 58px;
}

#header .watermark {
	top: -1px;
}

#header #globalNavi {
	top: 92px;
}

#main_img {
	margin-bottom: 31px;
}
#main_banner {
	margin-bottom: 20px;
	padding-left: 50px;
}

#main dl {
	margin: 0 15px 14px;
	padding: 0 10px;
	height: 104px;
	font-size: 10px;
	border: 1px solid #d9d9d9;
	overflow-y: scroll;
}

#main dt {
	padding-top: 15px;
	float: left;
	color: #bc8831;
}

#main dd {
	padding: 12px 0 10px 82px;
	background: url(../common/img/line/01.gif) repeat-x left bottom;
}

#main dd.noBack {
	background: none;
}

#main dd.pt0 {
	padding-top: 0;
}

#main dd span {
	border-bottom: 2px solid #cecece;
}

/*------------------------------------------------------------
	linkBox
------------------------------------------------------------*/
.linkBox {
	margin: 0 0 13px 125px;
	padding: 8px 0 9px 19px;
	color: #fff;
	background: url(../common/img/template/conts_link_back.jpg) no-repeat left top;
}

.linkBox li {
	+margin-right: 5px;
	padding-right: 7px;
	+padding-right: 4px;
	display: inline;
	border-right: 2px solid #b2aa9f;
}

.linkBox li a {
	color: #fff;
}

.linkBox li a:hover {
	color: #ffa000;
	text-decoration: underline;
}

.linkBox li.none {
	border-right: none;
}
/* -------------------------------------------------------------------------------------------------------
Over
------------------------------------------------------------------------------------------------------- */
a:link img[class="cssover"]{}
a:hover img[class="cssover"]{
	opacity:0.8;
	filter:alpha(opacity=80);
}
a:link img[class="cssover2"]{}
a:hover img[class="cssover2"]{
	opacity:0.6;
	filter:alpha(opacity=60);
}

