/* メインページCSS */
*{margin: 0px auto; padding: 0px;}
body{
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:center;
	background-color:#000000;
	font-size:14px;
	line-height:25px;
	width:100%;
	color: #555;
	margin-left:1px;

}

a{
	text-decoration:none;
	color: red;
}

#body{
	width:851px;
	background-image:url(../image/bg.jpg);
}

h1{
	width:841px;
	height:25px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:left;
        padding-left:10px;
}




h2{
	text-align:center;
	font-size:18px;
	padding-top:25px;
}


#header{
	background-image:url(../image/header_bg_main.jpg);
	width:850px;
	background-repeat:no-repeat;
        background-color:#000;
	height:106px;
	padding:0px;
	margin-left: 1px;
	text-align:left;
}

#menu{
	padding:0px;
	margin:0px;
}

ul.menu{
        width:851px;
        list-style:none;
	padding:0px;
	margin:0px;
}

li.menu{
	float:left;
	height:37px;
	padding:0px;
	margin:0px;
}

#main{
	width:850px;
    clear:left;
	background-color:#f7f7f7;
}

#contents{
	width:850px;
	background-image:url(../image/top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#f7f7f7;

}

#contents2{
	background-color:#f7f7f7;
	background-repeat:no-repeat;
	margin-left:1px;
	padding-top:10px;
	padding-bottom:20px;
}


*:first-child+html img.top2button{
margin-top:32px;
text-align:right;

}

img.top2button{
margin-top:32px;
margin-left:775px;

}
#footer{
		clear:left;
        width:852px;
        background-image:url(../image/footer_bg.jpg);
        background-repeat:repeat-x;
        color: #F5F5F5;height:78px;
}
#bar{
	background-image:url(../image/bar.jpg);
	background-repeat:no-repeat;
	width:830px;
	height:38px;
	color:#000;
	font-size:17px;
}

#bar p{
	padding-top:1px;
	padding-left:15px;
	font-weight:bold;
}

#container{
	width:750px;
	min-height:600px;
}


#container table{
	margin-bottom:25px;

}


#container td{
	background-color:#fff;
	text-align:center;
	width:97px;
	height:60px;
	border:solid 1px #000;
}

#container td a{
	color:#000;
	font-size:13px;
	text-decoration:none;

}

#container table.inquiry{
	margin-left:100px;
	margin-bottom:20px;
}

#container td.inquiry{
	text-align:left;
	border:0px;
	background-color:#f7f7f7;
	padding:5px 10px;
}

#contact{
	margin-left:50px;
	margin-bottom:20px;
}

#contact td{
	text-align:left;
	border:0px;
	background-color:#f7f7f7;
}



#Border{
	width:828px;
	margin-left:9px;
	border:solid 1px #000;
}



#contents_footer{
	text-align:center;
}














































