﻿* {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.mBottom_10 {
	margin-bottom: 10px;
}
.mBottom_20 {
	margin-bottom: 20px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
li {
	list-style-type: none;
}

body {
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #333;
	background-color: #202020;
	padding-top: 5px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}
#wrapper #header {
	background-image: url(../img/header_bg.jpg);
	position: relative;
	height: 215px;
}
#header #top_link {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 190px;
	width: 200px;
}
#top_link a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

#header h1 {
	position: absolute;
	top: 4px;
	right: 16px;
	line-height: 26px;
	font-size: 10px;
	color: #C10CB6;
}
#header #intro {
	position: absolute;
	top: 80px;
	right: 16px;
	width: 545px;
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
}
#intro form p {
	display: block;
	width: 545px;
}

#intro form input.btn{
	display: block;
	height: 54px;
	width: 180px;
}


#googlesearch {
	display: block;
	text-align: right;
	padding-top: 20px;
}


#contents #googlesearch {
	clear: both;
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #FFD7FF;
	margin-bottom: 10px;
	
}

#wrapper #middle {
	margin-right: 16px;
	margin-left: 16px;
}
#middle #menu{
	float: left;
	width: 180px;
}
#menu #topics {
	background-color: #FDDFFB;
	background-image: url(../img/topics_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#topics dl {
	margin-right: 3px;
	margin-left: 3px;
}
#topics dl dt a {
	color: #F61BE8;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
#topics dl dd {
	color: #C10CB6;
	line-height: 14px;
	margin-bottom: 6px;
}
#menu .adsense_menu {
	margin-bottom: 10px;
}
#menu #ad_area {
	display: block;
}
#ad_area li {
	margin-bottom: 10px;
}

#middle #contents {
	float: right;
	width: 660px;
}
#contents div.thread_box {
	margin-bottom: 30px;
}
div.thread_box h2 {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	padding-left: 45px;
	background-image: url(../img/thread_head.jpg);
	background-repeat: no-repeat;
}
div.thread_box h2 a {
	color: #333;
}

div.thread_box div.topic_title {
	border: 2px solid #ffd7ff;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 18px;
	margin-bottom: 20px;
}
div.topic_title p {
	margin-bottom: 6px;
}
div.topic_title p.name {
	margin: 0px;
	text-align: right;
}
div.topic_title p.name span {
	font-weight: bold;
}
div.thread_box div.topic {
	margin-bottom: 10px;
	width: 533px;
	margin-left: 107px;
	background-image: url(../img/partition.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}
div.topic_title p a {
	color: #F619E6;
}

div.topic p.name {
	margin: 0px;
	text-align: right;
}
div.topic p.name span {
	font-weight: bold;
}
div.thread_box div.res_box {
	width: 533px;
	margin-left: 107px;
}
div.res_box table td {
	padding-top: 3px;
	padding-bottom: 3px;
}
div.res_box table td.table_head {
	width: 37px;
}
div.res_box table td input.res_name {
	width: 265px;
	height: 20px;
}
div.res_box table td textarea.res_mes {
	height: 8em;
	width: 100%;
	line-height: 120%;
}

div.res_box table td.td_right {
	text-align: right;
}
table.new td.table_head {
	width: 60px;
	text-align: right;
}
#contents #new_thread {
	border: 3px double #FBA6F7;
	padding: 13px;
}


table.new td  {
	padding-top: 3px;
	padding-bottom: 3px;
}
table.new td input.new_title {
	width: 400px;
	height: 20px;
}
table.new td input.new_name {
	width: 265px;
	height: 20px;
}
table.new td textarea.new_mes {
	height: 14em;
	width: 100%;
	line-height: 120%;
}
table.new td.td_right {
	text-align: right;
}





#wrapper #footer {
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	height: 182px;
	position: relative;
}
#footer #pr {
	background-color: #ededed;
	width: 476px;
	position: absolute;
	left: 212px;
	top: 20px;
	height: 120px;
}
#pr #pr_title {
	line-height: 14px;
	color: #FFF;
	background-color: #999;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
#pr p {
	padding-right: 3px;
	padding-left: 3px;
	line-height: 140%;
	padding-bottom: 3px;
}
#footer #ad_right_bottom {
	background-image: url(../img/ad_right_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 17px;
	display: block;
	height: 45px;
	width: 129px;
	position: absolute;
	right: 16px;
	top: 85px;
}
#footer p.go_top {
	position: absolute;
	top: 20px;
	right: 16px;
}
address {
	display: none;
}


#adesense_link_unit {
	width: 468px;
	height: 15px;
	margin-bottom: 10px;
}

#adesense_300_250 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FDDFFB;
	margin-bottom: 10px;
	height: 250px;
}

#adesense_300_250 div {
	margin-right: 20px;
	float: left;
}


