html{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #555555;
	background-color:#f0fafC;
}

a:link {
	color: #696969;
	text-decoration:none;

}

a:visited {
	color: #696969;
	text-decoration:none;

}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.reset{
	clear: both;
}

.main{
	width:729px;
	position: relative;
	top:  43px;
	left: 20px;
	background-image: url(../image/in_bg.jpg);
	background-repeat:repeat-y;
}    

div#wrapper {
	background-image: url(../image/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 auto;
	width:775px;
	font-size: 100%;
	text-align: left;
	position: static;

}

div#wrapper_in {
	width: 768px;
	position: relative;
	top:  0px;
	left: 3.5px;
}

div#header {
	margin-top:0px;
	width: 768px;
	position: relative;
}

div#header_title {
	margin-top:0px;
	width: 768px;
	height: 125px;
	background-image: url(../image/top_title.jpg);
	background-repeat:no-repeat;
	text-align: right;
}

div#header_title img{
	position: absolute;
	top:  102px;
	left: 686px;
}

div#header_title h1{
	text-align: right;
	margin-left:5px;
	color: #023882;
	font-weight: normal;
	font-size: 80%;
}

div#header img {
	margin: 0;
}

/*header navi ここから*/

div#header ul#header_navi {
	margin: 0px; 
	padding: 0px;
	width: 729px;
	height: 33px;
	list-style: none;
	position: absolute;
	top:  125px;
	left: 20px;
}

div#header ul#header_navi li {
	height: 33px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

div#header ul#header_navi li.menu_01 { 
	width: 119px;
	height: 33px;
	left: 0px;
	background: transparent url(../image/menu_01.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_01 a { 
	display: block; 
	width: 119px;
	height: 33px; 
	text-indent: -9999px;
	background: transparent url(../image/menu_01.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_01 a:hover { 
	background-position: 0 -33px; 
}

div#header ul#header_navi li.menu_02 { 
	width: 151px;
	height: 33px; 
	left: 119px;
	background: transparent url(../image/menu_02.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_02 a { 
	display: block; 
	width: 151px;
	height: 33px;  
	text-indent: -9999px;
	background: transparent url(../image/menu_02.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_02 a:hover { 
	background-position: 0 -33px; 
}

div#header ul#header_navi li.menu_03 { 
	width: 136px;
	height: 33px; 
	left: 270px;
	background: transparent url(../image/menu_03.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_03 a { 
	display: block; 
	width: 136px;
	height: 33px;  
	text-indent: -9999px;
	background: transparent url(../image/menu_03.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_03 a:hover { 
	background-position: 0 -33px; 
}

div#header ul#header_navi li.menu_04 { 
	width: 151px;
	height: 33px; 
	left: 406px;
	background: transparent url(../image/menu_04.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_04 a { 
	display: block; 
	width: 151px;
	height: 33px;  
	text-indent: -9999px;
	background: transparent url(../image/menu_04.jpg) no-repeat 0px 0px; 
}
div#header ul#header_navi li.menu_04 a:hover { 
	background-position: 0 -33px; 
}

div#header ul#header_navi li.menu_05 { 
	width: 172px;
	height: 33px; 
	left: 557px;
	background: transparent url(../image/menu_05.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_05 a { 
	display: block; 
	width: 172px; 
	height: 33px; 
	text-indent: -9999px;
	background: transparent url(../image/menu_05.jpg) no-repeat 0px 0px; 
}

div#header ul#header_navi li.menu_05 a:hover { 
	background-position: 0 -33px; 
}

/*header navi ここまで*/

.inquiry_box{    width:296px;
    height:45px;}

a.inquiry{
    text-indent: -9999px;
    display:block;
    width:296px;
    height:45px;
    background-image:url(../image/inquiry.jpg);
}
a:hover.inquiry{
    background-position:0px -46px;
}


.to_home_box{
	width:86px;
	height:42px;
	position: absolute;
	top:  88px;
	left: 672px;}

a.to_home{
    text-indent: -9999px;
    display:block;
    width:86px;
    height:42px;
    background-image:url(../image/home.gif);
}
a:hover.to_home{
    background-position:0px -42px;
}



div#footer {
	width: 769px;
	height:34px;
	background-image: url(../image/footer_bg.jpg);
	position: relative;
	top:  0px;
	left: 3px;
}

.copyright{
	width: 755px;
	padding:7px;
	color:#ffffff;
	text-align:right;
}

