@charset "Shift_JIS";


.float-left{float:left;}
.float-right{float:right;}
img {border:none;}

*{
	margin:0;
	padding:0;
}
body {
	padding:0;
	}


/* Clearfix
------------------------------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear{clear:both;}


/* wrapper
------------------------------------------------------------ */
#wrapper {
	width: 100%;
}

/* container
------------------------------------------------------------ */
#container{
	width:820px;
	margin:0 auto;
}

/* header
------------------------------------------------------------ */
#header{
	width:820px;
	margin:0;
	padding:0;
}

#header div#logo{
	margin: 0; padding: 0; border: 0;
	float: left;
	background:url(/img/top_renew/logo_home.gif) no-repeat;
	text-indent:-9999px;
	width:144px;
	height:73px;
}
#header div#logo a{
	display:block;
	width:144px;
	height:73px;
}

/* global navi
------------------------------------------------------------ */

#header_global{
	margin: 0; padding: 0;
	float:right;
	text-align:right;
}

#sitemap{
	margin:0;
	padding:0;
}

ul#global {
	list-style: none;
	width: 660px;
	margin:10px 8px 0 0;
	padding:0;
	height:17px;
}

ul#global li{
	float:left;
}

ul#global li.gnavi01 {width: 112px;}
ul#global li.gnavi02 {width: 109px;}
ul#global li.gnavi03 {width: 109px;}
ul#global li.gnavi04 {width: 109px;}
ul#global li.gnavi05 {width: 109px;}
ul#global li.gnavi06 {width: 112px;}

ul#global li a{
	display:block;
	width:100%;
	height:17px;
}

ul#global li a:hover img{
	visibility:hidden;
}
ul#global li a:hover{
	background-color:#fff; /* IE6—p */
}

ul#global li.gnavi01 a{	background:url(/img/top_renew/navi01_f2.gif) 0 0 no-repeat;}
ul#global li.gnavi02 a{	background:url(/img/top_renew/navi02_f2.gif) 0 0 no-repeat;}
ul#global li.gnavi03 a{	background:url(/img/top_renew/navi03_f2.gif) 0 0 no-repeat;}
ul#global li.gnavi04 a{	background:url(/img/top_renew/navi04_f2.gif) 0 0 no-repeat;}
ul#global li.gnavi05 a{	background:url(/img/top_renew/navi05_f2.gif) 0 0 no-repeat;}
ul#global li.gnavi06 a{	background:url(/img/top_renew/navi06_f2.gif) 0 0 no-repeat;}


/* footer
------------------------------------------------------------ */
#footer{
	width:800px;
	height:19px;
	margin:0 auto;
	background:url(/img/top_renew/footer_bg.jpg) no-repeat;
	clear:both;
	font-size:92%;
	color:#fff;
}

#footer a{
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FF0000;
	text-decoration: none;
}

#footer_link{
	float:left;
	margin-left:5px;
}

#copyright{
	text-align:right;
}
#copyright img{
	margin-top:3px;
}


/* main
------------------------------------------------------------ */	
#main{
	width:800px;
	margin:0 auto;
}

