@charset "utf-8";

/*------------------------------
H
------------------------------*/
h1
{
	text-align:					right;
	font-size:					0.8em;
	font-weight:				normal;
	margin:						0 auto;
	padding:					4px 0px;
	}

h2
{
	color:						#fff;
	text-align:					left;
	font-size:					1.4em;
	font-weight:				bold;
	line-height:				1.2em;
	background-image:			url(../../img/h2bgb.png);
	background-repeat:			no-repeat;
	background-position:		0 50%;
	margin-bottom:				8px;
	padding:					10px;
	padding-left:				56px;
	}

h3
{
	color:						#333;
	text-align:					left;
	font-size:					1.2em;
	font-weight:				bold;
	line-height:				1.2em;
	background-color:			#fff;
	margin:						0 0 4px;
	padding:					4px;
	border-bottom:				1px solid #333;
	}

h4
{
	color:						#e03;
	text-align:					left;
	font-size:					1.0em;
	line-height:				1.2em;
	padding:					4px;
	}

h5
{
	letter-spacing:				0.2em;
	line-height:				1.2em;
	font-size:					1.0em;
	background-color:			#eee;
	border-bottom:				1px solid #888;
	border-left:				8px solid #888;
	margin:						0 0 4px;
	padding:					4px 8px;
	}
