/* BBS用スタイルシート */

body {
	margin: 0px;
	padding: 0px;
}
div#MAINLAYOUT {
	width: 760px;
	text-align: center;
	margin: 8px 8px 0px;
}
body, th, td {
	font-size: 12px;
	line-height: 150%;
}
td{
	padding: 2px;
}
a:link, a:visited {
	color: #779;
	text-decoration: none;
}
a:hover {
	color: #33f;
	text-decoration: underline;
}
form {
	margin: 0px;
}
h1 {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	background: url(../images/mark01.gif) no-repeat;
	height: 25px;
	padding-left: 22px;
	color: #a63;
	line-height: 25px;
	padding-top: 4px;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	margin: 10px 0px 2px;
	padding: 0px 4px;
	border-left: 14px solid #ddd;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-bottom: 5px;
	line-height: normal;
}
h4 {
	color: #888;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px;
	padding: 0px 4px;
	border-left: 12px solid #eee;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px;
}
h6 {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-align: right;
}
p {
	text-align: left;
	margin: 0px 20px;
	padding-bottom: 5px;
}
blockquote {
	text-align: left;
	margin: 10px;
}
div#TOP {
	margin: 0px 0px 2px;
}
div#topic-path {
	font-size: 11px;
	color: #666;
	text-align: right;
	margin-bottom: 2px;
}
div#MAIN {
	text-align: center;
	border: 1px solid #ccc;
}
div#FORM table {
	width: auto;
	margin: 0px auto 0px;
	text-decoration: none;
	border: 1px solid #ccc;
}
div#FORM {
	margin: 10px auto 20px;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
}
div#FORM td {
	padding: 4px;
	background: #f1f1f1;
}
div#FORM th {
	font-weight: normal;
	text-align: right;
	padding: 6px 4px 0px;
	background-color: #e4e4e4;
	vertical-align: top;
}
div#FORM .Submit {
	background: #fff;
	text-align: center;
}
div.BODY {
	margin: 5px;
	border-top: 1px dotted #999;
}
div.MAINBODY {
	margin: 5px;
}
span.BOX {
	font-size: 12px;
	font-weight: normal;
	background: #f1f1f1;
	margin: 0px 0px 0px 5px;
	padding: 1px 5px;
	line-height: normal;
	border: 1px solid #ccc;
}
div.RESBODY {
	text-align: left;
	border-top: 1px dotted #ddd;
	margin: 5px 0px 5px 50px;
}
div#RESINPUT {
	width: 760px;
	margin: 8px;
	border: 1px solid #ccc;
	text-align: left;
}
div#RESFORM {
	background: #ccc;
	text-align: left;
}
div#FOOT {
	margin: 2px 5px;
	text-align: center;
	border-top: 1px dotted #aaa;
	padding-top: 2px;
}
div#COPYRIGHT {
	color: #aaa;
	width: 760px;
	text-align: right;
	margin: 2px 8px 8px;
}

