﻿@charset 'utf-8';
@import url("text.css");
@import url("calendar.css");
/* Layout */
#accessibility {
	display: none;
}
#wrap {
	width:960px;
	margin:0 0 0 10px;
}

/* header */
#header {
	position:relative;
	width:960px;
	height: 105px;
	overflow: hidden;
	margin:0 0 0 0;
	background:url(../images/bg/bg_main_header.gif) no-repeat left top;
}
#header h1 {
	position: absolute;
	top: 29px;
	left: 39px;
	margin: 0;
	z-index: 5;
}
#header h1 img {
	vertical-align:top;
}
#header .com_menu {
	list-style:none;
	margin:0 0 8px 0;
	padding:15px 0 0 0;
	height:17px;
	float:right;
}
#header .com_menu li {
	display:inline;
	margin:0 3px 0 0;
	background:url(../images/ico/bul_dot.gif) no-repeat left 5px;
	padding:0 0 0 4px;
}
#header .com_menu li.eng {
	display:inline;
	margin:0 0 0 0;
	background:none;
	padding:0 0 0 4px;
}
#header .main_menu {
	clear:both;
	text-align:right;
}

#visual {
	height:80px;
	margin:0 0 15px 0;
}
/* content */
#container {
	width:960px;
	padding:0 0 15px 0;
}

.snb {
	float:left;
	width:195px;
	padding:0 15px 0 15px;
	vertical-align:top;
}
.snb img {
		vertical-align:top;
}
.snb h3 {
		height:41px;
}
.snb_menu {
	margin:15px 0 14px 0;
	padding:0 0 0 40px;
	width:155px;
}
.snb_menu li {
	list-style:none;
	margin:0 0 2px 0;
}
.left_banner_box {
	margin:0 0 12px 0;
	width:195px;
}

.myclub_box {
	background:url(../images/bg/bg_myclub.gif) no-repeat;
	height:30px;
	padding:29px 0 0 13px;
	margin:0 0 20px 0;
	width:182px;
}
.myclub_box select {
	width:168px;
}
#content {
	float:right;
	width:725px;
	padding:0 10px 0 0;
	vertical-align:top;
}

#content2 {
	width:935px;
	padding:0 10px 0 15px;
	vertical-align:top;
}

/* foot */
#footer {
	width:960px;
	margin:0 0 15px 0;
	height:67px;
	background:#ebebea url(../images/img/temp_sub_footer.jpg) no-repeat;
}

.clear {
	float:none; 
	clear:both; 
	height:0 !important;
	font-size:0 !important; 
	line-height:0 !important; 
	overflow:hidden; 
	margin:0 0 -1px 0 !important; 
	padding:0 !important;
}