
/*左側*/

#Left {/*160*/
	float: left;
	width: 350px;
	margin-right: 10px;
}
#Center {/*410*/
	float: left;
	width: 400px;
	margin-right: 10px;
}
#Right {/*410*/
	float: left;
	width: 210px;
}

/*ブロック*/

#home .blk_ttl {
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	color: #003399;
	background: url(/_data/images/home/div_ttl_bg.jpg);
}
#home .blk {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home .blk_h {/*blk内の見出し*/
	font-weight: bold;
	background: url(/images/illustration/home_images/midashi_bg.png) no-repeat;
	line-height: 20px;
	height: 20px;
	margin: 3px 0;
	padding: 0px 0px 0px 5px;
}

/*都道府県名*/

#home .kenname{
	display: block;
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

/*リストマーク*/

#home ul {
	margin: 0px -10px 5px 0px;
	padding: 0px;
}
#home li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px 0px 0px 15px;
}

/*クラス*/

.msg {
	margin-bottom: 10px;
}
.ninki li {
	background: url(/images/illustration/home_images/35.png) no-repeat left center;
}
.taipu li {
	background: url(/images/illustration/home_images/23.png) no-repeat left center;
}
.ooninzu li {
	background: url(/images/illustration/home_images/20.png) no-repeat left center;
}
.plan li {
	background: url(/images/illustration/home_images/12.png) no-repeat left center;
}
.sonota li {
	background: url(/images/illustration/home_images/50.png) no-repeat left center;
}

/*インデックス*/

.list {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.list th, .list td{
	padding: 5px;
}
.list th {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;

}
.list td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
.list .chihou{
	background: #F5F5F5 url(/images/illustration/home_images/50.png) no-repeat left center;
	font-weight: bold;
	border: 1 solid #036;
	padding-left: 15px;
}
.list .ken{
	text-align: left;

}
