/* CSS Document */

/*-----▼----------------*/
/*-----▲----------------*/
/* ===== ボタン ===== */
button{
	cursor:pointer;
	background-repeat:no-repeat;
	border:0;
	margin:0;
}

button.long_b{ /*-文字数が多い長いサイズボタン-*/
	width:125px;
	height:21px;
	font-size:12px;
	color:#335F19;
	padding:0 0 2px;
	background-image:url(../image/upbbs/upbbs_button.gif);
	background-position:-2px -47px;
	background-color:transparent;
}
/*-IE7、IE8対策-*/
*:first-child+html button.long_b{
	padding:2px 0 0;
}
head~/* */body button.long_b{
	padding:2px 0 0;
}
html:not(:target) button.long_b{
	padding:0 0 2px;
}

button:hover.long_b{
	background-position:-2px -70px;
	color:#D5620C;
}
button.normal_b,
div.normal_b button{ /*-普通サイズボタン-*/
	width:92px;
	height:22px;
	font-size:12px;
	color:#335F19;
	padding:0;
	background-image:url(../image/upbbs/upbbs_button.gif);
	background-position:-2px -1px;
	background-color:transparent;
}
/*-IE7、IE8対策-*/
*:first-child+html button.normal_b,
*:first-child+html div.normal_b button{
	padding:2px 0 0;
}
head~/* */body button.normal_b,
head~/* */body div.normal_b button{
	padding:2px 0 0;
}
html:not(:target) button.normal_b,
html:not(:target) div.normal_b button{
	padding:0 0 2px;
}

button:hover.normal_b,
div.normal_b button:hover{
	background-position:-2px -24px;
	color:#D5620C;
}

button.del_b{ /*-削除用ボタン-*/
	width:60px;
	height:17px;
	font-size:11px;
	color:#88c553;
	padding:0;
	background-image:url(../image/upbbs/upbbs_button.gif);
	background-position:-94px -1px;
	background-color:transparent;
}
button:hover.del_b{
	background-position:-94px -20px;
	color:#b3b3b3;
}

button.alert_b{ /*-違反報告ボタン-*/
	width:23px;
	height:19px;
	font-size:11px;
	color:#88c553;
	padding:0;
	background-image:url(../image/upbbs/upbbs_button.gif);
	background-position:-130px -47px;
	background-color:transparent;
	text-indent:-2000px;
	overflow:hidden;
}
button:hover.alert_b{
	background-position:-130px -70px;
	color:#b3b3b3;
}


/* ===== ボタン ===== */

.bbs_area{
	width:856px;
	height:100%;
	background:url(../image/upbbs/container_upbbs_bg.png) top left no-repeat;
	background-color:#fbfcf4;
	min-height:600px;
	padding:26px 0 0 0;
	height: auto !important;
	height: 100%;
}
.bbs_area_single{
	width:856px;
	height:100%;
	background:url(../image/upbbs/container_single_bg.png) top left no-repeat;
	min-height:600px;
	padding:26px 0 0 0;
	height: auto !important;
	height: 100%;
}
.upbbs_in{
	float:left;
	width: 614px;
	background:#FFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:6px 6px 20px;
	margin:0px 2px 6px 5px;
}

