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

#header{
	width:100%;
	height:151px;
	margin:0 auto;
}

#hader_con{
	width:800px;
	height:151px;
	background-image:url(images/top_img.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#hader_con h3{
	width:272px;
	height:55px;
	background-image:url(images/title_bar.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 10px;
}

#hader_con h4{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	margin-top:50px;
}

