@charset "shift_jis";

a:hover {
	text-decoration: underline !important;
}

#contentsBody {
	width: 690px;
	margin: 0 15px;
}



/* Navigation(Local) */
/* -------------------------------------------- */

#contents ul#lNav {
	_display: inline;
	margin: 5px 15px 18px 15px;
	padding: 0;
	list-style: none;
}
#contents ul#lNav li {
	float: left;
	display: inline;
	width: 98px;
	height: 20px;
	margin: 0 1px 0 0;
	padding: 0;
}
#contents ul#lNav li a {
	display: block;
	width: 98px;
	height: 20px;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background: url("img/bg_lnav.gif") no-repeat;
}
#contents ul#lNav li a:hover,
#contents ul#lNav li.active a {
	background-position: 0 -20px;
	text-decoration: none !important;
}

/* ここまでyokoku,hirameki,rdで共通 */
/* -------------------------------------------- */



/* Layout */
/* -------------------------------------------- */

#contents #mainIndex {
	width: 690px;
	margin: 0 0 50px 0;
}

#contents #mainIndex #left {
	float: left;
	width: 485px;
}
#contents #mainIndex #right {
	float: right;
	width: 180px;
}


#contents #mainIndex .row {
	width: 475px;
	margin: 0 5px;
}

#contents #mainIndex .lc {
	float: left;
	width: 240px;
}
#contents #mainIndex .rc {
	float: right;
	width: 230px;
}

#contents #mainIndex img.pic {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}



/* Heading, Text */
/* -------------------------------------------- */

#contents h1 {
	margin: 0;
	padding: 0;
}
#contents #mainIndex h2 {
	margin: 29px 0 15px 0;
	padding: 0;
}
#contents #mainIndex h3 {
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 90%;
	background: url("img/arrow_01.gif") 0 2px no-repeat;
}
#contents #mainIndex h4 {
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 75%;
	font-weight: normal;
	background: url("img/arrow_02.gif") 0 5px no-repeat;
}

#contents #mainIndex h3 a,
#contents #mainIndex h4 a {
	text-decoration: none;
}

#contents h1 img,
#contents h2 img {
	display: block;
}

#contents #mainIndex p {
	margin: 6px 0 0 0;
	padding: 0 0 0 18px;
	font-size: 75%;
}

#contents #mainIndex #left h3 {
	float: left;
}
#contents #mainIndex #left p {
	float: left;
	width: 140px;
	_width: 158px;
}
#contents #mainIndex #left .rc p {
	width: 130px;
	_width: 148px;
}

#contents #mainIndex .dash {
	margin: 0 5px 15px 5px;
	padding: 0 0 15px 0;
	background: url("img/line_01.gif") left bottom repeat-x;
}

#contents #mainIndex dl.info {
	margin: 0;
	padding: 0;
}
#contents #mainIndex dl.info dd {
	font-size: 75%;
	margin: 0 0 10px 0;
	padding: 0 2px 10px 2px;
	list-style: none;
	background: url("img/line_01.gif") left bottom repeat-x;
}
#contents #mainIndex dl.info dd.last {
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	background-image: none;
}

/* Master */
/* -------------------------------------------- */

#contents #mainIndex .masterBox dl {
	margin: 0;
	padding: 0;
	font-size: 75%;
}
#contents #mainIndex .masterBox dl dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#contents #mainIndex .masterBox dl dd {
	margin-left: 10px;
	padding: 0;
}



/* Campaign */
/* -------------------------------------------- */

#contents #mainIndex .ecologyBox {
	margin-top: 30px;
	padding: 0;
}

#contents #mainIndex .ecologyBox h3 {
	padding: 0 0 0 20px;
	background: url("img/bl_01.gif") 5px 2px no-repeat;
}

#contents #mainIndex #right a.banner {
	display: block;
	width: 170px;
	margin: 0 auto 10px auto;
}



/* clearfix */
/* -------------------------------------------- */

#lNav:after,
#mainIndex:after,
.row:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
#lNav,
#mainIndex,
.row,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #lNav,
* html #mainIndex,
* html .row,
* html .clearfix {
	height: 1%;
}

#lNav,
#mainIndex,
.row,
.clearfix {
	display: block;
}
/* End hide from IE-mac */
