#main {
	width: 760px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 20px;
}


/*ヘッダー部*/

#header {
	margin-top: 30px;
	width: 760px;
	position: relative;
	height: 75px;
}
#headerboxL {
	float: left;
	width: 180px;
}
#headerboxR {
	float: right;
	width: 110px;
}

ul#headBtn{
	list-style: none;
	}
	
ul#headBtn li{
	float:right;
	margin-bottom: 3px;
	}

ul#headBtn li a{
	display: block;
	width: 110px;
	height: 24px;
	text-indent: -9999px;
	}
ul#headBtn li#english a{
	background-image: url(../common/head_btn1.gif);
	background-repeat: no-repeat;
	}
ul#headBtn li#contact a{
	background-image: url(../common/head_btn2.gif);
	background-repeat: no-repeat;
	}
ul#headBtn li#english a:hover{
	background-image: url(../common/head_btn1_f2.gif);
	background-repeat: no-repeat;
	}
ul#headBtn li#contact a:hover{
	background-image: url(../common/head_btn2_f2.gif);
	background-repeat: no-repeat;
	}

/*FLASH部*/

#contents {
	margin-top: 20px;
	background-image: url(../common/bg_paper.gif);
	position: relative;
	width: 760px;
	height: 350px;
	background-color: #DFCFCF;
}
#photobox {
	width: 750px;
	height: 340px;
	padding: 5px;
}
#photobox_foot {
	width: 760px;
	height: 55px;
	background-image: url(../img/main_footer1.gif);
	background-repeat: no-repeat;
}

/*MENU部*/
#menubox {
	height: 19px;
	float: left;
	width: 760px;
	padding-top: 35px;
}

ul#menu{
	list-style: none;
	left: 0px;
	position: relative;
	padding: 0px;
	margin: 0;
	}
	
ul#menu li{
	float:left;
	margin-right: 13px;
	}
ul#menu li a{
	display: block;
	text-indent: -9999px;
	}
ul#menu li#menu1 a{	width: 92px; height: 19px;
	background-image: url(../img/menu1.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu2 a{	width: 106px; height: 19px;
	background-image: url(../img/menu2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu3 a{	width: 66px; height: 19px;
	background-image: url(../img/menu3.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu4 a{	width: 85px; height: 19px;
	background-image: url(../img/menu4.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu5 a{	width: 179px; height: 19px;
	background-image: url(../img/menu5.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu6 a{	width: 56px; height: 19px;
	background-image: url(../img/menu6.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu7 a{	width: 61px; height: 19px;
	background-image: url(../img/menu7.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu8 a{	width: 116px; height: 19px;
	background-image: url(../img/menu8.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu1 a:hover{
	background-image: url(../img/menu1_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu2 a:hover{
	background-image: url(../img/menu2_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu3 a:hover{
	background-image: url(../img/menu3_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu4 a:hover{
	background-image: url(../img/menu4_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu5 a:hover{
	background-image: url(../img/menu5_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu6 a:hover{
	background-image: url(../img/menu6_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu7 a:hover{
	background-image: url(../img/menu7_f2.gif);
	background-repeat: no-repeat;
	}
ul#menu li#menu8 a:hover{
	background-image: url(../img/menu8_f2.gif);
	background-repeat: no-repeat;
	}
	
/*フッター部*/

#footer {
	margin-top: 40px;
	width: 760px;
	position: relative;
	height: 40px;
}
#footerboxL {
	float: left;
}
#newsbox {
	float: left;
}
#news {
	float: left;
	width: 140px;
	margin-right: 10px;
}
#newsbtn {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 10px;
	border: 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/btn_news.gif); background-repeat: no-repeat;}
a:hover#newsbtn { background-image: url(../img/btn_news_f2.gif); background-repeat: no-repeat;}

#sankaku{
	width: 7px;
	height: 8px;
	margin-top: 13px;
	float: left;
	margin-right: 5px;
	}

#newscap {
	float: left;
	height: 40px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.2em;
	width: 300px;
	color: #666666;
}

#footerboxR {
	float: right;
	width: 203px;
	margin-top: 31px;
}
#copyright {
	float: right;
	width: 203px;
	height: 9px;
}
#copybtn {
	width: 203px;
	height: 9px;
	float: right;
	border: 0px;
	text-indent: -9999px;
	display: block;
	background-image: url(../common/footer.gif);
	background-repeat: no-repeat;
}
a:hover#copybtn { background-image: url(../common/footer_f2.gif); background-repeat: no-repeat;}

/*CSS Hack*/
.pkg:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

