/* style resset */



* {

	margin: 0;

	padding: 0;

	}



a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {

	text-align  : left;

	font-style: normal;

	font-weight: normal;

	font-size: 100%;

	}



ul, ol, dl, dt, dd {list-style: none;}



span, img  {

	border: none;

	font-style: normal;

	font-weight: normal;

	vertical-align: bottom;

	}



em, strong {

	border: none;

	font-style: normal;

	font-weight: normal;

	}

p {

	margin-bottom: 10px;

	line-height: 150%;

	}



a {text-decoration: none;}



body {

	text-align: center;

	color: #000000;

	font-size: 82.5%;

	background-color: #ffffff;

	}

hr {

	clear: both;

	margin: 0;

	padding: 0;

	width: 0px;

	background-color: #ffffff;

	color: #fff;

	border: 0;
}

	a:hover{
		text-decoration:underline;
		color:#FF6536;
		}

/***************** index ********************/
#layout {

	width: 800px;

	margin: 0 auto;

	color: #445558;}

#layout h1 {

		text-align: right;}

#header {

	background-image:url("img/header_top.jpg");

	background-position:top;

	background-repeat:no-repeat;}

#header ul {margin-top: 10px;}

#header li {float: left; }	

.header_menu_01 a,

.header_menu_02 a,

.header_menu_03 a,

.header_menu_04 a,

.header_menu_05 a {

	background-position: 0 0;

	background-repeat:no-repeat;

	display: block;

	width: 160px;

	height: 30px;

	text-indent: -9999px;

	}

.header_menu_01 a:hover,

.header_menu_02 a:hover,

.header_menu_03 a:hover,

.header_menu_04 a:hover,

.header_menu_05 a:hover {background-position: -160px 0;}

.header_menu_01 a {background-image:url("img/header_menu_01.gif");}

.header_menu_02 a {background-image:url("img/header_menu_02.gif");}

.header_menu_03 a {background-image:url("img/header_menu_03.gif");}

.header_menu_04 a {background-image:url("img/header_menu_04.gif");}

.header_menu_05 a {background-image:url("img/header_menu_05.gif");}

/* left */

#left {

	width: 200px; 

	float: left;

	margin-top: 10px;

	margin-right: 5px;

	clear: both;}

#left dl{margin-bottom: 10px;}

#left dd{margin:0; padding: 0;}

#left p {

	padding-top: 10px;}			

/* right */

.right {

	width: 590px;

	float: right;

	margin-top: 10px;}

/* right_top*/

	.right table {

		width: 590px;

	}

		.right th{

			width: 100px;

		}

		.right td{

			width: 100px;

			line-height: 130%;

			font-size: 12px;

		}		

.h2_inner p a {

	color:#000000;

	text-decoration:underline;

	font-size: 12px;

}		

.h2_inner {

	width: 590px;

	}

	.h2_inner th {

		padding-right: 6px;

		padding-top: 4px;}

	.h2_inner td {

		padding-top: 0;

		width: 100px;

		font-size: 12px;

		line-height: 160%;

}

	.h2_inner td p {

}

        .h2_inner_th {

		width: 280px;

        text-align: center;

}

        .h2_inner_td {

		width: 280px;

}
/* footer */

#footer {

	clear: both;

	background-image:url("img/footer.gif");

	background-position:top;

	background-repeat:no-repeat;

	color:#ffffff;

	padding-left: 13px;

	padding-right: 30px;

	margin-top: 5px;

	font-size: 11px;}

	#footer ul{

		padding: 20px 0 0 200px;}

	#footer li{

		float: left;

		padding-right: 10px;

		font-size: 12px;

		padding-bottom: 10px;

		}

		#footer li a {color: #ffffff;}

/* float */

.float-left {float: left; margin-right: 10px;}

.float_left {float: left;}

.float_right {float: right;}

.clear {clear: both;}

/* align */

.align-center {text-align: center;}

.align-right {text-align: right;}
