@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content h3{
	font-size:1.3em;
	margin-bottom:20px;
	padding:3px 0 0 9px;
	line-height:1.4;
	background-color:#102B45;
	color:#FFF;
	}
	

	
#content .second{
	zoom:1;
	overflow:hidden;
	margin:0 0 29px;
	}	
	
#content .second .boxR{
	float:right;
	width:200px;
	}	

#content .second .boxR ul li{
	margin-bottom:30px;
}

#content .second .boxR ul li.last{
	margin-bottom:0;
	}
	
#content .second .boxL{
	float:left;
	width:380px;
	}
	
#content .second .boxL h3{
	margin-bottom:17px;
	}	

#content .second .boxL dl{
	margin:0 0 30px;
}

#content .second .boxL dl dd{
	margin:0 0 15px 0;
}

#content .second .boxL dl.special{
	margin-bottom:26px;
}

#content .second .boxL dl.special dt{
	margin:-6px 0 14px;
}

#content .second .boxL dl.special dd{
	margin-bottom:19px;
}

#content .second .boxL dl dt img{
	vertical-align:middle;
}

#content .second .boxL dl .orange{
	color:#FF6600;
}

#content .second .boxL dl .blue{
	color:#0066CC;
}

#content .second .boxL dl .bold{
	font-weight:bold;
	color:#0099FF;
}

#content .second .boxL dl dt img{
	margin-right:8px;
	vertical-align:middle;
}

#content .second .boxL dl.last{
	padding-bottom:0;
	background:none;
	margin-bottom:0;
}

#content .second .boxL .last dd{
	margin-bottom:17px;
}

#content table{
	margin-bottom:20px;
	}

#content th,
#content td{
	padding:3px 12px 2px 9px;
	}
	
#content th{
	width:147px;
	}
	
#content td dl{
	padding:4px 0 0 77px;
	zoom:1;
	overflow:hidden;
	width:242px;
	margin-bottom:-4px;
}

#content td dl dt{
	float:left;
	clear:left;
}

#content td dl dd{
	padding:0 0 5px;
	text-align:right;
}
	
#content td p{
	margin-bottom:21px;
	}
	
#content td p.last{
	margin-bottom:2px;
	}
	
#content td span.red{
	color:#990000;
}
	
#content td span.blue{
	font-weight:bold;
	color:#0099FF;
	}
	
#content .link01{
	padding-top:10px;
}