@charset "utf-8";
/* CSS Document */

/*****************************************/
/* h1
/*****************************************/

h1{
	width: 620px;
	float: left;
	font-size: 24px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	
	border-bottom: 2px solid #FF6600;
}

/*****************************************/
/* h2
/*****************************************/

h2{
	height:20px;
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	
	border-bottom: 1px solid #FF6600;
	border-left: 5px solid #FF6600;
	
	background-image: url(../images/main/backgrand_5.gif);
	background-position: center center;
}

/*****************************************/
/* h3
/*****************************************/

h3{
	height:10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20%;
	color: #FF6600;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	
	background-image: url(../images/main/backgrand_8.gif);
	background-position: center center;
}

/*****************************************/
/* h4
/*****************************************/

h4{
	height:20px;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	
	border-left: 5px solid #FF6600;
	
}

/*****************************************/
/* h5
/*****************************************/

h5{
	height:20px;
	font-size: 14px;
	font-weight: bold;
	color: #00CC99;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	
	
}
/*****************************************/
/* h6
/*****************************************/

h6{
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;

}
