/* 段組レイアウト */

/*
=======================================ヘッダー部*/
#container div#contents{
	clear:both;
	margin:0 auto;
	width:790px;
}
#container div#index_left{
	clear:both;
	width:420px;
	margin-bottom:15px;
	float:left;
}
#container div#index_left img{
	margin-bottom:15px;
}
#container div#index_right{
	width:340px;
	margin-bottom:15px;
	float:right;
}
#container div#index_right img{
	margin-bottom:15px;
}

/*ヘッダーロゴ部*/

div#left{
	float:left;
	width:390px;
}
div#right{
	float:right;
	width:380px;
}
img#logo{
	float:left;
	margin-right:15px;
}
img#top_btn{
	margin-top:15px;
	float:left;
}
img#tel{
	float:left;
	padding-right:8px;
	border-right:#e5e5e5 1px solid;
}
img#time{
	padding-left:9px;
	float:left;
}
#container div#header ul{
	display:block;
	clear:both;
	width:800px;
	height:35px;
}
#container div#header li{
	float:left;
	margin-left:1px;
}
#container div#header li a{
	display:block;
	font-size:1px;
	text-indent:-10000px;
	width:198px;
	height:35px;
}

/*ヘッダーナビゲーション部*/
#container div#header li#bochi_btn a:link ,
#container div#header li#bochi_btn a:visited{
	background:url(../img/menu/bochi.gif) no-repeat;
}
#container div#header li#eidai_btn a:link ,
#container div#header li#eidai_btn a:visited{
	background:url(../img/menu/eidai.gif) no-repeat;
}
#container div#header li#access_btn a:link ,
#container div#header li#access_btn a:visited{
	background:url(../img/menu/access.gif) no-repeat;
}
#container div#header li#mail_btn a:link ,
#container div#header li#mail_btn a:visited{
	background:url(../img/menu/mail.gif) no-repeat;
}
#container div#header li#bochi_btn a:hover ,
#container div#header li#bochi_btn a:active,
#container div#header li#eidai_btn a:hover ,
#container div#header li#eidai_btn a:active,
#container div#header li#access_btn a:hover ,
#container div#header li#access_btn a:active,
#container div#header li#mail_btn a:hover ,
#container div#header li#mail_btn a:active{
	background-position:0 -35px;
}
/*ヘッダーナビゲーション部*/
.list a:hover{
	color:#00f;
	background: url(../img/button03.gif) no-repeat bottom left;
	padding-left:20px;
}
.list a{
	background: url(../img/button04.gif) no-repeat bottom left;
	padding-left:20px;
}

/*
======================================フッター部*/
#footer{
	clear:both;
	background:url(../img/footer_bg.gif) repeat-x;
	padding:7px 0 0 0;
	color:#FFF;
}
#footer p{
	text-align:center;
	margin:1px 0 0 0;
}
#footer p a{
	color:#FFF;
	text-decoration:none;
}
#footer p a:hover{
	color:#FFF;
	text-decoration:underline;
}	
#footer p span{
	margin:0 2px;
}
#footer p a{
	color:#FFF;
}	
#footer address{
	clear:both;
	text-indent:-9999px;
	background:url(../img/common/copyright.gif) no-repeat center;
	height:11px;
	margin:7px 0 0 0;
	padding:0 0 0 0;
}

/*
======================================コンテンツ部*/
#container{
	margin:0 auto;
	width:800px;
	padding:0 15px 15px;
	border-right:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;
	border-bottom:#e5e5e5 1px solid;
	background-color:#FFFFFF;
	text-align:justify;
}
#container:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both; 
	visibility: hidden;
}

#container{
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html #container{ height: 1%; }
#container{ display: block; }
/* End hide from IE-mac */
/*contents end*/

