@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	padding-bottom: 0;
}

#footer {
	margin-top: 32px;
}

#globalNavi {
	margin-bottom: 8px;
}

#main .indBox {
	margin-bottom: 20px;
	width: 920px;
	clear: both;
	overflow: hidden;
}

#main .indBox ul {
	width: 945px;
}

#main .indBox ul li {
	margin-right: 25px;
	float: left;
}

#main .indBox ul li a {
	display: block;
	float: left;
}

#main .indBox ul li.indbtn01 a {
	background: url(../img/indbtn01_on.jpg) no-repeat left top;
}

#main .indBox ul li.indbtn02 a {
	background: url(../img/indbtn02_on.jpg) no-repeat left top;
}

#main .indBox ul li.indbtn03 a {
	background: url(../img/indbtn03_on.jpg) no-repeat left top;
}

#main .indBox ul li a:hover img,
#conts .boxR h2 a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#conts {
	width: 701px;
	font-size: 120%;
}

#conts .boxL {
	float: left;
	width: 341px;
}

#conts .dlBox {
	margin-bottom: 20px;
	height: 221px;
	overflow: auto;
}

#conts dl dd {
	background: url(../img/line01.gif) repeat-x left bottom;
}

#conts .boxL dl dd.btmNone,
#conts .boxR dl dd.btmNone {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

#conts .boxL dl {
	margin-right: 8px;
	padding-top: 6px;
}

#conts .boxL dl dt {
	padding: 0 0 0 2px;
	float: left;
}

#conts .boxL dl dd {
	padding: 0 0 6px 7.9em;
	margin-bottom: 7px;
	_text-indent: -3px;
	word-wrap:break-word;
}

#conts .boxR {
	float: right;
	width: 341px;
	line-height: 1.5;
}

#conts .boxR h2 {
	position: relative;
}

#conts .boxR h2 a {
	position: absolute;
	right: 0;
	_right: -1px;
	top: 0;
	display: block;
	width: 50px;
	background: url(../img/indbtn04_on.gif) no-repeat left top;
}

#conts .boxR dl dt {
	padding-left: 15px;
	font-weight: bold;
	background: url(../img/common/icon.gif) no-repeat 4px 3px;
}

#conts .boxR dl dd {
	padding: 0 0 9px 15px;
	margin-bottom: 10px;
}

#sideBar {
	margin-top: 0;
}

#sideBar .twitter {
	margin-bottom: 10px;
	font-size: 100%;
}

/*------------------------------------------------------------
	#footer
------------------------------------------------------------*/
#footerBox {
	padding: 19px 0 38px;
}

#footer ul.footUl {
	margin-top: 3px;
	padding-left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts .boxL dl dd {
		padding: 0 0 6px 9.2em
	}
}