/*全ページ共通の設定とindex.htmlの設定*/

A {text-decoration: none; } 

A:hover { text-decoration: underline; } 

img{border-style:none;}

BODY{
	color:#333333;
	text-align: center;
	font-size : x-small;
	overflow-y: scroll;

}

TABLE{
	font-size: x-small;
	background-color : white;
	margin: 0px;
	padding: 0px;
 }

/*全ページの先頭へ戻るの部分*/
#copy{
	clear: both;
	width:764px; 
	text-align : right;
	padding-bottom : 5px;
	padding-left : 5px;
	vertical-align : bottom;
}

/*全ページのヘッダーのDIVの設定*/
#top{
	width:764px;
	height : 82px;
	background-image : url(top_test.gif);
	background-repeat : no-repeat;
	background-position : center center;
	text-align: left;
}

li {
	font-size: x-small;
	line-height: 20px;}

p {
	font-size: x-small;
	line-height: 20px;}

div{font-size: x-small;}

/*全ページのフッター部分*/
#copy_sita{
	width:764px; 
	text-align : center;
	background-image : url(sita.gif);
	height: 37px;
	background-repeat : no-repeat;
	background-position : center center;
	vertical-align: bottom;
}

/*赤色の文字にしたい部分*/
.chui{color:#ff0000;}

/*index.htmlの関連サイト部分*/
#kanren{
	width: 100%;
	padding-left : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding: 0px 5px 5px;
	border-top: 5px double #C6C3C6;
	border-right: 1px solid #C6C3C6;
	border-bottom: 5px double #C6C3C6;
	border-left: 1px solid #C6C3C6;
	text-align: center;
	background-image : url(kanren.jpg);
	background-repeat: no-repeat;
}
/*index.htmlの更新履歴の枠*/
#top_kousin{
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #C6C3C6;
	width : 540px;
	padding-bottom: 10px;
	height: auto;
}

/*index.htmlのお問合せ先の枠*/
#top_toi{
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : #C6C3C6;
	width : 540px;
	padding-bottom: 10px;
}

/*文字をオリーブ色にしたい部分*/
.hosoku{
	 font-weight : bold;
	 color : olive;
}
/*全ページで右側コンテンツ内容を囲むのに使用*/
#con{
	 vertical-align : top;
	 text-align : left;
	 margin-left: 26%;
	 margin-top: 30px;
	 width: 560px;
}

/*全ページのメニューとコンテンツの間の隙間*/
#kukan{
	width:38px;
	float: right;
	background-color: navy;
}

/*全ページ、一番外枠*/
#chuo{
	width: 764px;
	margin-left: auto;
	margin-right: auto;
}

/*更新履歴*/
ul.rireki{
	margin-right:20px;
	list-style-type: none;
	text-align: left;
	}

ul.rireki li{
	border-bottom:1px #999999 dotted;
}

/*index.htmlのお問合せの支店別の囲い*/
.info{
	margin-left:8px;
	padding:12px 0px 0px 8px;
	background-color:#eeeeee;
	height:150px;
	width: 90%; 
	float: left;
}


/*全ページ左メニュー外枠の設定*/
#bg_menu{
	width :160px;
	float: left;
	vertical-align : top;
	text-align : center;
	margin-left: 5px;
}

/*全ページメニュー部分の設定*/
.menu{
	margin-left: auto;
	margin-right: auto;
	padding: 5px 2px 2px;
	border-top: 5px double #C6C3C6;
	border-right: 1px solid #C6C3C6;
	border-bottom: 5px double #C6C3C6;
	border-left: 1px solid #C6C3C6;
	background-image : url(bc_menu.jpg);
	background-repeat : no-repeat;
	background-position : left bottom;
	}

/*全ページメニュー現在のページ*/
.menu .now{
	display:block;
	font-size:x-small;
	font-weight:600;
	width:150px;
	height:32px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	background : url(menu_n.gif) no-repeat;
	text-decoration:none;
	color:#666666;
	text-align:center;
}

.menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}

.menu li a{
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	display:block;
	font-size:x-small;
	font-weight:600;
	width:150px;
	height:32px;
	background : url(menu.gif) no-repeat;
	text-decoration:none;
	color:#666666;
	text-align:center;
}
		
.menu li a:hover{
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	color:#ffffff;
	background : url(menu_r.gif) no-repeat;
}
.menu li a.sub{
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	display:block;
	font-size:x-small;
	font-weight:600;
	width:150px;
	height:32px;
	background : url(sub_menu.gif) no-repeat;
	text-decoration:none;
	color:#666666;
	text-align:center;
}
		
.menu li a:hover.sub{
	padding:8px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	color:#999999;
	background : url(sub_menu_r.gif) no-repeat;
}
		

		
	
