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

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

#contents_l {
	float: left;
	width: 170px;
}
.side_title {
	height: 57px;
	width: 170px;
}

/*contents_r
------------------------*/
#contents_r {
	float: right;
	width: 610px;
}
.hed_img {
	background: url(../images/category/club_introduction/hed_img.jpg) no-repeat;
	height: 150px;
	width: 610px;
	margin-bottom: 20px;
}
.read_text {
	position: relative;
	text-indent: -9999px;
}
.br_title {
	background: url(../images/category/club_introduction/bgtitle_img01.gif) no-repeat;
	height: 25px;
	width: 610px;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 5px;
}
.sub_title {
	background: #E6E6E6;
	font-weight: normal;
	padding: 3px 5px;
	font-size: 1.1em;
	margin-bottom: 15px;
}

/*contents_r table
------------------------*/

#contents_r table {
	border-left: 1px solid #999999;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
}
#contents_r table th {
	background: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 50px;
}
#contents_r table td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#contents_r h4 {
	color: #800000;
	font-size: 1.2em;
}
#contents_r h5 {
	font-size: 1em;
}
.uniform_box {
	float: left;
	height: 200px;
	width: 200px;
	padding-right: 20px;
}

