#container {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
#bbs {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	min-height: 600px;
	*height: 600px;
}
#bbs h3 {
	margin: 0;
	padding: 0;

	padding-top: 20px;
	display: none;
}

#bbs .form {
	margin-top: 20px;
}

#bbs .form h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #ff488d;
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: 1px solid #ff488d;
}

#bbs .form form {
	display: inline;
}

#bbs .form input.input, #bbs .form textarea, #bbs .form select {
	font-size: 9pt;
}
#bbs .form input.input {
	width: 230px;
	vertical-align: middle;
	padding-top: 3px;
}
#bbs .form textarea {
	width: 300px;
}

#bbs .form input.btn {
	padding: 3px;
	width: 80px;
}

#bbs div.error {
	font-weight: bold;
	background-color: #f0ffe6;
	border: 1px solid #646464;
	padding: 10px;
	color: #ff488d;
	text-align: center;
}


#bbs .form .error {
	margin-bottom: 10px;
}

#bbs .form p {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	padding-left: 5px;
}

#bbs dl.bbs_contents {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bbs dl.bbs_contents dt {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	border-bottom: 1px solid #ff488d;
	color: #ff488d;
	padding: 5px;
	padding-top: 5px;
	font-weight: bold;
}

#bbs dl.bbs_contents dd {
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 11pt;
}

#bbs dl.bbs_contents .name {
	color: #1eca00;
}
#bbs dl.bbs_contents .date {
	font-size: 8pt;
	padding-left: 10px;
}

#bbs dl.bbs_contents .continue {
	font-size: 10pt;
	margin-top: 15px;
}

#bbs dl.bbs_contents .message_body {
	margin-top: 10px;
	word-break: break-all;
}
#bbs dl.bbs_contents .message_body a {
	font-size: 8pt;
}
#bbs dl.bbs_contents .continue_body {
	margin-top: 10px;
	border-top: 1px dotted #ff488d;
	padding-top: 10px;
}

#bbs .control {
	padding: 5px;
	text-align: center;
}
