/* CSS Document */

/* 各エリア詳細ページ 
--------------------------------------------------------------------------	*/
/*	エリア一覧ページ
-------------------------------------------	*/
h2.h2_area {
	background: url(../img/h2_area.jpg);
	width: 780px;
	height: 60px;
	display: block;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px 0px 20px;
}

.area_th {
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background: #AAE796;
}

.tabletr tr td {/*Firefox用*/
	padding: 7px;
}

.tabletr tr {
	background-color: #FFFFFF;
	padding: 7px;
	hover:expression(this.onmouseover=new Function("this.style.backgroundColor='#D5F4BF'"),this.onmouseout=new Function("this.style.backgroundColor='#FFFFFF'"));
}

.tabletr tr:hover{
    background-color: #D5F4BF;
}


/*	共通
-------------------------------------------	*/
h3.h3otoiawase {
	background: url(../img/otoiawase_title.jpg) no-repeat;
	width: 780px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	padding: 0px;
	margin: 0px 0px 10px;
}

.div_otoiawase {
	width: 780px;
	margin: 0px 0px 30px;
}

.div_otoiawase_left {
	width: 440px;
	float: left;
}

.div_otoiawase_right {
	width: 304px;
	float: right;
}


/*	メールお問合せ
--------------------------------*/
.otoiawase a {
	background: url(../img/mail_banner.jpg) no-repeat 0px 0px;
	width: 304px;
	height: 44px;
	display: block;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
}

.otoiawase a:hover {
	background: url(../img/mail_banner.jpg) no-repeat 0px -44px;
}


/*	個人のお客様、法人のお客様
--------------------------------*/
.div_menu {
	width: 780px;
}

.div_menu_left {
	width: 260px;
	float: left;
}

.div_menu_right {
	width: 510px;
	float: right;
}

.personal a {
	background: url(../img/top_kojin.jpg) no-repeat 0px 0px;
	display: block;
	width: 260px;
	height: 80px;
	text-indent: -9999px;
}

.personal a:hover {
	background: url(../img/top_kojin.jpg)  no-repeat 0px -80px;
}

.corporation a {
	background: url(../img/top_hojin.jpg) no-repeat 0px 0px;
	display: block;
	width: 260px;
	height: 80px;
	text-indent: -9999px;
}

.corporation a:hover {
	background: url(../img/top_hojin.jpg)  no-repeat 0px -80px;
}


/*	対応エリア
--------------------------------*/
.t_area_cover {
	width: 780px;
	margin: 0px 0px 20px;
}

.t_area_left {
	width: 500px;
	float: left;
}

.t_area_left_02 {
	width: 500px;
	float: left;
}

.t_area_right {
	width: 260px;
	float: right;
}

.t_area_right_02 {
	width: 260px;
	float: right;
}

.t_area_right dl {
	margin: 0px;
	padding: 0px;
}

.t_area_right dl dt {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 7px;
	font-weight: bold;
	background: url(../img/area_gyo_bg.gif) no-repeat left center;
}

.t_area_right dl dd {
	padding: 0px 0px 10px;
	margin: 0px;
	border-bottom: #666666 dotted 1px;
}





/*	大阪府
-------------------------------------------	*/
h2.h2_osakafu {
	background: url(../img/title_osakafu.jpg) no-repeat;
	width: 780px;
	height: 60px;
	display: block;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px 0px 10px;
}

/*	東京
-------------------------------------------	*/
#left3 {
	float: left;
	width: 380px;
}

#right3 {
	float: right;
	width: 380px;
}

.tokyoareadl {
	margin: 0px;
	padding: 0px;
}

.tokyoareadl dt {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 7px;
	font-weight: bold;
	background: url(../img/area_gyo_bg.gif) no-repeat left center;
}

.tokyoareadl dd {
	padding: 0px 0px 10px;
	margin: 0px;
	border-bottom: #666666 dotted 1px;
}


