@charset "Shift_JIS";
/* CSS Document */

#contents{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 25px;
	}

#contentsInner{
	width:640px;
	float:left;
	}
	
#contentsInner h2{
	height:30px;
	background-image: url(../image/h2_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	padding-left: 30px;
	padding-top: 7px;
	}
	
#contentsInner h3{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #F00;
	}
	
#contentsInner h4{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	color: #F00;
	margin-top: 20px;
	}
	
#contentsInner p#desc{
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	}

.desc_red {
	font-weight: bold;
	color: #F00;
	}
	
#contentsInner p#point{
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
#contentsInner p{
	font-size:12px;
	line-height: 20px;
	text-align:left;
	}
	

