
/****** member ******/

#set_body .member{
	float:left;
	margin-left:25px;
	width:198px;
	border-right:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}


#set_body .member dl{
	border-bottom:1px solid #d4d4d4;
	padding:10px;
	overflow:hidden;
}

#set_body .member dt{
	float:left;
	clear:both;
	width:150px;
	font-size:95%;
}

#set_body .member dd{
	color:#e6001b;
	margin-left:150px;
}

#set_body .center{
	float:left;
	width:520px;
	margin-left:25px;
}


/****** about_hccc ******/

#set_body .about_hccc{
	border:1px solid #b0d5e9;
	background-image:url(../img/about_hccc.jpg);
	background-repeat:no-repeat;
	padding:70px 20px 20px 20px;
	margin-bottom:30px;
}
	

#set_body .about_hccc p{
	padding-bottom:10px;
}

#set_body .about_hccc img{
	float:left;
}
#set_body .about_hccc h2{
	border-bottom:1px solid #000;
	color:#000;
	margin-bottom:10px;
}

#set_body .about_hccc ul{
	margin-left:80px;
	padding-top:5px;
}

#set_body .about_hccc li{
	background-image:url(../img/top_icon_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

#set_body .about_hccc li.mini{
	background-image:none;
	font-size:75%;
}



/****** greeting ******/

#set_body .greeting h2,
#set_body .news h2{
	background-image:url(../img/top_h2_bg.jpg);
	background-repeat:repeat-x;
	padding:5px 0 3px 15px;
	color:#000;
	margin:0 0 20px 0;
	border-bottom:2px solid #000;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;	
}

#set_body .greeting img{
	margin:0 0 10px 15px;
}
#set_body .greeting em{
	font-size:200%;
	font-weight:600;
	color:#000;
}
#set_body .greeting strong{
	color:#e6001b;
	display:block;
	padding:20px 0 10px 0;
}

#set_body .greeting .point{
	float:left;
	margin-top:10px;
}

#set_body .greeting li{
	list-style-type:disc;
	list-style:inside;
	font-size:75%;
}

#set_body .greeting dl{
	border-bottom:1px dotted #CCC;
	padding:3px 0;
}

#set_body .greeting dt{
	width:140px;
	float:left;
}

#set_body .greeting dd{
	margin-left:140px;
}


/****** news ******/

#set_body .news{
	margin-bottom:30px;
}


#set_body .news dl{
	border-bottom:1px dotted #CCC;
	padding:3px 0;
}

#set_body .news dt{
	width:100px;
	float:left;
}

#set_body .news dd{
	margin-left:100px;
}

