@charset "utf-8";

/* 
------------------------------------------------------------
layout
------------------------------------------------------------ */

body { 
	text-align: center;
}
#container {
	width: 800px; 
	margin: 0 auto;
	border-top: 3px solid #333333;
	text-align: left;
}

/* 
header
------------------------------------------------------------ */

#header {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #333333;
}
#header .logo {
	float: left;
	height: 60px;
	padding-left: 20px;
}
#header .tel_1 {
	position: relative;
	float: right;
	width: 230px;
	height: 60px;
	padding-right: 20px;
}
#header .tel_1 img {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#header .tel_2 {
	float: right;
	margin-right: 5px;
}
#header h1 {
	padding-top: 5px;
	padding-left: 2px;
	font-size: 11px;
	font-weight: normal;
}
#header p {
	padding-top: 5px;
	padding-right: 2px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}
#main_img {
	clear: both;
}

/* 
content
------------------------------------------------------------ */

#content {
	background: url(../cmn_images/bg.gif) repeat-y left top;
}

/* --- clearfix --- */

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

/* Hides from IE-mac \*/
*html.clearfix{
	  height: 1%;
}
.clearfix{
	  display: block;
}
/* End hide from IE-mac */

	
/* 
main
------------------------------------------------------------ */

#main {
	float: right;
	width: 560px;
	padding-top: 15px;
	padding-right: 20px;
}

/* --- go_top --- */

.go_top {
	position: relative;
	clear: both;
	width: 560px;
	height: 20px;
	margin-bottom: 20px;
}
.go_top p {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../cmn_images/top_over.gif) no-repeat left top;
}
.go_top a {
	display: block;
	width: 95px;
	height: 20px;
}
.go_top a:hover {
	background-color: transparent;
}
.go_top a:hover img {
	visibility: hidden;
}
	
/* 
side
------------------------------------------------------------ */

#side {
	float: left;
	width: 200px;
	padding-top: 15px;
}

.navigation_1 ul {
	position: relative;
	margin-left: 15px;
}
.navigation_1 li {
	width: 170px;
}

/* --- rollover --- */

.navigation_1 .nav_1 {
	background: url(../cmn_images/nav_kengaku_on.jpg) no-repeat left top;
	margin-bottom: 10px;
}
.navigation_1 .nav_2 {
	background: url(../cmn_images/nav_inquiry_on.jpg) no-repeat left top;
	margin-bottom: 10px;
}
.navigation_1 .nav_3 {
	background: url(../cmn_images/nav_empty_on.jpg) no-repeat left top;
	margin-bottom: 15px;
}
.navigation_1 a {
	display: block;
	width: 170px;
	height: 65px;
}
.navigation_1 li a:hover {
	background-color: transparent;
}
.navigation_1 li a:hover img {
	visibility: hidden;
}

/* 
bannar
------------------------------------------------------------ */

.bannar {
	margin-bottom: 10px;
	margin-left: 15px;
}
.bannar img {
	margin-bottom: 10px;
}
.bannar .comment {
	font-size: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* 
footer
------------------------------------------------------------ */

#footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 
guide
------------------------------------------------------------ */

.guide {
	float: left;
}
.guide li {
	float: left;
	padding-left: 15px;
	background: url(../cmn_images/arrow_1.gif) no-repeat 0 0.35em;
}
.guide .guide_2 ,
.guide .guide_3 {
	margin-left: 15px;
}

/* 
address
------------------------------------------------------------ */

address {
	float: right;
	font-size: 90%;
	font-style: normal;
}
