@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	padding-top: 9px;
}

#conts .ul01 {
	margin-bottom: 10px;
}

#conts .ul01 li {
	float: left;
}

#conts .ul01 li a,
#conts .ul01 li img {
	display: block;
}

#conts h2 {
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

#conts h2 .span01 {
	float: right;
	font-size: 1.1em;
	padding-top: 14px;
}

#conts h2 .span01 a {
	background: url(../images/ind_icon02.gif) no-repeat left top;
	padding: 0 0 2px 20px;
	text-decoration: underline;
}

#conts h2 span a:hover {
	text-decoration: none;
}

#conts .dlBox {
	clear: both;
	border-bottom: 2px solid #DCDCDC;
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-bottom: 16px;
}

#conts .dlBox dl {
	margin: 0 0 4px 14px;
}

	* html #conts .dlBox dl {
		margin: 0 0 8px 14px;
	}
	
	*+html #conts .dlBox dl {
		margin: 0 0 8px 14px;
	}

#conts dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 75px;
}

#conts dd {
	float: right;
	width: 500px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #conts dd { float: right; width: 490px;}}

#conts dd a {
	margin-right: 16px;
	vertical-align: 3px;
}

#conts .border {
	border: 1px solid #F58323;
	padding: 4px 4px 8px 4px;
}

#conts .border .title {
	margin-bottom: 8px;
}

#conts .inner {
	margin-left: 4px;
}

#conts .inner .textBox {
	float: left;
	font-size: 1.2em;
	width: 365px;
}

#conts .inner .textBox p {
	line-height: 1.7;
	margin-bottom: 10px;
}

#conts .inner .textBox ul li {
	display: inline;
	font-size: 1.0em;
	margin-right: 11px;
}

#conts .inner .textBox ul li a {
	background: url(../images/ind_icon02.gif) no-repeat left top; 
	font-weight: bold;
	padding: 0 0 2px 19px;
	text-decoration: underline;
}

#conts .inner .textBox ul li a:hover {
	text-decoration: none;
}

#main-visual {
	position: relative;
	width: 910px;
	height: 260px;
	overflow: hidden;
}

#slide-navi {
	position: absolute;
	z-index: 9999;
	width: 160px;
	top: 245px;
	margin-left: 0;
}

#slide-navi li {
    float: left;
    margin-right: 7px;
}

#slide-navi li {
    height: 13px; 
	width: 12px;
	background-image: url(../images/main_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
    display: block;
}

#slide-navi li.activeSlide {
    height: 13px; 
	width: 12px;
	background-image: url(../images/main_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}