@charset "euc-jp";
/* ----------------------------------------------------------------------------------------------------------
	CYBERAM Web Forum Ver 1.0
	Copyright (c) 2004 CYBERAM
	URL : http://cyberam.dip.jp/
	Mail: webmaster@cyberam.dip.jp
-----------------------------------------------------------------------------------------------------------*/
body
{
	background-color: #ffffff;
	background-image: url(./imgs/body_back.gif);
	background-repeat: repeat-y;
	color: #333333;
	margin: 0px;
}

/* ----------------------------------------------------------------------------------------------------------
	ヘッダー部
-----------------------------------------------------------------------------------------------------------*/
div#topbar
{
	float: left;
	background-image: url(./imgs/stripe_back_2.gif);
	padding-top: 2px;
	padding-bottom: 3px;
	text-indent: 5px;
	text-align: left;
	font-size: 9px;
	font-family: Verdana;
	width: 100%;
}
div#header
{
	float: right;
	width: 630px;
}
div#header_left
{
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 5px;
	width: 70%;
}
div#header_right
{
	float: right;
	padding-top: 24px;	
	padding-bottom: 1px;
	padding-right: 5px;
	text-align: right;
}
div#page_title
{
	font-size: 140%; 
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------
	フッター部
-----------------------------------------------------------------------------------------------------------*/
div#footer
{
	float: left;
	width: 800px;
}
div#footer_left
{
	float: left;
	padding-top: 1px;
	padding-bottom: 20px;
	padding-left: 5px;
}
div#bottombar
{
	float: left;
	background-image: url(./imgs/stripe_back_2.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #333333;
	font-size: 9px;
	font-family: Verdana;
	width:800px;
}
div#bottombar_right
{
	float: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 1px;
}

/* ----------------------------------------------------------------------------------------------------------
	ボディ部
-----------------------------------------------------------------------------------------------------------*/
div#body
{
	float: right;
	background-image: url(./imgs/stripe_back_1.gif);
	border-top: 1px solid #aaaaaa;
	text-align: left;
	width: 630px;
}
.category_title
{
	float: left;
	text-indent: 5px;
	line-height: 23px;
	background-image: url(./imgs/stripe_back_2.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 100%;
	width: 150px;
	margin-left: 5px;
	margin-right: 5px;
}
.category_data
{
	float: left;
	font-size: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 30px;
	width: 95%;
}

/* ----------------------------------------------------------------------------------------------------------
	テーブル
-----------------------------------------------------------------------------------------------------------*/
table
{
	border-collapse: collapse;
	line-height: 25px;
}
td
{
	text-align: left;
	font-size: 100%;
}
.thread_list_title
{
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #e5e5e5;
}
.thread_list_data1
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f3f3f3;
}
.thread_list_data2
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.thread_title
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #e5e5e5;
	font-size: 110%;
}
.res_title {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #e5e5e5;
}
.sub_data_left
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #cccccc;
	background-color: #eeeeee;
}
.sub_data_right
{
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
}
.comment
{
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.under_menu
{
	text-align: right;
	line-height: 15px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
}

/* ----------------------------------------------------------------------------------------------------------
	フォーム
-----------------------------------------------------------------------------------------------------------*/
.text
{
    background-color:#ffffff;
    color: #333333;
    border: 1px solid #cccccc;
}
.select
{
	width: 80px;
}
.submit
{
	color: #333333;
	background-color:#dddddd;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	border-top: 0px;
	border-bottom: 1px solid #aaaaaa;
	width: 50px;
}

/* ----------------------------------------------------------------------------------------------------------
	リンク
-----------------------------------------------------------------------------------------------------------*/
a:link
{ 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
a:visited
{ 
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
a:hover
{
	background-color: #f0f0f0;
}
a:active
{
	color: #dddddd;
}
a:link.ul_none
{
	text-decoration: none;
	border-bottom: 0px;
}
a:visited.ul_none
{ 
	text-decoration: none;
	border-bottom: 0px;
}

/* ----------------------------------------------------------------------------------------------------------
	その他
-----------------------------------------------------------------------------------------------------------*/
.indent
{
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.short_indent
{
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.line
{
	margin-top: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
}
.sub_title
{
	font-size: 100%;
	line-height: 20px;
	display: block;
	margin: 0px 0px 7px 0px
}
.gts
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 90%;
}
.form_item
{
	line-height: 24px;
	font-size: 90%;
}
.strong
{
	font-weight: bold;
	font-size: 110%;
}
.message
{
	font-size: 200%;
}
.fs_80
{
	font-size: 80%;
}
.page {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 120%;
}
pre
{
	font-family: ＭＳ Ｐゴシック;
}
img
{
	border : 0px;
	vertical-align: middle;
}
.navitable {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

