@charset "EUC-JP";

html{
	margin: 0;
	padding: 0;
}

body{
	background: #0033CC;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana,Osaka,Helvetica,sans-serif;
	line-height: 1.5;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-top: 0px;
}



h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
caption, th, img, form {
        margin: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        list-style-type: none;
		font-size:14px;
}

td{
	font-size:12px;
}


textarea { font-size: 100%; }


hr { display: none; }

.clear {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}


/* main
---------------------------------------------------------- */

div#main{
	width: 850px;
	margin:0px auto 0px;
    text-align: center;
	background: url(images/bg.gif) no-repeat;

}

div#price{
	margin:0px auto 0px;
	width: 700px;
    text-align: center;
	background: url(images/price-bg.gif) no-repeat;

}

#main-layout{
	width:790px;
	margin:0px auto 0px;
        text-align: left;

}

#price-layout{
	width:700px;
	margin:0px auto 0px;
        text-align: left;

}

h1{
	font-size:10px;
	margin:0px auto 10px;
}

.button{
	margin:170px auto 10px;
}

.point1{
	margin:140px auto 10px;
}

.point2{
	margin:0px auto 10px;
}

.access{
	margin:50px auto 10px;
}

.room{
	margin:0px auto 50px;
	font-size:12px;
}

.copy{
	margin:0px auto 150px;
	font-size:12px;
}

/* menu
---------------------------------------------------------- */
div#menu {
	overflow: hidden;
	height: 50px;
	margin-top: 10px;
	background-color: #252549;
}
div#menu ul {
	width: 950px;
	height: 50px;
}
div#menu ul li {
	float: left;
	height: 50px;
	text-indent: -9999px;
}
div#menu ul li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
div#menu ul li a:hover{
	background-position: 0 100%;
}

div#menu ul li a:focus{
	background-position: 0 100%;
}

div#menu ul li#toppage a {
	background-image: url(images/b-top.gif);
	width: 156px;
}
div#menu ul li#news a {
	background-image: url(images/b-news.gif);
	width: 99px;
}
div#menu ul li#service a {
	background-image: url(images/b-service.gif);
	width: 117px;
}
div#menu ul li#system a {
	background-image: url(images/b-system.gif);
	width: 119px;
}
div#menu ul li#members a {
	background-image: url(images/b-members.gif);
	width: 133px;
}


