@charset "UTF-8";
/*
* キャラクター
*/
@import "unit_tag.css";
@import "unit_common.css";
@import "unit_head.css";
@import "unit_foot.css";
@import "unit_textmenu.css";
@import "unit_menu.css";
@import "unit_layout_noside.css";
@import "unit_content.css";

/*
@import "unit_bottom.css";
@import "unit_side.css";
*/

/* サブメニューがあるなら 477px。なければ 512px */
#contentBox-main{
	height:				512px;
	background:			url("../img/special/banner/banner_bg.jpg") left top no-repeat;
}
#commentArea{
	overflow:			auto;
	height:				482px;
	width:				388px;
	padding-left:		60px;
	padding-right:		30px;
	padding-top:		30px;
}
#commentArea a{
	font-weight:		bold;
	color:				#eb11a1;
}
#commentArea a:hover{
	background-color:	#fff;
}
#commentArea .notice{
	text-indent:		-1em;
	margin-left:		1em;
	font-size:			90%;
}

h3{
	padding-bottom:		5px;
}
/*
.comment-value{
	width:				421px;
	padding-bottom:		20px;
}
*/
