/* tags
--------------------------------------------------- */
html{
	height:100%;
}

*{
	margin:0px;
	padding:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
body,td,th,div,p,ul{
	font-family:"MS UI Gothic","Tahoma","Osaka","Helvetica";
}
body {
	margin: 0px;
	padding: 0px;
	float: left;
	left: 0px;
	top: 0px;
	background-image: url(../img/common/bg2.gif);
	background-attachment:fixed;

}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
} 

li {
	border: none;
	margin: 0px;
	padding: 1px;
	list-style-type: none;
	position: relative;
	float: left;
} 
h1 {
	font-size: 12px;
	padding: 0px;
	float: left;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* 	base setting
--------------------------------------------------- */
.base_flame {
	background-color: #FFFFFF;
	width: 760px;
	background-position: center;
	position:absolute;
	left:50%;
	margin-left:-380px;
	padding-right: 5px;
	padding-left: 5px;
}
.txt_normal {
	font-size:100%;
	line-height: 160%;
}

/* 	font setting
--------------------------------------------------- */
body{
	font-size:90%;
	line-height:160%;
}
td,th{
	_font-size:100%; /* ie hack */
	_line-height:160%; /* ie hack */
	font-size: 90%;
	line-height: 120%;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}
dt,dd{
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

/* header
--------------------------------------------------- */
.header {
	float: left;
	width: 750px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.head_links {
	float: right;
	padding-top: 25px;
}
.head_navi {
	background-image: url(../img/common/head_bg.gif);
	width: 750px;
	float: left;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.head_shop_navi {
	background-image: url(../img/shop/slct_bg.gif);
	width: 750px;
	float: left;
	list-style-type: none;
	z-index: 0;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 9px;
}


/* main_contents
--------------------------------------------------- */
#main {
	width: 750px;
	padding-top: 15px;
}
#leftmenu {
	float: left;
	width: 160px;
	height:100%;
	background-image: url(../img/shop/lm_bg.gif);
	background-repeat: repeat-y;

}
#mainarea {
	float: right;
	width: 590px;
	list-style-type: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#imgbox {
	font-size: 12px;
	padding: 3px;
}
.main_menu_bg {
	background-image: url(../img/common/side_bg.gif);
	background-repeat: repeat-y;
}
.mapimg {
	padding-top: 20px;
	padding-bottom: 10px;
}




/* div bottom
--------------------------------------------------- */
.division_bottom{
	clear:both;
}
.division_bottom hr{
	display:none;
}


/* footer
--------------------------------------------------- */
#copyright{
	display:block;
	width:750px;
	height:30px;
	background:url(../img/common/copyright.gif) no-repeat 0px 0px;
	background-color:#FFFFFF;
	color:#4F463C;
	margin-top: 60px;
	margin-bottom: 20px;
}

#copyright span{
	display:none;
}

