@charset 'utf-8';

body {
	text-align: left;
	background-color: #AEB5B5;
}
#header{width: 300px; text-align: left;}
#main{
	width: 300px;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	background-image: url(http://www.cla-kyusyu.jp/images/comments/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
margin-bottom: 0px;
}
.inner {
	margin: 0px;
	padding: 10px;
}
#mainheader{
	background-image: url(http://www.cla-kyusyu.jp/images/comments/main_cap.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#mainheader h1{
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin: 0px;
}
#main h2{
	margin-bottom: 5px;
}
#main input, #main textarea{
	margin-bottom: 5px;
	padding: 0px;
	color: #000000;
	font-size: 10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 15px;
}

#comments-open p{
	clear: both;
	margin-bottom: 3px;
}
#comment-url, #comment-email, #comment-author{
	width: 230px;
	float: right;
}
#comment-text{
	width: 276px;
}

#comments-open label.ctitle{width: 40px;
	display: block;
	float: left;}
#comments-open-footer, .comment-footer{
	text-align: right;
}
#comments-open-footer input.submit{
	width: 60px;
	margin-left: 10px;
}
.comments-open-moderated{
	color: #999999;
}