@charset "UTF-8";

@import "../css/import.css";

/* index */

#bbs{margin-bottom: 30px;}

#bbs h2{
	clear: both;
	height: 100px;
	background-color: transparent;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
}

.bbs_howto{
	margin-right: auto;
	margin-left: auto;
}

.bbs_howto p{
	margin-top: 15px;
}

.bbs_howto div{
	float: left;
	margin-left: 15px;
}

.bbs_list li{
	clear: both;
	margin-bottom: 25px;
}

.b_img{
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	height:75px;
	padding: 3px;
}


.b_com{
	background-image: url(img/b_com_bg.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 630px;
	float: left;
	padding: 10px;
}

.b_com h3{height: 45px;}

.b_com p span{color: #4F9607;}

.b_cyara{
	float: left;
	width: 180px;
}

.b_cyara img{
	margin-right: 10px;
	margin-left: 10px;
}


/* ---------------------------------------- detail */

#bbs_detail{
	background-color: #DBEDCC;
	width: 100%;
}

#bbs_detail_in{
	background-color: #FFFFFF;
	width: 705px;
	border: 1px solid #CCCCCC;
	min-height:320px;
	height: auto !important;
	height: 320px;	
	float: left;
	background-image: url(img/nagomi01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 40px 0px 40px 40px;
	padding: 10px 15px 30px 15px;
}

#bbs_detail_in h3{
	background-image: url(img/h3_detail.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: #46360D;
	border-bottom: 5px solid #FEDEDB;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 1px 0px 10px 50px;
}

#bbs_detail_in p span{
	color: #4F9609;
}

.detail_img{
	float: left;
	width: 228px;
	background-image: url(img/frame.gif);
	background-repeat: no-repeat;
	padding: 16px;
	height: 170px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.detail_com{
	margin-top: 20px;
	margin-right: 5px;
	float: right;
	width: 415px;
}

.detail_cyara{
	width: 142px;
	float: left;
	margin-top: 40px;
	margin-left: -1px;
}


.bt_area{
	text-align: right;
}

.bt_area img{
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 3px;
}

.bt_area span{
	display: block;
	float: left;
}

/* ---------------------------------------- bbs_form */

#bbs_form{
	background-color: #DBEDCC;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bbs_form table{
	background-color: #ABD588;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

#bbs_form table th{
	background-image: url(img/form_th.gif);
	background-repeat: no-repeat;
	width: 140px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	background-position: 15px 15px;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#bbs_form table td{
	padding: 10px;
}

#bbs_form table td p{
	background-color: #FFFFFF;
	padding: 10px;
}

table .table_cyara{
	width: 490px!important;
	background-color: #FFFFFF;
	padding: 0px!important;
	margin-top: 0px;
	margin-right: 0px!important;
	margin-bottom: 0px;
	margin-left: 0px!important;
}


.table_cyara td{
	width: 70px!important;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 6px!important;
	padding-left: 6px!important;
	vertical-align: top;
}


.f_title{
	width: 570px;
	padding: 5px;
	border: 1px solid #999999;
}

.c_text{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.c_text li{
	list-style-position: inside;
	list-style-type: square;
}

.bt_form{
	border-top: 7px solid #ABD588;
	text-align: center;
	margin-top: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

.bt_form img{
	margin-right: 5px;
	margin-left: 5px;
}

/* ---------------------------------------- bbs_thank */


#bbs_thank{
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

#bbs_thank h3{}

#bbs_thank p{
	margin: 20px;
}

#bbs_thank .bt_area{
	text-align: center!important;
}

/* ---------------------------------------- list */

.kuchikomi_list{
	border: 1px none #FF9999;
	padding: 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3333;
	background-color: #FFECE9;
}

.bbs_list_bt{
	text-align: right;
	margin-top: 8px;
	margin-bottom: -12px;
}

.bbs_list_bt img{}

.btKuchi{
	width: 185px!important;
	float: right;
}

.btKuchi img{
	margin-bottom: 8px;
}

