@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-style: normal;
	font-weight: normal;
}
img{
	border:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:#FFFFFF;
	color:#454545;
}

#contents{
	background:url(../../common/images/comment/bg-contents.gif);
}

#container{
	background:url(../../common/images/comment/bg-container.gif) repeat-x top;
}

#container-inner{
	width:430px;
	margin:0 auto;
	background:url(../../common/images/comment/bg-container-inner.gif) repeat-y;
}

#header{
	width:430px;
	height:71px;
	background:url(../../common/images/comment/bg-header.gif) no-repeat;
}
#header h1{
	float:left;
	width:8em;
	text-indent:-9999px;
	overflow:hidden;
}
.closewin{
	float:right;
	cursor:pointer;
	cursor:hand;/*for IE*/
}

#wrap{
	background:url(../../common/images/comment/bg-wrap.gif) no-repeat top;
}

#wrap-inner{
	background:url(../../common/images/comment/bg-wrap-inner.gif) no-repeat bottom;
}

.comments-open{
	width:390px;
	padding:17px 20px 21px 20px;
}

.input-on{
	width:280px;
	_width:278px;/*for IE6*/
	margin-bottom:23px;
	padding:5px;
	border:1px solid #98a37d;
	color:#454545;
}
.textarea-on{
	width:370px;
	_width:368px;/*for IE6*/
	height:198px;
	margin-bottom:8px;
	padding:10px;
	border:1px solid #98a37d;
	color:#454545;
}

#comments-open-footer{
}
#comments-open-footer ul{
	list-style: none;
	margin:0;
	padding:0;
	text-align:center;
	min-width:370px;
}
#comments-open-footer ul li{
	margin:0;
	padding:0;
	display:inline;
}
#comments-open-footer ul li a{
	cursor:pointer;
	cursor:hand;/*for IE*/
}

#nickname{
	margin-bottom:29px;
}
#nickname h2{
	margin-bottom:10px;
}
#comment{
	margin-bottom:72px;
}
#comment h2{
	margin-bottom:17px;
}
#comment-end{
	margin-bottom:22px;
}
#comment-end h2{
	margin-bottom:17px;
}
#nickname p,
#comment p,
#comment-end p{
	width:364px;
	margin:0 13px;
}


#send-text{
	width:338px;
	margin:0 13px 9px 13px;
	color:#ec6706;
}
.send-bold{
	font-weight:bold;
	line-height:20px;
}
.send-mini{
	font-weight:normal;
	font-size:10px;
	line-height:14px;
}

#footer{
	width:430px;
	margin:0 auto;
}
