#box_all_index {
	height: auto;
	width: 900px;
	margin-top: 5px;
}

/*----リストのテーブル-----*/
.list_box {
	margin: 0px;
	padding: 0px;
	width: 900px;
	vertical-align: top;
	height: auto;
}
/*----上のリスト1番目-----*/
.list_box01 {
	margin: 0px;
	padding: 10px 5px;
	width: 169px;
	border: 1px solid #330000;
	color: #663300;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	vertical-align: top;
}
/*----上のリスト2番目以降-----*/
.list_box02 {
	margin: 0px;
	padding: 10px 5px;
	width: 169px;
	color: #663300;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
/*----下のリスト1番目-----*/
.list_box03 {
	margin: 0px;
	padding: 10px 5px;
	width: 169px;
	color: #663300;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
/*----下のリスト2番目以降-----*/
.list_box04 {
	margin: 0px;
	padding: 10px 5px;
	width: 169px;
	color: #663300;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
}

/*----画像のマージン-----*/

.list_box01 img,
.list_box02 img,
.list_box03 img,
.list_box04 img {
	padding: 5px;
}
.list_box01 img a,
.list_box02 img a,
.list_box03 img a,
.list_box04 img a {
	padding: 0;
	border-style: none;
}
.list_box01 a,
.list_box02 a,
.list_box03 a,
.list_box04 a {
	text-decoration: none;
	color: #996600;
}
.list_box01 a:hover,
.list_box02 a:hover,
.list_box03 a:hover,
.list_box04 a:hover {
	color: #CC3300;
}


/*インフォメーション-----*/

.item_info {
	margin: 0px;
	padding: 20px 0;
	color: #663300;
	font-size: 12px;
	line-height: 220%;
	text-align: center;
}

.item_info_mail {
	margin: 20px auto;
	padding: 0px;
	width: 80px;
	height: 55px;
	background: url(../images/mail.jpg) no-repeat 0px 0px;
}
.item_info_mail a {
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 55px;
	display:block;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/mail.jpg) no-repeat 0px 0px;
}
.item_info_mail a:hover {
	background: url(../images/mail.jpg) no-repeat 0px -55px;
}
