@charset "UTF-8";

/* _____________________________________
  /                           初期化  */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, address,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
}

/* _____________________________________
  /                             タグ  */
img {
	border:none;
	vertical-align:bottom;
}

a {
}

a:hover {
}

/* _____________________________________
  /                       汎用クラス  */

.float-l {
	float:left;
}

.float-r {
	float:right;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

br.clear {
	clear:both;
}

.align-l {
	text-align:left;
}

.align-r {
	text-align:right;
}

.align-c {
	text-align:center;
}



.mincho {
	font-family:"ＭＳ 明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.size10 {
	font-size:10px;
	line-height:1.4em;
}

.size12 {
	font-size:12px;
	line-height:1.4em;
}

.size14 {
	font-size:14px;
}

.size16 {
	font-size:16px;
}


/* _____________________________________
  /                       レイアウト  */

div#container {
	background:url(../common/bg.gif) left top repeat-y;
	width:710px;
	margin:0 auto 15px;
}

div#container #header {
	background:url(../common/header_bg.gif) left top no-repeat;
	width:700px;
	margin-left:5px;
	margin-bottom:10px;
}

div#container #header h1 {
	width:240px;
	float:left;
	padding-top:4px;
	margin-left:16px;
}

div#container #header #header_right {
	width:422px;
	float:right;
	padding:4px 20px 0 0;
}

div#container #header #header_right #backtop {
	width:220px;
	float:left;
	padding:15px 0 0 0;
	text-align:right;
}

div#container #header #header_right #fschange {
	width:177px;
	height:45px;
	background:url(../common/fsc_bg.gif) left top no-repeat;
	float:right;
}

div#container #header #header_right #fschange ul {
	list-style:none;
	padding:4px 0 0 97px;
}

div#container #header #header_right #fschange ul li {
	display:inline;
}

div#container #header #header_right #header_text {
	font-size:10px;
	padding:5px 10px 0 0;
	text-align:right;
}

div#container #wrapper {
	width:660px;
	margin:auto;
	border-top:solid 1px #999;
	padding-top:20px;
}

div#container #wrapper #top_msg {
	margin-bottom:20px;
}

div#container #foot {
	background:url(../common/bottom.gif) left top no-repeat;
	width:710px;
	height:52px;
}

#footer {
	width:710px;
	height:71px;
	margin:auto;
	background:url(../common/footer_bg.gif) left top no-repeat;
}

#footer address {
	padding:15px 0 50px 30px;
}

#footer address a {
	color:#FF9900;
	text-decoration:none;
}

#footer address a:hover {
	text-decoration:underline;
}

#footer address a img {
	vertical-align:baseline;
	margin-right:10px;
}


/*--------------------------------------------------スレッド */
div#container #wrapper #thread {
	width:648px;
}

div#container #wrapper #thread #th_top {
	margin-bottom:10px;
}

div#container #wrapper #thread #th_top #th_head {
	padding-top:15px;
	padding-left:65px;
}

div#container #wrapper #thread #th_top #th_head h2 {
	font-weight:bold;
	height:27px;
}

div#container #wrapper #thread #th_top #th_head .size12 {
	height:39px;
}

div#container #wrapper #thread #th_top p {
	padding:0 20px 0 50px;
	line-height:1.7em;
}

div#container #wrapper #thread .res {
	width:582px;
	background:url(../common/res_bg.gif) right top repeat-y;
	margin:0 0 20px 65px;
}

div#container #wrapper #thread .res .res_head {
	padding-top:15px;
	padding-left:20px;
	background:url(../common/res_head.gif) right top no-repeat;
}

div#container #wrapper #thread .res .res_head h3 {
	font-weight:bold;
	height:27px;
}

div#container #wrapper #thread .res .res_head .size12 {
	height:39px;
}

div#container #wrapper #thread .res p {
	padding:0 20px 0 20px;
	line-height:1.7em;
}

div#container #wrapper #thread .res .res_foot {
	background:url(../common/res_foot.gif) right top no-repeat #fff;
}



/*--------------------------------------------------カラーバリエーション */

/* GREEN */
div#container #wrapper .green #th_head {
	background:url(../common/s_green_head.gif) right top no-repeat;
}

div#container #wrapper .green #th_top {
	background:url(../common/s_green_bg.gif) right top repeat-y;
}

