body{
    background: url(../images/k_body_o.gif) repeat-x;
	background-color: rgb(255,204,95);
	font-size: 12px;
}

.clsSname {
	color: #006400;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	margin-right:20px;
}

.clsPs {
    background: url(../images/k_title_o.gif) repeat-x;
	background-color: #DDDDDD;
	width:450px;
	height:22px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#container {
    background: url(../images/k_container_o.gif) repeat-y;
	position:absolute;
	width:768px;
    left: 50%;
	margin-left: -380px;
}

#top {
	background: url(../images/k_navi_o.gif) repeat-x;
	width:768px;
	/*height: 100px;*/
	height: 15px;
}

ul#navi {
	position: relative;
    top:60px;
    margin: 0;
	height: 34px;
	list-style: none;
	overflow: hidden;
}

ul#navi li a {
	height: 34px;
	position: absolute;
	overflow: hidden;
	padding: 34px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 100px;
}

#header{
	background: url(../images/k_header_o.gif) no-repeat;
    height: 25px;
}

/* 内容（全体） */
#mcontent {
	float:left;
	width:90%;
    margin:10px;
    font-size: small;
}

/* 内容（右部分） */
#content {
	float:right;
	width:65%;
    margin:5px;
}

/* メニュー（左部分）*/
#sub {
	float:left;
	width:25%;
    margin:5px;
}

#footer {
	background: url(../images/k_footer_o.gif) no-repeat;
	clear:both;
	height:25px;
}

#legend table{
	margin: 5px 2px 5px 5px;
	padding: 0 0px 0 0px;
	width:600px;
	border: 2px dotted #486D94;
	background: #EEEEEE;
}

#legend caption{
	margin: 20px 0px 5px 30px;
	padding: 0 0px 5px 5px;
	text-align:left;
	font-size: 12px;
}

#info p{
	background: #EEEEEE;
	margin: 10px 0px 5px 10px;
	width:80px;
	border-top: 1px solid #486D94;
	border-bottom: 1px solid #486D94;
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	text-align:center;
}

#info table{
	margin: 10px 0px 15px 20px;
	width:600px;
	border: 1px solid #b99;
}

#p_cal{
	font-size: 12px;
}

#search_c{
	font-weight: normal;
	padding: 0 0 0 0;
}

#listarea{
	width: 200px;
	margin:0;
	padding:5px;
	background: #fafdc6;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF67F;
	font-size: 14px;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFCC00; border-left:1px solid #FFCC00; border-right:1px solid #FFCC00;}
.xb1 {margin:0 5px; background:#FFCC00;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {padding:0px display:block; background:#fff0af; border:0 solid #FFCC00; border-width:0 5px;}

.clsTable{
	width:710px;
    padding: 0.5em;
    margin: 5px;
    border: #486D94 1px solid;
	background-color: #fff0af
}

.clsTableMini{
	width:450px;
    padding: 0.5em;
    margin: 5px;
    border: #FFCC00 1px dotted;
	background-color: #fff0af;
}

#tblinfo{
	width:97%;
	padding:3px;
	border-collapse:collapse;
}

#tblinfo th{
	border-bottom: dashed 2px #FFCC00;
	width:100%;
	font-size: 14px;
	line-height:110%;
	background-color: #FFF67F;
}

#tblinfo td{
	width:100%
	font-size: 12px;
	line-height:130%;
}

#topicslist{
	text-align: left;
	overflow: auto;
	width: 190px;
	height: 100px;
	margin-left: 0;
	padding-left: 0;
	font-size: 16px;
	line-height:150%;
}

/*追加分（画像）*/
.pic p{
	width:80px;
	height:55px;
	font-size:10px;
	color:#999999;
	margin:5px;
}

.pic img{
	margin:10px;
}

/*投稿時間*/
.posttime {
	font-size:12px;
	color:#5f5f5f;
}

.clsHenshu {
	background-color:#ffcc66;
	width:450px;
}

.clsHenshu th {
	background-color:#FFE579;
	width:80px;
}

.clsHenshu td {
	margin: 5px;
	padding: 5px;
	background-color:#fff799;
}

