@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:14px;
	line-height:150%;
	color:#663333;

}
/*------ STAGE ------*/
#stage {
	background: url(../img/i_bg_a.jpg) no-repeat center top;
	margin:0 auto;
	text-align:center;
	position:relative;
	display:block;
	width:100%;
	min-height:100%;
	height: 100%;
    height:auto !important;
	moz-background-size:100% auto;
	background-size:100% auto;

}

/*---overwrap---*/
div #stage #overwrap {
	display:block;
	width:100%;
	max-width:1024px;
	padding-bottom:90px;
}

/*------ LOGO ------*/
#logo {
	width:50%;
	background:url(../img/j_logo.png) no-repeat left bottom;
	float:left;
	display:inline;
	text-indent: -9999px;
	margin-left:0px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:10px;
	margin-bottom:0px;
}
/*------ HEADER ------*/
#header {
	width:100%;
	max-width:1024px;
	height: auto;
	margin:0 auto;
	text-align:center;
	padding-right: inherit;
}
*:first-child+html #header { /*ie7*/
	padding-left: 0%;
}
#banner {
	float:right;
	width:500px;
	height:60px;
	text-align:center;
	color:#6CF;
	margin:2px 0 5px 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:120px;
	text-align:center;
	width:100%;
	margin:0;
	left: 0;
	bottom: 0;
	padding:10px 0 5px 0;
	color:#7A3300;
	font-size:12px;
	background:url(../img/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;
	padding-bottom:10px;
}

#footerright {
width: 1024px;
height: 0px;
margin: 0 auto;
text-align: right;
}

.btn_sns {
height: 0px;
position: relative;
top: -35px;
z-index: 2;
margin-right: 20px;
}