@charset "utf-8";
/* CSS Document */

a { text-decoration: none; color: #424242; }
a:link { text-decoration: underline; color: #FF7386; }
a:visited {	text-decoration: underline; color: #FF7386; }
a:link:hover,
a:visited:hover { text-decoration: none; color: #FF7386; }
a {	outline-style:none; }

span.must { color: #DEBC40; }
li { list-style: none; }

.fl_lt { float: left; }
.fl_gt { float: right; }

div.entrance {
	width: 600px;
	margin: 50px auto 10px auto;
}

div.entrance ul.attention {
	font-size: 12px;
	line-height: 1.5em;
	margin: 40px 0px;
	padding: 20px 25px;
	border: 1px #ff7386 solid;
}

div.entrance ul.attention li {
	margin: 15px;
}

div.entrance ul.btn {
	margin: 25px auto;
	width: 320px;
}
div.entrance ul.btn li{
	display: inline;
}

div.entrance li a {
	display: block;
	width: 137px;
	height: 32px;
	text-align: center;
}

a.post {
	background: url(images/bt_bbs_post.gif) no-repeat center center;
}
a.read {
	background: url(images/bt_bbs_read.gif) no-repeat center center;
}
a.post:hover {
	background: url(images/bt_bbs_post_off.gif) no-repeat center center;
}
a.read:hover {
	background: url(images/bt_bbs_read_off.gif) no-repeat center center;
}
a span{
	display: none;
}

div.thanks div.read {
	width: 600px;
	margin: 80px auto 60px auto;
	color: #666;
	font-size: 22px;
	line-height: 1.8em;
	text-align: center;
}
div.thanks div.read span {
	font-size: 12px;
}

div#bbs_post {
	width: 600px;
	margin: 50px auto 10px auto;
}
div#bbs_post .content_head {
	padding-bottom: 10px;
	border-bottom: 1px #999 dotted;
}
div#bbs_post .content_foot {
	padding-top: 10px;
	border-top: 1px #999 dotted;
}


div#bbs_post p.read {
	color: #ff3366;
	font-size: 16px;
	line-height: 1.5em;
	width: 460px;
	float: left;
	padding-top: 5px;
}
div#bbs_post .content_head p.post_btn {
	width: 140px;
	float: right;
}
div#bbs_post .content_foot p.post_btn {
	width: 137px;
	margin: auto;
}
div#bbs_post p.post_btn a {
	display: block;
	width: 137px;
	height: 32px;
	text-align: center;
}

div.post_form {
	width: 500px;
	margin: auto;
	padding: 30px;
}

div.post_form .atention{
	width: 500px;
	margin: 0px auto 10px auto;
	color: #ff7386;
	text-align: center;
	font-size: 12px;
}

div.post_form input {
	border: 1px #F7B7BF solid;
}
div.post_form textarea {
	border: 1px #F7B7BF solid;
}

div.post_form table th{
	width: 150px;
	border-bottom: 1px #ff7386 dotted;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
	background: url(../images/box_grad_bg.gif) repeat-x top center;
}
div.post_form table td{
	width: 350px;
	border-bottom: 1px #ff7386 dotted;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
	background: url(../images/box_grad_bg.gif) repeat-x top center;
}


div#bbs_read {
	width: 780px;
	margin: 10px auto 10px auto;
}
div#bbs_read .content_head {
	padding-bottom: 3px;
	border-bottom: 1px #999 dotted;
}
div#bbs_read .content_foot {
	padding-top: 10px;
	border-top: 1px #999 dotted;
}


p.page_navi_top {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	width: 600px;
	font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro" ;
	font-weight: normal;
}
div#bbs_read .content_head p.page_navi_top {
	padding-top: 15px;
	float: left;
}
div#bbs_read .content_foot p.page_navi_top {
	padding-bottom: 25px;
	text-align: center;
	margin: auto;
}


div#bbs_read .content_head p.post_btn {
	width: 140px;
	float: right;
}
div#bbs_read .content_foot p.post_btn {
	width: 137px;
	margin: auto;
}
div#bbs_read p.post_btn a {
	display: block;
	width: 137px;
	height: 32px;
	text-align: center;
}

div#bbs_read .bbs_archives {
	padding: 20px 0px 0px 0px;
}

div#bbs_read div.entry {
	margin: 15px 0px;
	background: url(../images/box_grad_bg.gif) left 30px repeat-x;
}

div#bbs_read div.entry p.title {
	font-size: 14px;
	line-height: 1.2em;
	padding: 8px 10px;
	color: #ffffff;
	background-color: #FF7C8C;
	height: 14px;
}
div#bbs_read div.entry p.userData {
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px 10px;
	color: #666666;
	float: right;
	color: #DEBC40;
}
div#bbs_read div.entry p.comment {
	clear: both;
	font-size: 12px;
	line-height: 1.2em;
	padding: 10px 15px 15px 15px;
	color: #666666;
}
*html div#bbs_read div.entry p.comment {
	padding-top: 0px;
}



