@charset "Shift_JIS";

html,body {

	text-align: left;
	
	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
	
	background-color: #211400;
	background-image: url(../img/bg_b.jpg);
	background-repeat: repeat;
	
	overflow: hidden;
	
}


#header {

	margin: 0;
	padding: 0;
	
	height: 35px;
	width: 100%;
	
	position: absolute;
	top: 0px;
	right: 16px;
	z-index: 3;
	
	overflow: hidden;
	
	background-image: url(../img/topmenu/bg_header.png);
	background-repeat: repeat-x;	
}

#content {

	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	
	background-image: url(../img/bg_topHana_left_b.jpg);
	background-repeat: no-repeat;
	
	/*
	background-color: #00FF00;
	*/
	/*
	min-height: 100%;
    height: auto !important;
    height: 100%; 
    margin: 0 auto -100px; 
    
	*/
	
}

#contentLeft {
	margin: 0;
	padding: 0;
	float: left;
	height: 540px;
	width: 28%;
	min-width: 234px;
}

#contentRight {
	margin: 0;
	padding: 0;
	overflow: auto;
	height: 100%;
	min-height: 100%;
	/*
	background-image: url(img/bg_topHana_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	*/
}

#contentRightCenter {
	margin: 50px auto;
	padding: 0;
	width: 550px;
}

#footer {

	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	overflow: hidden;
	
	position: absolute;
	bottom: 0px;
	right: 16px;
	z-index: 2;
	
	background-image: url(../img/topmenu/bg_footer.png);
	background-repeat: repeat;
		
}

img {
	border: none;
}

/* --- ヘッダメニュー ------------------------------------------------------------------------------ */

#header .menu{
	margin: 5px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 700px;
}
#header .menu ul{
	margin: 0px 0px 0px 16px;
	padding: 0;
	list-style-type: none;
}
#header .menu ul li{
	margin: 0;
	padding: 0;
	display: inline;
}
#header .menu ul li img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#header .menu ul li a:hover{
	position: relative;
	top: -25px;
}

#header .menu ul li.red{
	position: relative;
	top: -25px;
}

#header .sitemapBotan{
	margin: 5px 0px 0px 700px;
	padding: 0;
	float: right;
	width: 110px;
	
	position: absolute;
	top: 0px;
	right: 0px;
}
#header .sitemapBotan img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* --- ロゴ -------------------------------------------------------------------------------- */
#contentLeft .logo{
	margin: -36px 0px 0px 0px;
	padding: 0;
	width:28%;
	position: absolute;
	top: 50%;
	min-width: 250px;
	background-image: url(../img/logo_bar_white.gif);
	background-repeat: repeat-x;
}

#contentLeft .logo img{
	margin: 0;
	padding: 0;
	float: right;
	width: 250px;
	vertical-align: bottom;
}
#contentLeft .logo h1{
	margin: 0;
	padding: 0;
}

/* --- フッター -------------------------------------------------------------------------------- */
#footer .address{
	margin: 7px 0px 0px 26px;
	padding: 0;
	float: left;
}
#footer .address address strong{
	font-size: 70%;
	color: #301E03;
	font-style: normal;
	font-weight: normal;
}
#footer .copyright{
	margin: 0px 0px 5px 0px;
	padding: 0;
	float: right;
	text-align: right;
}
#footer .copyright img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
