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

#contents_l {
	float: left;
	width: 170px;
}
#contents_r {
	float: right;
	width: 610px;
}
.side_title {
	height: 57px;
	width: 170px;
	margin-bottom: 15px;
}
.hed_img {
	background: url(../images/category/member_introduction/hed_img.jpg) no-repeat;
	height: 150px;
	width: 610px;
	margin-bottom: 20px;
}

/*member_wrap
------------------------*/

.member_wrap {
	width: 610px;
}
.member_wrap h3 {
	font-size: 1em;
}
.member_wrap02 h3 {
	font-size: 1em;
}
.member_wrap p {

}
.member_wrap td {
	width: 130px;
	margin-bottom: 20px;
	height: 280px;
	padding-right: 10px;
	text-align: center;
}
.member_wrap02 td {
	width: 140px;
	float: left;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 20px;
}


/*contents_l
------------------------*/

#contents_l ul {
	margin: 0px;
	padding: 0px;
}
#contents_l li {
	list-style: none;
	border-left: 5px solid #800000;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.preparation {
	border: 2px solid #800000;
	text-align: center;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 30px auto;
}

