@charset "UTF-8";


/* list02始まり */







.list_box {
	width: 621px;
	height:246px;
	margin-top: 25px;
	margin-left: 25px;
	border: 2px solid #999999;
	background-color: #FFF;
}


.list_box_in {
	margin: 23px;
}


.list_box_in_left {
	float: left;
	width: 275px;
	margin-left: 23px;
	margin-top: 23px;
	margin-bottom: 23px;
}

.list_box_in_right {
	float: right;
	width: 275px;
	margin-right: 23px;
	margin-top: 23px;
	margin-bottom: 23px;
}






#main .list_arrow2 {
	margin-left: 25px;
	height: 25px;
	width: 625px;
	text-align: center;
}

#main .list_con	 a{
	display: block;
	width: 625px;
	height: 110px;
	text-decoration: none;
	background: url(../img/list_con.jpg) no-repeat;
	margin-left: 25px;
}
#main .list_con a:hover{ background: url(../img/list_con_on.jpg) no-repeat;}




/* list02終わり */

