/* CSS Document */

/* 初期化*/
#contents ul,
#contents li{
	margin:0;
	padding:0;
}
#contents ul{
	list-style-type:none;
}
#contents p{
	margin-top:1em;
}
/*補正*/
#contents #pan{
	margin-top:3px;
}
a img{
	border:none;
}
/* 基本エレメント */
h3.subtit{
	border-bottom:1px solid #339933;
	border-left:5px solid #339933;
	padding:5px;
}
#contents h4{
	color:#009c1e;
	margin-bottom:-0.5em;
}
.innerBox{
	padding:0 10px;
}
.twoColumn{
}
.twoColumn .left{
	float:left;
}
.twoColumn .right{
float:right;
}
.r275_l450 .left{
	width:275px;
}
.r275_l450 .right{
	width:450px;
}
.l305_r450 .left{
	width:305px;
}
.l305_r420 .right{
	width:420px;
}

.threeColumn .left,
.threeColumn .center{
	margin-right:27px;
	float:left;
	width:230px;
}
.threeColumn .right{
	float:left;
	width:230px;
}

#contents ul.ccl{
	margin-top:1em;
	list-style-type:disc;
	padding-left:2em;
}
.titleCaps{
	font-size:60%;
}
#contents .caps{
	margin-top:1em;
	font-size:x-small;
}
/* flash */
#flashContent{
	margin-top:1em;
}

/* footNav */
#footNav{
	margin-top:30px;
	margin-bottom:30px;
	padding:0 20px 20px 20px;
	border:1px solid #c6c6c6;
	background-image:url(../img/fnav_bg.jpg);
	background-repeat:no-repeat;
}
#footNav h3{
	margin-bottom:0.3em;
	padding-left:0;
	border:none;
	text-indent:-9999px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0 10px;
}
#footNav h3.cause{
	background-image:url(../img/fnav_title_cause.gif);
}
#footNav h3.measure{
	background-image:url(../img/fnav_title_measure.gif);
}
#footNav li{
	display:inline;
}
#footNav li a{
	margin-left:1em;
	padding-left:10px;
	background-image:url(../img/arrow01.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}
#footNav li.first a{
	margin-left:0;
}

/* hack*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */