@charset "utf-8";

/*-------index---------*/
.text_rinen {
	width: 640px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

/*-------gaiyo---------*/
.t_gaiyo {
	width: 640px;
	margin: 0 auto 50px;
	border: solid 3px #e2e2e2;
}
.t_gaiyo th {
	width: 110px;
	text-align: left;
	padding: 10px;
	background-color: #fffae5;
	border-bottom: dashed 1px #e2e2e2;
}
.t_gaiyo td {
	padding: 10px;
	border-bottom: dashed 1px #e2e2e2;
}

/*-------aisatsu---------*/
.photo_aisatsu {
	width: 150px;
	float: right;
}
.text_aisatsu {
	width: 450px;
	float: left;
	text-align: justify;
	margin-bottom: 20px;
}
.text_syomei {
	clear: both;
	width: 640px;
	margin: 0 auto 50px;
	text-align: right;
}

/*-------enkaku---------*/
.t_enkaku {
	width: 640px;
	margin: 0 auto 50px;
	border: solid 3px #e2e2e2;
}
.t_enkaku th {
	width: 110px;
	text-align: right;
	padding: 10px;
	background-color: #fffae5;
	border-bottom: dashed 1px #e2e2e2;
}
.t_enkaku td {
	padding: 10px;
	border-bottom: dashed 1px #e2e2e2;
}
/*-------setsubi---------*/
.photo_setsubi {
	width: 230px;
	float: right;
}
.text_setsubi {
	width: 380px;
	float: left;
	text-align: justify;
}
.photo_left {
	width: 270px;
	float: left;
}
.text_right {
	width: 330px;
	float: right;
	text-align: justify;
}
/*---------open----------*/
.t_open {
	width: 330px;
	border: 2px solid #e2e2e2;
	float: right;
	margin: 10px 0px 20px;
	font-size: 13px;
}
.t_open th {
	width: 70px;
	border: 1px solid #e2e2e2;
	background-color: #fffae5;
	padding: 10px;
	font-weight: nomal;
}
.t_open td {
	width: 130px;
	border-right: 1px dashed #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px;
	text-align: center;
}
/*---------index----------*/
#index {
	width: 660px;
	margin: 0 0 50px 20px;
}
#index li {
	width: 310px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 0 20px 20px 0;
}
#index li a {
	display: block;
	width: 310px;
	height: 60px;
	background: url(../img/about/btn_index_off.png);
	text-decoration: none;
	color: #333;
}
#index li a:hover {
	background: url(../img/about/btn_index_on.png);
}
/*-----ATM------*/
.t_atm {
	border: 2px #e2e2e2 solid;
	align: center;
	width: 95%;
}
.t_atm th {
	background-color: #fffae5;
	align: center;
	verticle-align: middle;
	padding: 10px;
	border: 1px #e2e2e2 solid;
}
.t_atm td {
	align: center;
	verticle-align: middle;
	padding: 10px;
	border: 1px #e2e2e2 solid;
}
.t_atm td.day {
	align: center;
	verticle-align: middle;
	padding: 5px 10px;
	border: 1px #e2e2e2 solid;
}

/*-------shinryoka---------*/
.t_shinryoka {
	width: 100%;
	border: 2px #e8e8ea solid;
	margin: 30px 0;
}
.t_shinryoka th {
	background-color: #e8e8ea;
	padding: 10px;
	text-align: left;
}
.t_shinryoka td {
	width: 226px;
	padding: 5px;
}
.t_shinryoka td a {
	background: url(../common/img/shinryo_top.png) no-repeat left;
	color: #000000;
}
.t_shinryoka td a text {
	padding-left: 25px;
}