@charset "utf-8";
/* link/index.css */

#comment_1{
	padding:20px;
}

#comment_wrapper{
	background:url(img/comment_bg.jpg) no-repeat;
	width:560px;
}
#comment_2{
	background:url(img/comment_bg_btm.jpg) no-repeat bottom;
	width:530px;
	padding:15px;
}
#comment_title{
	font-weight:bold;
	color:#588831;
}

h3{
	margin:20px 0 0 0;
}

.link_title{
	list-style-type:disc;
	display:block;
	width:574px;
	height:30px;
	background:#EFEFEF;
	padding:0 0 0 10px;
	margin:20px 0 0 0;
}
.link_title span{
	padding:0 0 0 40px;
	line-height:30px;
}
.link_title a{
	padding:0 0 0 10px;
	line-height:30px;
}
.link_comment{
	padding:10px 20px;
}


