@charset "utf-8";
/* CSS Document */

#index {
	width:660px;
	float:right;
}
h3 {
	background-image: url(../images/h3_title.gif);
}
h5 {
	margin:0;
	padding:10px 0 15px;
}
.main {
	height:100%;
	padding-top:20px;
}
.main div div {
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	padding:0 10px;
	height:240px;
	background:url(../images/ind_bg.gif) repeat-x 0 bottom;
}
.b_left {
	width:312px;
	float:left;
	margin-bottom:15px;
}
.b_right {
	width:312px;
	float:right;
	margin-bottom:15px;
}
.bn_top {
	background:url(../images/ind_top.gif) no-repeat 0 0;
	font-size:0;
	height:5px;
	line-height:100%;
}
.bn_btm {
	background:url(../images/ind_btm.gif) no-repeat 0 0;
	font-size:0;
	height:5px;
	line-height:100%;
}
#index ul {
	margin:0;
	padding:0;
}
#index ul li {
	padding:0 0 5px 10px;
	list-style:none;
	background:url(../../shared/images/icon_arrow01.gif) no-repeat 0 4px;
}
.keisai{
	border-top:1px dotted #bbb;
}

