h1{
}
.bbs_new{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bbs_new:hover{
}
.bbs_new a{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	color: #FFFFFF;
	background-color: #800000;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.bbs_new a:hover{
	text-decoration: none;
	background-color: #cd5c5c;
}
.list_info{
	margin-top: 30px;
	margin-bottom: 30px;
}
.list_category{
	margin-top: 10px;
	margin-bottom: 20px;
}

.list_answer_change{
}
.list_frame{
	background-color: #FFFFFF;
}
.list_num{
	padding: 10px;
	font-size: 12px;
	text-align: right;
}
.bbs_icon{
	color: #CC0000;
	margin-right: 5px;
}

.bbs_list{
	width: 100%;
	font-size: 12px;
}
.bbs_list_title td{
	font-weight: bold;
	padding: 10px;
}
.bbs_list_line td{
	padding: 10px;
	border-bottom-style: none;
	border-top-style: dashed;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.bbs_list_line:hover{
	background-color: #F6F6F6;
}
.bbs_list_line{

}
.bbs_list a{
	font-size: 16px;
	color: #006699;
}
.bbs_list a:hover{
	text-decoration: underline;
}
.bbs_list_category{
	padding: 10px;
	background-color: #FFFFFF;
	border: 10px solid #87ceeb;
	margin-bottom: 20px;
}
.bbs_list_category li{
	display:inline;
}
.bbs_list_category a{
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.bbs_list_category a:hover{
	text-decoration: none;
	background-color: #fffacd;
}
.bbs_list_category a.act{
	background-color: #fffacd;
}
.bbs_frame{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 20px;
}
.bbs_frame h2{
	font-size: 22px;
	font-weight: bold;
}
.bbs_frame_info{
	margin-bottom: 20px;
}
.bbs_frame_info a{
	color: #999999;
}
.bbs_frame_info ul{
}
.bbs_frame_info li{
	display:inline;
	margin-right: 10px;
	color: #999999;
}
.bbs_frame_report a{
	color: #999999;
	font-size: 12px;
}
.bbs_comment{
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	background-color: #800000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 100%;
	color: #FFFFFF;
}
.bbs_comment:hover{
	background-color: #cd5c5c;
	text-decoration: none;
	cursor:pointer;
}
.bbs_comment a{
	color: #FFFFFF;
	display: block;
}
.bbs_comment a:hover{
	text-decoration: none;
}
.bbs_text{
	font-size: 110%;
	line-height: 1.7em;
}
.bbs_no{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.reply{
	background-color: #F6F6F6;
	padding: 20px;
	display:none;
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.reply textarea{
	padding: 10px;
	width: 95%;
	border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	height: 50px;
}

.bbs_reply_info{
	font-size: 12px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bbs_reply{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-align: right;
}
.bbs_reply:hover{
	text-decoration: underline;
	cursor:pointer;
}
.bbs_reply_box{
	background-color: #F6F6F6;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.bbs_reply_text{
	font-size: 110%;
	line-height: 1.7em;
}
.bbs_reply_form_input{
	padding: 5px;
	width: 200px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px solid #999999;
}

.bbs_comment_form{
	display:none;
	padding: 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #800000;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bbs_comment_form a{
	color: #FFFFFF;
}
.bbs_comment_form_title{
	margin-bottom: 10px;
	font-size: 18px;
}
.bbs_comment_info{
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.bbs_comment_form_input{
	padding: 5px;
	width: 200px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bbs_comment_form textarea{
	padding: 10px;
	width: 95%;
	border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	height: 80px;
}
.bbs_comment_form_submit{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contents_bbs{
	background-color: #FFFFFF;
	margin-bottom: 30px;
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
	padding: 50px;
}
.bbs_box{
	overflow:hidden;
	margin-bottom: 30px;
}
.bbs_box p{
	font-size: 12px;
}
.bbs_input{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
	width: 90%;
	font-size: 20px;
	border: 1px solid #CCCCCC;
}
.bbs_title{
	font-size: 18px;
}
.bbs_input_text{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
	width: 90%;
	font-size: 18px;
	height: 200px;
	border: 1px solid #CCCCCC;
}
.bbs_selet{
	float: left;
	width: 200px;
}
.bbs_select select{
	width: 200px;
	float: left;
}
.bbs_info_title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bbs_info{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	font-size: 12px;
}
.bbs_info li{
	display:inline;
	margin-right: 10px;
}
.bbs_info a{
	color: #0099CC;
	text-decoration: underline;
}
.bbs_info a:hover{
	text-decoration: none;
}
.bbs_submit{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bbs_submit input{
}
.bbs_confirm{
	width: 100%;
}
.bbs_confirm table{
}
.bbs_confirm th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
}
.bbs_confirm td{
	padding: 10px;
}
.bbs_category_frame{
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.bbs_category_box{
	float: left;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 20px;
	height: 150px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
.bbs_category_title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.bbs_category_num{
	font-weight: normal;
	font-size: 12px;
}
.bbs_category_link{
}
.bbs_category_link li{
	display:inline;
	margin-right: 5px;
}
.bbs_category_link a{
	font-size: 12px;
}
.bbs_complete{
	text-align: center;
}
