#index .section .item {

	float: left;

	width: 146px;

	padding-left: 15px;

	margin-bottom: 25px;

}

#index .section .subttl {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	margin-bottom: 20px;

	padding-bottom: 7px;

}

#index .section .text {

	margin-bottom: 20px;

}



#index .section .item .btn {

	background-image: url(../img/index_btn_bg.png);

	background-repeat: no-repeat;

	padding: 8px;

	margin-bottom: 10px;

}

#index .section .item ul {

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #BBBBBB;

}

#index .section .item ul li {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #BBBBBB;

	padding-top: 1px;

	padding-bottom: 1px;

}

#index .section .item ul li a {

	background-image: url(../img/index_link_bg.png);

	background-repeat: no-repeat;

	background-position: left center;

	font-size: 12px;

	line-height: 25px;

	height: 27px;

	padding-top: 2px;

	display: block;

	padding-left: 25px;

}

#index .section .item ul li.double a {

	line-height: 13px;

}

#index .section .item ul li a:link,

#index .section .item ul li a:visited {

	color: #333333;

	text-decoration: none;

}

#index .section .item ul li a:hover,

#index .section .item ul li a:active {

	color: #2E4478;

	text-decoration: underline;

}#index .section .list_btn {

	text-align: center;

}

