@charset "utf-8";
/* CSS Document */

/*------ BG ------*/
html {
	background: none;
	background-color:#FFF;
	margin:0;
	padding:0;
	/*height:100%;*/
}
/*------ BODY ------*/
body {
	background-image:none;
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
    font-size: inherit;
	line-height:150%;
	color:#630;
	word-break: normal;
	word-wrap: normal;
}

/*------ STAGE ------*/
#stage {
	/*background: url(../img/common/i_bg_a.jpg) no-repeat center top;*/
	margin:0 auto;
	position:relative;
	min-height:100%;
	-moz-background-size:100% auto;
	background-size:100% auto;

}
@media screen and (min-width: 760px){
#stage {
    margin-top: -40px;
}
}

/*------ LOGO ------*/
#logo {
	width:300px;
	height:60px;/*90*/
	/*background:url(../img/common/j_logo.png) no-repeat left bottom;*/
	float:left;
	display:inline;
	text-indent: 0;
	padding: 30px 0 0 0;
}

/*------ HEADER ------*/
#header {
	max-width:1024px;
	height:90px;
	margin:0 auto;
	text-align:center;
	padding-right: inherit;
}
*:first-child+html #header { /*ie7*/
	padding-left: 0%;
}

#banner {
	width:500px;
	height:60px;
	margin:5px 0 0 0;
}

/*------ GLOBAL MENU ------*/
#global_menu {
	list-style:none;
	float:right;
	margin:0;
	white-space:nowrap;
}
*:first-child+html #global_menu { /*ie7*/
	width:600px;
	margin:0 auto;
	display:inline-block;
	height:100%;
}
#globallink {
	list-style:none;
	margin:0;
	white-space:nowrap;
	float: right;
	width:100%;
	text-align:right;
}
*:first-child+html #globallink { /*ie7*/
	width: auto;
	float:right;
	white-space:nowrap;
	margin: 0 auto;
}
#globallink li {
	list-style:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
	white-space:nowrap;
	padding:2px 10px 0 10px;
}
*:first-child+html #globallink li { /*ie7*/
	float:left;
}
#globallink a:link {
	font-size:14px;
	text-decoration: none;
	white-space:nowrap;
	display: block;
	list-style:none;
	color:#AD5E00;
}
#globallink a:hover {
	color:#C93;
	text-decoration:none;
}
#globallink a:active {
	color: #AD5E00;
	text-decoration:none;
}
#globallink li a.current {
	color: #FF3B33;
}
/*------ FOOTER ------*/
#footer {
	height:90px;
	text-align:center;
	width:100%;
	margin:0;
	left: 0;
	bottom: 0;
	padding:10px 0 5px 0;
	color:#7A3300;
	font-size:12px;
	background:url(../img/common/c_footer_bg_i_02.png) repeat center top;
	position:absolute;
}
#footerlink {
	padding-top:20px;
	font-weight:bold;
	font-size:14px;
}
#footerlink a:link {
	color:#7A3300;
	text-decoration:none;
}
#footerlink a:visited {
	color:#7A3300;
	text-decoration:none;
}
#footerlink a:hover {
	color: #FC3;
	text-decoration:none;
}
#footerlink a:active {
	color:#7A3300;
	text-decoration:none;
}
#footerlink .footerother {
	font-weight:normal;
	margin:5px 0;
}
#footerlink .footerother a {
	font-size:12px;
	letter-spacing:normal;
}
#footer .copyright {
	width:350px;
	margin:0 auto;
	font-weight:normal;
	letter-spacing:normal;
}

/*------ renew catalog ------*/
#catalog_top_bnr {
	display:block;
	width:100%;
	height:auto;
	/*padding:50px 0;*/
	margin:30px 0;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}