@charset "utf-8";


.box-side{
	background:url(../img/base/side_mid.gif) left top repeat-y;
	margin-bottom:10px;
}
.box-side .boxtop,.box-side .boxbottom{
	font-size:1px;
	height:10px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.box-side .boxtop{
	background-image:url(../img/base/side_top.gif);
}
.box-side .boxbottom{
	background-image:url(../img/base/side_bottom.gif);
}
.box-side .boxmid{
	padding:0 15px;
}
.box-side h2.box-title{
	background:url(../img/base/side_top_title.gif) left top no-repeat;
	height:30px;
	width:300px;
	font-size:16px;
	padding:5px 0 0 5px;
}
.box-side ul{
	list-style:none;
	margin-top:5px;
}
.box-side ul li{
	padding:3px 0;
}
#box-post{
	background:url(../img/base/side_mid.gif) left top repeat-y;
	margin-bottom:10px;
}
#box-post h2{
	font-size:14px;
	text-indent:-9999px;
	height:30px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/post_top.gif);
}
#box-post .boxbottom{
	font-size:1px;
	height:10px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/side_bottom.gif);
}
#box-post .boxmid{
	padding:10px 15px 0 15px;
}
#box-post ul{
	list-style:none;
	margin-top:5px;
}
#box-post ul li{
	padding:3px 0;
}
#box-post ul li a{
	font-size:16px;
	padding-left:25px;
	height:20px;
	display:block;
}
#box-post .icon_post{
	background:url(../img/base/icon_recipeadd.gif) left top no-repeat;
}
#box-post .icon_anonymous{
	background:url(../img/base/icon_anonymous.gif) left top no-repeat;
}
#box-post .icon_comment{
	background:url(../img/base/icon_commentadd.gif) left top no-repeat;
}
#box-post .icon_request{
	background:url(../img/base/icon_request.gif) left top no-repeat;
}
#box-enquete{
	background:url(../img/base/side_mid.gif) left top repeat-y;
	margin-bottom:10px;
}
#box-enquete h2{
	font-size:14px;
	text-indent:-9999px;
	height:30px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/enquete_top.gif);
}
#box-enquete .boxbottom{
	font-size:1px;
	height:10px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/side_bottom.gif);
}
#box-enquete .boxmid{
	padding:10px 15px 0 15px;
}
#box-enquete .question{
	padding:5px 0 0 25px;
	background:#FFF url(../img/base/enquete_bg1.gif) left top no-repeat;
}
#box-enquete .answer{
	list-style:none;
	margin-top:10px;
	padding:5px 0 0 25px;
	background:#FFF url(../img/base/enquete_bg2.gif) left top no-repeat;
}
#box-enquete .answer li{
	display:block;
	padding-left:20px;
	background:#FFF url(../img/base/enquete_check.gif) left top no-repeat;
	height:16px;
	margin-bottom:5px;
}
#box-enquete .answer li.sel{
	background-position:left -16px;
}
#box-enquete .answer li.nosel{
	background-position:left top;
}
#box-enquete .answer li.hover{
	background-position:left -32px;
}
#box-enquete .answer li.sel.hover{
	background-position:left -16px;
}
#box-enquete .sendme{
	text-align:center;
	margin:20px 0 0 0;
}
#box-recommend{
	background:url(../img/base/side_mid.gif) left top repeat-y;
	margin-bottom:10px;
}
#box-recommend h2{
	font-size:14px;
	text-indent:-9999px;
	height:30px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/recommend_top.gif);
}
#box-recommend .boxbottom{
	font-size:1px;
	height:10px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/side_bottom.gif);
}
#box-recommend .boxmid{
	padding:10px 15px 0 15px;
}
#box-recommend ul{
	list-style:none;
	margin-bottom:10px;
}
#box-ad{
	background:url(../img/base/side_mid.gif) left top repeat-y;
	margin-bottom:10px;
}
#box-ad .boxtop{
	font-size:1px;
	text-indent:-9999px;
	height:20px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/ad_top.gif);
}
#box-ad .boxbottom{
	font-size:1px;
	height:10px;
	width:300px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image:url(../img/base/side_bottom.gif);
}
#box-ad .boxmid{
	padding:0 10px;
}
#box-ad p{
}
#box-ad ul{
	list-style:none;
}
#box-ad a{
	margin-top:10px;
	display:block;
}

.boxmid input.textfield, .boxmid textarea.textarea {
	background:url("../img/base/input_back.png") no-repeat scroll 0 0 transparent;
	border-color:#999999 #E0E0E0 #E0E0E0 #999999;
	border-style:solid;
	border-width:1px;
	padding:4px;
	line-height:1.3em;
}
#request-box h3{
	font-size:16px;
	font-weight:normal;
	padding-left:25px;
	background:url(../img/base/icon_request.gif) left top no-repeat;
	padding-bottom:5px;
}
#request-box #req{
	width:260px;
	height:5em;
}
#request-box p{
	text-align:center;
	margin:10px 0;
}
#request-box{
	display:none;
}
#request-error{
	color:#FF0000;
}
#request-msg{
	height:110px;
	padding:5px;
	display:none;
	border:1px solid #f4d967;
}
.bannerr{
	padding:0;
	margin-bottom:10px;
}
.bannerr p{
	padding:2px 10px;
	font-size:12px;
	color:#999;
}