@charset "utf-8";
/* CSS Document */

#container{
	width:789px;
	height:auto;
	margin:20px auto 0px auto;
	/*border:1px solid #BFBFBF;*/
}


#header{
	width:789px;
	height:58px;
}


#header h1{
	display:block;
	width:119px;
	height:58px;
	text-indent:-9999px;
	float:left;
}


#header h1 a{
	display:block;
	width:119px;
	height:58px;
	background:url(../images/logo.jpg) no-repeat;
}


#gnavi{
	width:670px;
	height:25px;
	margin:0px;
	padding:33px 0px 0px 0px;
	float:left;
}

#gnavi ul{
	display:block;
	width:670px;
	height:25px;
}

#gnavi li{
	float:left;
}

.gnavi_brands{
	display:block;
	width:77px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_brands.jpg) no-repeat;
}

.gnavi_about{
	display:block;
	width:99px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_about.jpg) no-repeat;
}

.gnavi_navi{
	display:block;
	width:98px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_navi.jpg) no-repeat;
}

.gnavi_link{
	display:block;
	width:99px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_link.jpg) no-repeat;
}


.gnavi_news{
	display:block;
	width:99px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_news.jpg) no-repeat;
}

.gnavi_contact{
	display:block;
	width:99px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_contact.jpg) no-repeat;
}

.gnavi_download{
	display:block;
	width:99px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/navi_download.jpg) no-repeat;
}


#top_main{
	width:789px;
	height:auto;
}




#footer{
	width:789px;
	height:auto;
	margin:0px auto;
	padding:8px 0px 0px 0px;
	font-size:10px;
	color:#666;
}


#footer .footer_txt{
	display:block;
	width:449px;
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}


#footer .copyright{
	display:block;
	width:340px;
	height:auto;
	text-align:right;
	padding:0px 0px 0px 0px;
	float:right;
}





/* 中ページ */


#in_page{
	width:773px;
	height:auto;
	border-left:1px solid #908a88;
	border-right:1px solid #908a88;
	border-bottom:1px solid #908a88;
	margin:0px 0px 0px 14px;
	_margin-top:-5px;
	background:#fdfcfb;
	
}
*:first-child+html #in_page{margin-top:-5px;}



















