@charset "UTF-8";

/* index.html */

#contents{
	width: 802px;
	margin: 0px 10px;
	padding: 0px;
} 

h2 {
	font-size: 200%;
	margin-top: 20px;
	padding: 25px 30px 0px;
	color: #ffa200;
	background: url(../images/line_bg.gif) no-repeat left top;
	text-align: center;
}	

h3 {
	font-size: 110%;
	margin-top: 40px;
	padding-left: 18px;
	background: url(../images/icon_06.gif) no-repeat left center;
}	
	
h4 {
	width: 742px;
	font-size: 100%;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 5px;
	line-height: 150%; 
	color: #0191a4;
}	

	
#contents p {
	font-size: 110%;
	padding: 5px 30px 0px 40px;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	
}

#contents p#line {
	padding: 15px 60px 25px;
	text-align: center;
	font-weight: bold;
	background: url(../images/line_bg.gif) no-repeat left bottom;
}


#contents p.text01 {
	font-size: 90%;
	padding: 5px 35px 5px;
	line-height: 150%;
	text-align: left;
	font-weight: normal;
}			
