/* 全体の幅と、中央寄せに */
body {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	border: solid 1px #dddddd;
	position: relative;
}

/* 外枠からの余白 */
#wrap {
	padding: 0 2px;
}


#site-description{
	display: none;
}


/* ヘッダートップナビ */
.header_navi{
	text-align: right;
	line-height: 2em;
	background-image: url("./overwrite_images/header_navi.bmp");
	background-repeat: repeat-y;
	height: 25px;
}

.header_navi li{
	display: inline;
}

/* フッターボトムナビ */
.footer_navi{
	text-align: left;
	line-height: 2em;
}
.footer_navi li{
	display: inline;
}

/* ヘッダ画像 */
.headerbar {
	background-image: url("./overwrite_images/header.PNG");
	background-repeat: no-repeat;
	height: 116px;
	background-color: transparent;
	overflow: hidden;
}

/* ナビゲーションバー */
.navbar {
	color: #ffffff;
	background-image: url("./overwrite_images/navbar.PNG");
	background-repeat: repeat-x;
	padding: 0px 5px;
}

/* リンクの文字色 */
.navbar a:link,
.navbar a:visited
{
	color: #ffffff;
}

/* ナビゲーションバーの下の線を消す */
ul.navlinks {
	border-bottom: dotted 1px #999999;
}

/* 掲示板トップのアイコン調整 */
.icon-home
{
	background-image: url("./overwrite_images/icon_home.bmp");
	padding: 1px 0 0 25px; 
}

/* 「フォントサイズの変更」の調整 */
a.fontsize {
	line-height: normal;
	text-indent: 0px;
	width: auto;
	padding:2px 20px 0px 35px;
	margin-top: 5px;
}

/* 検索ボックス */
#search-box {
	margin-top: 0px;
	margin-right: 0px;
	float: none;
}

/* フォーラムの両端を１ピクセルに */
.forabg_top{
	padding: 1px;
	margin: 0px;
}

.forabg {
	background-image: url("./overwrite_images/bg_list.gif");
	margin: 0px;
	padding: 0px 0px;
	background-color: transparent;
	width: 892px;
	border-top: solid 1px #0076b1;
	border-left: solid 1px #0076b1;
	border-right: solid 1px #0076b1;
}

.row-icon dt{
	padding-bottom: 5px;
}

/* フォーラムの両端を１ピクセルに */
.forabg_red {
	padding: 0 1px;
	background-image: url("./overwrite_images/bg_list_red.gif");
}

/* ２階層目のフォーラムの両端を１ピクセルに */
.forumbg{
	padding: 0 1px;
	background-image: url("./overwrite_images/bg_list.gif");
	width: 892px;
}
.row{
	background-color: transparent;
}

/* フォーラムのヘッダ */
li.header{
	padding: 0.3em;
/*	border: solid 1px #ff0000;*/
}
	
dt, dd{
/*	border: solid 1px #ff0000;*/
}

/*
フォーラムのヘッダにアイコンを付ける
*/
.header-icon{
/*	padding: 2px 0px 0px 20px;*/
	padding-left: 30px;
	padding-right: 25px;
	background-image: url("./overwrite_images/icon_header.PNG");
	background-repeat: no-repeat;
	font-size: 1.2em;
}

ul.forums li{
	background-image: url("./overwrite_images/gradient.gif");
	background-repeat: repeat-x;
	background-color: white;
}
ul.forums li:HOVER{
	background-image: none;
}


ul.topics li{
	background-image: url("./overwrite_images/gradient.gif");
	background-repeat: repeat-x;
}
	
ul.topics li:hover{
	background-image: none;
}

li.header dt, li.header dd {
/*	line-height: 1em;*/
/*	border-left-width: 0;*/
/*	margin: 2px 0 4px 0;*/
/*
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
*/
/*	line-height: 1.5em;
	margin: 0px 0px 0px 5px;
	padding: 1px 0px 10px 0px;
	vertical-align: top;
*/
}

ul.topiclist li.row dd {
/*	border-left: 1px solid #999999;*/
}

/* フォーラムのタイトル */
/*.view_forum_name{*/
.icon_wvi{
	padding: 5px;
	padding-left: 38px;
	font-weight: bold;
	background-image: url("./overwrite_images/icon_wvi.PNG");
	background-repeat: no-repeat;
}
/*
#page-body > h2{
	padding: 5px;
	padding-left: 38px;
	font-weight: bold;
	background-image: url("./overwrite_images/icon_wvi.PNG");
	background-repeat: no-repeat;
}
*/

.post-icon{
	background-image: url("./overwrite_images/button-topic.jpg");
	background-repeat: no-repeat;
}

/* フォーラムタイトルをリンク風にする */
a.forumtitle {
	text-decoration: underline;
}

/* 青色の「button_blue」クラスを作成 */
a.button_blue,
a.button_blue:link,
a.button_blue:visited,
a.button_blue:active
{
	width: auto !important;
	padding: 2px 8px;
	border: 1px solid #666666;
	background: rgb(114,200,245) none repeat-x top;
	background-image: url("./overwrite_images/bg_button_blue.gif");

	color: #ffffff;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

a.button_blue:hover{
	border-color: rgb(189,40,74);
/*
	color: rgb(255,192,192);
	color: rgb(255,160,160);
	color: rgb(255,202,202);
	color: rgb(255,212,212);
*/
	color: rgb(255,160,160);
}

/* 赤色の「button_red」クラスを作成 */
a.button_red,
a.button_red:link,
a.button_red:visited,
a.button_red:active
{
	width: auto !important;
	padding: 2px 8px;
	border: 1px solid #666666;
	background: rgb(255,212,212) none repeat-x top;
	background-image: url("./overwrite_images/bg_button_red.gif");

	color: #422;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

a.button_red:hover{
	border-color: rgb(189,40,74);
/*
	color: rgb(255,192,192);
	color: rgb(255,160,160);
	color: rgb(255,202,202);
	color: rgb(255,212,212);
*/
	color: rgb(255,212,212);
	color: rgb(115,203,247);
	color: rgb(181,228,251);

	border-color: #BC2A4D;
	color: #BC2A4D;

}

