@charset "UTF-8";
*{margin:0; padding:0;}

body {
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

#container {
	overflow:visible;
	background-position: 0 0;
	background-repeat:no-repeat;
/*	background-color: white;	*/
	margin:0 auto;
	text-align:left;
	width:1024px;
	position:relative;
}

#header {
	border-top:1px solid #FFFFFF;
	background-color: #F4FEED;
	bottom:0px;
	border-top: 1px solid #C6E29A;
	border-right: 1px solid #C6E29A;
	border-left: 1px solid #C6E29A;
	border-bottom: 1px solid #C6E29A;
}

#header a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#header td:HOVER {
	background-color: #C6E29A;
}


#header td {
	padding: 5px;
	border-right: 1px solid #C6E29A;
}

#navi {
	font-family: sans-serif;
	background-color: black;
	height:40px;
	bottom:0px;
}

#navi2 {
	width:960px;
	margin:0 auto;
	font-family: sans-serif;
	background-color:background;
	height:40px;
	bottom:0px;
}

#navi a,#navi a:link {
	font-size:12px;
	float: left;
	padding-left:13px;
	padding-right:13px;
	padding-top:12px;
	padding-bottom:12px;

	color: #FFF;
	text-decoration: none;
}

#navi a:hover {
	background-color: #FF0000;
	border-style: none;
}

#bbs-category {
	background-color: #AFAFAF;
	width:100%;
/*	height:150px;	*/
/*	margin:0 auto;	*/
	margin:10px 0px 10px 0;
	padding:10px 0px 10px 0px;
}

.thread {
	margin-left: 10px;
/*	margin-left: 8px;
	margin-top: 8px;
*/
	font-family:'ＭＳ Ｐゴシック',sans-serif;
}

dt {
}

dd {
	margin-left: 35px;
}


#footer {
	background-color: black;
	clear: both;
	width: 100%;
	text-align: center;
}

#menu-left {
	float:left;
	width:184px;
	overflow:hidden;
/*	height:200px;	*/
/*	background-color:	white;	*/
/*	padding-top: 1px;	*/
/*	padding-left: 5px;	
	border-left-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;*/
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#menu-left dt {
	font-size:16px;
	background:#F4FEED none repeat scroll 0 0;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	color:green;
/*	margin:0 0 5px;*/
	padding:4px 5px 0px 5px;
}

#menu-left dt a{
/*	display:block;*/
}


#menu-left dd {
/*	float:left;	*/
	line-height: 120%;
	margin:0 0 0 0px;
}

#menu-left dd a{
/*	float:left;	*/
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 5px;
	color:#000000;
}

#menu-left dd a:HOVER{
	border-bottom: 1px solid green;
}

#menu-right {
	float:right;
}

.menu {
	width: 300px;
	overflow: hidden;
	font-size: 12px;
	background-color: white;
	border: 1px solid #000000;

	padding: 5px;
	margin-bottom: 10px;
}

.menu a{
	font-size:12px;
	line-height: 150%;
}

.menu-title{
	height:25px;
	overflow: hidden;
	margin-bottom: 5px;
}

.menu-title h2{
	border: double 1px lightsteelblue;
	text-align:center;
	font-size:14px;
	height:20px;
	line-height:20px;
	overflow: hidden;
	background:#F4FEED;
	font-weight:bold;
}

#contents {
	float:left;
	width:504px;
	background:white;
	margin:0px 0px 0px 10px;
/*	background:white;*/
}

/*
dd {
	margin: 0; 
	list-style-position: inside; 
	list-style-type: none; 
}
*/

img {
	border: 0;
}
/*
a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #1e50a2;
	border: none;
}

a:hover{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: orange;
	border-bottom: 2px solid orange;
}
*/

#bbs-table tr.odd {
	background-color:#f4f7fb;
}

#bbs-table tr.even {
	background-color:#FFFFFF;
}

#bbs-table td {
	margin:10px;
}

#bbs-table a{
	font-size:16px;
}

#bbs-table tr:hover {
	background-color:#FFD39B;
}

.new_watch_thread {
	border-bottom:solid 1px #CCC;
}

.new_watch_thread table{
	font-size:11px;
}

.new_watch_thread p{
	
}

.new_watch_thread list {
	
}

.new_watch_thread tbody tr td {
	border-bottom:dotted 1px #CCC;
	line-height:1.5;
	padding-left:2px;
	font-size:11px;
}

.new_watch_thread tbody tr td .title {
	font-size:12px;
	font-weight:bold;
}

.new_watch_thread .odd {
	background-color:#fff;
}

.new_watch_thread .even {
	background-color:#f4f7fb;
}

#contents .group {
        background-color: #FFFFFF;
        border-color: #D6D6D6;
        border:1px solid #D6D6D6;
        clear:both;
}

#contents .group .table-title {
        background-color:#E6E6E6;
        padding:6px 6px 5px 16px;
        margin:1px;
        display:block;
}
#contents .group p {
        border-bottom:dotted 1px #CCC;
        line-height:1.5;
        padding-left:2px;
        font-size:12px;
}

#contents .group div.title {
        line-height:1.5;
        padding-left:2px;
	font-size:12px;
	font-weight:bold;
}

#contents .group div.desc {
	font-size:11px;
}

#contents .group div.title a {
	font-weight:bold;
}

#contents .group div.odd {
        background-color:#f4f7fb;
}

#contents .group div.even {
        background-color:#FFFFFF;
}