div#container #wrapper .green #th_foot {
	background:url(../common/s_green_foot.gif) right top no-repeat #fff;
}

/* BLUE */
div#container #wrapper .blue #th_head {
	background:url(../common/s_blue_head.gif) right top no-repeat;
}

div#container #wrapper .blue #th_top {
	background:url(../common/s_blue_bg.gif) right top repeat-y;
}

div#container #wrapper .blue #th_foot {
	background:url(../common/s_blue_foot.gif) right top no-repeat #fff;
}

/* PURPLE */
div#container #wrapper .purple #th_head {
	background:url(../common/s_purple_head.gif) right top no-repeat;
}

div#container #wrapper .purple #th_top {
	background:url(../common/s_purple_bg.gif) right top repeat-y;
}

div#container #wrapper .purple #th_foot {
	background:url(../common/s_purple_foot.gif) right top no-repeat #fff;
}

/* RED */
div#container #wrapper .red #th_head {
	background:url(../common/s_red_head.gif) right top no-repeat;
}

div#container #wrapper .red #th_top {
	background:url(../common/s_red_bg.gif) right top repeat-y;
}

div#container #wrapper .red #th_foot {
	background:url(../common/s_red_foot.gif) right top no-repeat #fff;
}

/* YELLOW */
div#container #wrapper .yellow #th_head {
	background:url(../common/s_yellow_head.gif) right top no-repeat;
}

div#container #wrapper .yellow #th_top {
	background:url(../common/s_yellow_bg.gif) right top repeat-y;
}

div#container #wrapper .yellow #th_foot {
	background:url(../common/s_yellow_foot.gif) right top no-repeat #fff;
}



/*---------------------------------------------------メンバーログイン */
div#container #wrapper #members_entry {
	width:582px;
	margin:0 0 20px 65px;
}

div#container #wrapper #members_entry h3 {
	text-align:center;
	height:30px;
}

.login_members {
	width:514px;
	margin-left:40px;
}

.login_members .login_m_body {
	background:url(../common/login_bg.gif) left top repeat-y;
}

.login_members .login_m_haeder {
	padding-bottom:5px;
}

.login_members .login_m_footer {
	background:url(../common/login_footer.gif) left top no-repeat #fff;
	height:13px;
}

.login_members .login_in_body {
	background:url(../common/login_in_bg.gif) left top repeat-y;
	width:502px;
	margin:auto 6px;
}

.login_members .login_in_top {
	background:url(../common/login_in_bg_top.gif) left top no-repeat;
	height:20px;
	font-size:1px;
}

.login_members .login_in_bottom {
	background:url(../common/login_in_bg_bottom.gif) left top no-repeat;
	height:12px;
	font-size:1px;
}

.login_members table {
	width:502px;
}

.login_members table td {
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	padding:5px 0;
}

.login_members table td.login_in_left {
	width:270px;
}

.login_members table td.login_in_right {
	width:209px;
}


/*---------------------------------------------------注意書き */
div#container #wrapper #attention {
	background:#EBEBEB;
	margin-bottom:20px;
}

div#container #wrapper #attention ul {
	padding:10px;
	margin-left:20px;
}


/*---------------------------------------------------フッタナビ */
div#container #wrapper #others {
	border-top:solid 1px #999;
}

div#container #wrapper #others h3 {
	padding-left:30px;
}

div#container #wrapper #others a {
	display:block;
	width:654px;
	height:74px;
	color:#000000;
	text-decoration:none;
	margin-bottom:10px;
}

div#container #wrapper #others a:hover h4 {
	color:#FF9900;
	text-decoration:underline;
}

div#container #wrapper #others a h4 {
	font-weight:bold;
	padding:15px 0 0 70px;
}

div#container #wrapper #others a .size12 {
	margin-top:10px;
	padding:0 0 0 70px;
}

div#container #wrapper #others .oth_green {
	background:url(../common/other_green.gif) left top no-repeat;
}

div#container #wrapper #others .oth_red {
	background:url(../common/other_red.gif) left top no-repeat;
}

div#container #wrapper #others .oth_purple {
	background:url(../common/other_purple.gif) left top no-repeat;
}

div#container #wrapper #others .oth_yellow {
	background:url(../common/other_yellow.gif) left top no-repeat;
}

div#container #wrapper #others .oth_blue {
	background:url(../common/other_blue.gif) left top no-repeat;
}









