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

/* 全体 */
*{
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
	background-image: url(../img/common/back1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,h4,h5 {
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	font-size: 1px;
	line-height: 1px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	list-style-type: none;
	float: left;
}

.box1 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../img/common/back2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#main {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    position: relative;
}

.main_img {
/*    position: absolute;
    z-index: 10;*/
}

div#main ul {
    position: absolute;
    z-index: 20;
	width: 600px;
    height: 40px;
/*    background-color: rgba(0,0,0,0.5);*/
    top: 410px;
    left:162px;
}

div#main ul li a {
    float: left;
    width: 110px;
    height: 40px;
}

div#main ul li {
    display: block;
    color: #fff;
    float: left;
    width: 110px;
    height: 40px;
/*    background-color: rgba(255,0,0,0.3);*/
	visibility: visible !important;/*ボックスの表示*/
    margin-right: 7px;
    text-indent: -9999em;
}

div.address {
	font-size: 1px;
	line-height: 1;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/common/address.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 900px;
}

