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

*{zoom:1;}

* { 
    margin: 0; 
    padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 90%;
	font-family: Helvetica, Arial, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	color: #333333;
}

img,a { behavior: url(iepngfix.htc) }

a img {border: none;}

a{
	text-decoration:underline;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#A7DBDA;
}

html, body {
    width:100%;
    height:100%;
}

/*header css start
----------------------------*/

#header_box{
	width:100%;
	height:64px;
	background:#269E8E;
}
	
#header{
	margin: 0 auto;
	width:1040px;
	height: 34px;
	padding:15px 0 15px 0;
}

#header_logo{
	float:left;
	width:330px;
	height:34px;
}

#header_logo a h1{
	width:330px;
	height:34px;
	background:url(../img/header_logo.png);
	background-repeat:no-repeat;
	text-indent:-2000px;
}

*html #header_logo a h1{
	background:url(../img/header_logo.gif);
}
	
#header_subbox{
	width:1040px;
	height: auto;
}

#header_nav{
	width:1040px;
	height: auto;
	text-align:right;
	margin:5px 0 20px 0;
}

#header_nav p{
	font-size:12px;
}

#header_nav p a{
	margin:0 5px 0 5px;
	color:#000000;
}

#header_nav p a:hover{
	color:#269E8E;
}

/*container css start
----------------------------*/

#container{
	width:1060px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

/*main_box css start
----------------------------*/

#main_box{
	width:1040px;
	height:auto;
	float:left;
}

/*nav_box css start
----------------------------*/

#nav_box{
	width:198px;
	height:450px;
	float:left;
	border:solid 1px #269E8E;
}

.nav{
	width:198px;
	height:39px;
	float:left;
	border-bottom:solid 1px #269E8E;
}

.nav a{
	width:198px;
	height:39px;
	display:block;
	text-indent:-9999px;
	background:url(../img/nav.gif);
}

.nav_top a{
	background-position:0 0;
}

.nav_about a{
	background-position:0 -39px;
}

.nav_shoplist a{
	background-position:0 -78px;
}

.nav_info a{
	background-position:0 -117px;
}

.nav_recruit a{
	background-position:0 -156px;
}

.nav_event a{
	background-position:0 -195px;
}

.nav_blog a{
	background-position:0 -234px;
}

.nav_top a:hover{
	background-position:-198px 0;
}

.nav_about a:hover{
	background-position:-198px -39px;
}

.nav_shoplist a:hover{
	background-position:-198px -78px;
}

.nav_info a:hover{
	background-position:-198px -117px;
}

.nav_recruit a:hover{
	background-position:-198px -156px;
}

.nav_event a:hover{
	background-position:-198px -195px;
}

.nav_blog a:hover{
	background-position:-198px -234px;
}

#top .nav_top a{
	background-position:-396px 0;
}

#about .nav_about a{
	background-position:-396px -39px;
}

#shoplist .nav_shoplist a{
	background-position:-396px -78px;
}

#info .nav_info a{
	background-position:-396px -117px;
}

#recruit .nav_recruit a{
	background-position:-396px -156px;
}

#event .nav_event a{
	background-position:-396px -195px;
}

#blog .nav_blog a{
	background-position:-396px -234px;
}

.nav_access{
	width:183px;
	height:117px;
	float:left;
	padding:5px;
}

.nav_access h2{
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	margin:10px 0 5px 0;
}

.nav_access p{
	font-size:12px;
	line-height:16px;
	margin:5px 0 0 12px;
}

.page_nav{
	width:830px;
	height:auto;
	float:left;
	margin-bottom:5px;
}

.page_nav p{
	font-size:12px;
}

.page_nav p a{
	margin:0 5px 0 5px;
	color:#000000;
}

.page_nav p a:hover{
	color:#269E8E;
}

/*footer css start
----------------------------*/

#footer_box{
	width:100%;
	height:auto;
	float:left;
	background:#269E8E;
}

#footer_copyright {
	width: 1040px;
	height:auto;
	margin: 0 auto;
	text-align: right;
	font-size: 80%;
	_font-size:100%;
	padding:110px 0 50px 0;
	color:#FFFFFF;
}

/*map css start
----------------------------*/

#mapbox {
	width: 585px;
	height: 412px;
	margin:5px;
	overflow:hidden;
	overflow-y:hidden;
}

.map-title {
	height: 35px;
	font-size: 140%;
	font-weight: bold;
	float: left;
}

.map-close {
	float: right;
}

.bt_map {
	float:left;
	width:58px;
	height:21px;
	margin:0;
	padding:0;
}

.bt_map a{
	width: 58px;
	height: 20px;
	text-indent: -9999px;
	background: url("../img/bt_map.gif");
	background-repeat:no-repeat;
	overflow: hidden;
	float: left;
	background-color:#FFFFFF;
}

.bt_map a:hover {
	background-position: top right;
}

/*linking css start*/

a img.linking{
	background:none!important;
	border:none;
}

a:hover img.linking{
	opacity:0.60;
	filter:alpha(opacity= 60);
	-moz-opacity:0.60;
	background:#FFFFFF;
	border:none;
}