@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img/back_000.jpg);
	background-repeat:repeat-y;
	
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	line-height: 130%;
	color: #333333;
}






.contener {
    margin:0px;	
	padding: 0px;	
	width: 849px;
	height:auto;
	position:absolute;
	left: 0px;
	top: 0px;	
}	

.header {
margin: 0px;
padding: 0px;
float:left;

	
	height: 134px;
	width: 849px;
	position: relative;
	left: 0px;
	top: 0px;	
}

.main {
margin:0px;
padding: 0px;
float:left;
background-image:url(img/b_main.jpg);
background-repeat:repeat-y;

	
	width: 849px;
	height:480px;
	position: relative;
	left: 0px;
	top: 0px;	
		
}

.content {
	float: left;
	width: 409px;
	height:375px;
	background-image:url(img/g_content_b.gif);
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-left:79px;	
	position: relative;
	padding:30px 20px 20px 110px;
}


.menu {	
	width: 254px;
	height:auto;
	background-image:
	url(img/g_menu.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:536px;	
	}
.menu a{
    display:block;
	float:left;
	width: 254px;
	height: auto;
    }
.menu a img{
    width: 254px;
	height: auto;
    border: none;
    }
.menu a:hover img{
    visibility: hidden;
    }	
	




.buttom {
margin:0px;
padding: 0px;
float:left;
	
	
	width: 849px;
	height: 87px;
	position: relative;
	left: 0px;
	top: 20px;	
}