@charset "utf-8";
/* CSS Document */

@import url("/life/inc/css/life.css");


.club div dl {
	border: 1px solid #D5D5D5;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 32%;
	float: left;
	font-size: 90%;
}


.club div dt {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #D5D5D5;
	color: #333;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 3px;
}
.club div dd {
	padding: 3px;
}

.club div div {
	clear: both;
}

.club div ul {
	margin-left: 10px;
}
.club div li  {
	list-style-type: disc;
	margin-left: 30px;
}

.club div a:link,
.club div a:visited{
	text-decoration: underline!important;
	color: #CB1F38!important;
	background-image: url(/inc/images/common/blank.gif);
	background-repeat: no-repeat;
	padding-right: 13px;
	background-position: right center;
}

.club a:hover{
	color: #900!important;
}