.sub_menu_upbbs{/*-サイドメニュー-*/
	float:right;
	width: 212px;
	margin:62px 6px 0 0;
	background:#a4d74e;
	height:100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #8fd044;
}
.sub_menu_upbbs button.long_b{
	margin:6px 0 0 45px;
}
.sub_menu_upbbsin{
	width: 206px;
	margin:3px 0 20px 2px;
	padding-top:14px;
	overflow:hidden;
	background:#fff;
	height:100%;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border:1px solid #ccc;
	font-size:11px;
}
.sub_menu_upbbsin h3{
	background:url(../image/upbbs/upbbs_submenu_h3.gif) 0% 0% no-repeat;
	width:204px;
	height:16px;
	padding-top:3px;
	padding-left:26px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.sub_menu_upbbsin ul{
	width:193px;
	height:100%;
	margin-left:8px;
	overflow:hidden;
}
.sub_menu_upbbsin li{
	margin:0;
	padding:4px 0 2px 1.4em;
	display:block;
	background-image: url(../image/upbbs/upbbs_menu_star.gif);
	background-position:0% 4px;
	background-repeat:no-repeat;
	border-top:1px solid #f0f0f0;
	margin-top:-1px;
	list-style:none;
}
.sub_menu_upbbsin li a{
	display:block;
	padding:0 0 0;
	color:#1d5494;
	letter-spacing:0;
}
.sub_menu_upbbsin li a:hover{
	text-decoration:underline;
}
/*-現在見てるスレ-*/
.sub_menu_upbbsin li.select{
	background-image: url(../image/upbbs/upbbs_menu_staron.gif);
	color:#b17244;
}
.sub_menu_upbbsin li.select a{
	background: url(../image/upbbs/upbbs_menu_sel.gif) repeat-y left top;
	color:#b17244;
}


.new_icon{/*-新規トピックアイコン-*/
	position:absolute;
	width:24px;
	height:19px;
	left:668px;
	margin-top:-10px;
}

p.balloon_disclaimer{/*-注意書き-*/
	position:relative;
	text-align:right;
	margin:0;
}
p.balloon_disclaimer img{
	position:absolute;
	display:block;
	top:-65px;
	right:0;
}
/*--掲示板レス--*/
.upbbs_in h1{
	font-size:124%;
	font-weight:bold;
	letter-spacing:0.1em;
	border-left:5px solid #70ab25;
	border-bottom:1px solid #e5e5e5;
	margin:-6px -6px 10px -6px;
	padding:6px 5px 6px 13px;
	color:#757575;
	background:url("../image/upbbs/upbbs_bg.gif")  top left repeat;
}

div.upbbs_bg{
}

.res{
	margin:3px 0 3px 0;
	padding:10px 4px 10px 0;
	clear:both;
	background:url("../image/upbbs/upbbs_resbg.png")  top left repeat-x;
	/*-border-left:5px solid #70ab25;-*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#70ab25;
}
.prof{
/*-float:left;-*/
	width:96px;
	position:absolute;
	left:68px;
}
.prof_imagebase{
	width:76px;
	height:66px;
	padding-top:5px;
	padding-left:10px;
	background:url("../image/upbbs/prof_bg.gif") top left no-repeat;
}

.prof_imagebase img{
	width:56px;
	height:56px;
}
.prof button.del_b{
	margin-left:7px;
}


.balloon_tip{/*-吹き出し先-*/
	background:url(../image/upbbs/balloon_tip.gif) bottom left no-repeat;
	width:28px;
	height:65px;
	position:absolute;
	left:125px;
	display:inline-block;
}
.balloon{/*-吹き出し-*/
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#FEFEFB;
	padding:8px 10px 10px;
	max-width:580px;
	color:#294C29;
	letter-spacing:0.1em;
	line-height:1.5em;
	display:inline-block;
	margin-left:95px;
	border:#c6e396 2px solid;
	font-size:93%;
/*-min-height(IE対策)-*/
	min-height:60px;
	height:auto !important;
	height:60px;
}

.balloon blockquote{
	margin:5px;
	padding:5px 10px;;
	color:#939188;
	background-color:#f9f6e8;
	background:url(../image/upbbs/upbbs_bqbg.gif) bottom left repeat;
}
.up_user{
	margin-bottom:8px;
	margin-top:-2px;
	border-bottom:1px solid #dfeecb;
}
.up_user_name{
	font-size:12px;
	font-weight:bold;
	color:#dd5d14;
	float:left;
}
.up_time{
	font-size:10px;
	color:#c29277;
	float:right;
	margin-left:1em;
}
.up_number{
	color:#b1b1b1;
}

.balloon p{
	color:#8a4b26;
}



.upimage{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	padding:4px;
	border:1px solid #CCC;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFF;
}
.upimage img{
}
.upimage p.imgsize{
	position:relative;
	text-align:right;
	margin:0;
}
.upimage p.imgsize span{
	color:#FFF;
	font-size:85%;
	position:absolute;
	display:block;
	top:-16px;
	right:0;
	padding:0 5px;
	margin:0;
	background-color:#888781;
	height:16px;
	overflow:hidden;
	background:url(../image/upbbs/imgsize.png) bottom left repeat;
	letter-spacing:1px;
}


.upbbs_input{/*-フォーム-*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:544px;
	background:#e2f3ca;
	background:url(../image/upbbs/upbbs_formbg.gif) bottom left;
	margin:15px 0 10px 70px;
	padding:0 0 10px;
}
.upbbs_input form{
	margin:0 0 10px 15px;
	width:508px;
	}
.upbbs_input p{
	color:#628930;
	font-size:11px;
	letter-spacing:-1px;
	margin-top:-14px;
	padding-left:66px;
}
.upbbs_input .user_data{
	margin-left:10px;
	}
.upbbs_input .user_data span{
	color:#70ab25;
	font-weight:bold;
	}
.upbbs_input .user_data img{
	width:50px;
	height:50px;
	margin-top:-10px;
	vertical-align:-20px;
	}
.upbbs_input form textarea{
	border:2px solid #aecd85;
	margin:2px;
	padding:4px;
	width:498px;
	height:60px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#777;
	}
.upbbs_input input{
	border:2px solid #aecd85;
	margin:0 2px 2px;
	padding:4px;
	width:498px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#777;
}
.upbbs_input input.url{
	background:#FFF;
	display:inline;
	width:260px;
	overflow:hidden;
	margin:3px 0 0 2px;
	float:left;
}
.upbbs_input button.long_b{
	margin:3px 0 0 0;
	float:right;
}
/*-ページ移動ナビ-*/
.upbbs_page_navi{
	margin:5px 0 0;
	float:right;
	font-size:11px;
}
.upbbs_page_navi ul{
	text-align:center;
	list-style:none;
	overflow:hidden;
	float:left;
	width:auto;
	margin:0 5px 0 15px;
	padding:0 1em 0 2em;
	border-top:1px solid #C2D1B4;
	border-bottom:1px solid #C2D1B4;
}
.upbbs_page_navi li{
	float:left;
	border-left:1px solid #C2D1B4;
	border-right:1px solid #C2D1B4;
	padding:3px 0 0 1px;
	margin:0 2px 0 0;
}
.upbbs_page_navi li a{
	padding:3px 0.5em 0;
	color:#335F19;
	background-color:#F4FAE6;
}
.upbbs_page_navi li a:hover{
	text-decoration:none;
	color:#0C6DB7;
	background-color:#98E3EA;
}
.upbbs_page_navi li.upbbs_current_page{
	background-color:#ddef79;
	color:#74932a;
	padding:3px 8px 0;
}
.upbbs_page_navi li.upbbs_next a,
.upbbs_page_navi li.upbbs_last a{
	background-image:url(../image/upbbs/page_navi_icon.gif);
	background-position:right -110px;
	background-repeat:no-repeat;
	padding:3px 1em 0 0.2em;
}
.upbbs_page_navi li.upbbs_last a{
	background-position:right -38px;
	padding:3px 1.1em 0 0.2em;
}
.upbbs_page_navi li.upbbs_next a:hover{
	background-position:right -128px;
}
.upbbs_page_navi li.upbbs_last a:hover{
	background-position:right -56px;
}
.upbbs_page_navi li.upbbs_previous a,
.upbbs_page_navi li.upbbs_first a{
	background-image:url(../image/upbbs/page_navi_icon.gif);
	background-position:left -74px;
	background-repeat:no-repeat;
	padding:3px 0.2em 0 1.1em;
}
.upbbs_page_navi li.upbbs_first a{
	background-position:left -2px;
	padding:3px 0.1em 0 1.3em;
}
.upbbs_page_navi li.upbbs_previous  a:hover{
	background-position:left -92px;
}
.upbbs_page_navi li.upbbs_first a:hover{
	background-position:left -20px;
}


/*-ページ移動ナビ-*/
/*-新規トピック作成-*/
.new_topic{
	position:absolute;
	display:block;
	background:url(../image/upbbs/new_topic.png) top left no-repeat;
	background-color:transparent;
	width:544px;
	height:240px;
	z-index:100;
}
.new_topic_in{
	margin-top:14px;
}
.new_topic_in form{
	margin:0 0 10px 15px;
	width:508px;
	}
.new_topic_in p{
	color:#075b6f;
	font-size:11px;
	letter-spacing:-1px;
	margin-top:-5px;
	padding-left:66px;
}
.new_topic .user_data{
	margin-left:10px;
	}
.new_topic .user_data span{
	color:#FFF;
	}
.new_topic .user_data img{
	width:50px;
	height:50px;
	margin-bottom:-8px;
	vertical-align:-10px;
	}
.new_topic_in form textarea{
	border:2px solid #54a5b2;
	margin:2px;
	padding:4px;
	width:498px;
	height:60px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#666;
	}
.new_topic_in select{
	border:2px solid #54a5b2;
	margin:2px 300px 2px 2px;
	width:200px;
	overflow:hidden;
	color:#666;
}
.new_topic_in input{
	border:2px solid #54a5b2;
	margin:0 2px 2px;
	padding:4px;
	width:498px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#666;
}
.new_topic_in input.url{
	background:#FFF;
	display:inline;
	width:260px;
	overflow:hidden;
	margin:3px 0 0 2px;
	float:left;
}

.new_topic_in button.normal_b{
	margin:3px 5px 0 0;
	color:#19545f;
	float:right;
}
.new_topic_in button.normal_b:hover{
	color:#d5620c;
}

/*-未ログイン時画面-*/
.message_bg{
	margin:8px 0 3px 26px;
	padding:0;
	width:800px;
	height:300px;
	clear:both;
	background:url("../image/upbbs/upbbs_infobg.png")  top left repeat-x;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#70ab25;
}
.message_bg h3{
	color:#FFFFFF;
	margin:2px 0 0 12px;
	font-size:108%;
	letter-spacing:0.1em;
}
.chara{
	width:96px;
	position:absolute;
	left:78px;
}
.chara_imagebase{
	width:146px;
	height:153px;
	padding-bottom:6px;
	padding-left:10px;
	margin:10px;
	background:url("../image/upbbs/chara_bg.gif") bottom left no-repeat;
}

.message_balloon{
	width:490px;
	height:158px;
	margin-left:165px;
	margin-top:18px;
	padding-left:40px;
	padding-top:10px;
	background:url("../image/upbbs/message_balloon.gif") top left no-repeat;
}
.message_balloon p{
	width:440px;
	height:80px;
	padding-left:65px;
	padding-top:3px;
	line-height:1.8em;
	background:url("../image/upbbs/alert_pic.gif") 8px 6px no-repeat;
	color:#8a4b26;
}
.message_balloon a{
	width:104px;
	height:29px;
	background:url("../image/upbbs/message_balloon_button.gif") top left no-repeat;
	color:#70ac3c;
	overflow:hidden;
	display:block;
	margin-left:300px;
	padding-top:10px;
	padding-left:27px;
}
.message_balloon a:hover{
	background:url("../image/upbbs/message_balloon_button.gif") bottom left no-repeat;
	color:#d5620c;
	text-decoration:none;
}
