@charset "shift_jis";

/*-- mainArea --*/
#mainArea{
	margin-top:30px;
}

#mainWrapper{
	zoom:1;
	border:1px solid #ddd;
}

#mainWrapperBottom{
	zoom: 1;
	margin: 10px;
	background-color: #e4ecde;
}

/*-- articleBlock --*/
#articleBlock{
	margin: 0;
	padding: 0;
	zoom: 1;
	position: relative;
}

#articleBlock h3{
	padding:0 0 25px 22px;
	border-bottom:1px solid #ddd;
	text-shadow: 2px 1px 0 #fff;
	font-weight:bold;
	margin-bottom:25px;
}

#articleBlock h4{
	display: block;
	clear: both;
	background-image: url(../img/icon_rocket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #360;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 22px;
	min-height:32px;
	height:auto !important;
	height:32px;
}
#articleBlock h4.new{
	background-image: url(../img/icon_rocket_new.gif);
}
#articleBlock h4 span{
	display: block;
	margin-left: 26px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #2d6600;
	padding-top: 3px;
}
#articleBlock h4.new span{
	display: block;
	margin-left: 26px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #FF9900;
	padding-top: 3px;
}

#articleBlock h5{
	clear: both;
	color: #2d6600;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 22px;
	margin-bottom: 15px;
	margin-left: 22px;
}


#articleBlock p{
	margin:0 22px 1em 22px;
	line-height:1.8;
}

#articleBlock .report{
	clear: both;
	padding:0 0 25px 0;
}

#articleBlock .report .pagetop{
	clear: both;
	margin:10px 0 0 0;
	vertical-align: top;
}

#articleBlock .date{
	clear: both;
	line-height: 1;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-left: 22px;
}

#articleBlock .note{
	line-height: 1.8;
	font-weight: bold;
	padding: 10px;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 30px;
	margin-left: 22px;
	border: 1px dotted #9cce74;
	background-color: #f2f6ef;
	text-align: center;
}


#articleBlock p.subtitle{
	line-height: 1;
	background-color: #666666;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 22px;
	color: #e5eddf;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	z-index: 0;
}
#articleBlock .fusen{
	height: 101px;
	width: 139px;
	position: absolute;
	left: 550px;
	top: 32px;
	z-index: 1;
}



/* imgBlock */
.imgBlockRight{
	float:right;
	width:262px;
	padding:0 22px 0 22px;
}

.imgBlockLeft{
	float:left;
	width:262px;
	padding:0 22px 0 22px;
}
.imgBlockL{
	float:center;
	width:522px;
	padding:0 87px 0 87px;
}

.imgBlockLL{
	float:center;
	width:642px;
	padding:0 22px 0 22px;
}

.imgBlockRight dl,
.imgBlockLeft dl,
.imgBlockL dl,
.imgBlockLL dl{
	margin-bottom: 10px;
	background-color: #ccdac1;
}

.imgBlockLeft dl img,
.imgBlockRight dl img,
.imgBlockL dl img,
.imgBlockLL dl img{
	margin:11px 10px 5px 11px;
}

.imgBlockRight dd,
.imgBlockLeft dd,
.imgBlockL dd,
.imgBlockLL dd{
	overflow: hidden;
	padding: 1px 11px 11px 11px;
	color: #334B0A;
}

.textauto { overflow:auto; zoom:1; }

