@charset "UTF-8";
/* CSS Document */
#contents_box{
	width:900px;
	margin: 150px 0 0 0;
}
#title_img{
	margin-bottom:47px;
}
#contents_box h3{
	color:#333; 
	font-size:20px;	
	float:left;
}
#left_box { 
	float : left ; 
	width : 280px ;
	font-size:12px;
	line-height:200%;
    color:#333; 
}
#right_box {
	float : left ; 
	width : 620px ;
}
#contents_box p{
	text-align:center;
}
#contents_box li{
	font-size:12px;
	line-height:200%;
    color:#333;
}
#c_list {
	border-bottom:dotted 1px #666 ;
	margin-bottom:40px
}
#c_list:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html #c_list {
	display:inline-block;
}
#c_list_last:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html #c_list_last {
	display:inline-block;
}
#b_link{
	font-size:12px;
	color:#333;
	margin:8px 0px 20px 0px;
}
#b_link:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html #b_link {
	display:inline-block;
}
#list_img {
	float:left;
	width : 190px ;
	margin-bottom: 40px;
}
#txt_box {
	float:right;
	width : 430px ;
	margin-bottom: 40px;
}
#c_list_last {
	border-bottom:dotted 1px #666 ;
}
#top_btn{
	font-size:12px;
	margin: 15px 0px 40px 0px;
	float:right;
	color:#333;
}
a:link{
	color:black;
}
a:visited{
	color:gray;
}
a:hover{
	color:red;
}