@charset "utf-8";

*
{
	margin: 0;
	padding:0;
	letter-spacing:0;
}

body
{
/*
	background-image:url(*.jpg);
	background-repeat:no-repeat;
	background-color:#262e42;
*/
	background-color:#162241;
/*
	font-family: "ヒラギノ丸ゴ Pro W4","ＭＳ Ｐゴシック",Osaka;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
*/
	font-size:1em;
	font-size:12px;
	line-height:140%;
	letter-spacing:0;

	color:#444444;	/*	黒グレー	*/
	color:#aaaaaa;	/*	白グレー	*/

/*
	border:1px dotted #bb0000;
*/
}

a:link		{	color:#22bbbb;	}	/*	通　　常	*/
a:visited	{	color:#4444bb;	}	/*	訪問済み	*/
a:hover		{	color:#bb4444;	}	/*	オーバー	*/
a:active	{	color:#bb8800;	}	/*	プレス		*/

p	{	margin:0 0 1em 0;	}	/*	これがないとpで１行空かない	*/

/***********	見出し統一	***************************************************/
h2
{
	font-size:14px;
	color:#eeeeee;
	font-weight:normal;
	text-align:center;
	text-shadow:#000000 2px 2px 3px;
}

h3,.h3
{
	color:#0090ff;
	font-size:1.1em;
	font-weight:bold;
	text-shadow:#000000 1px 1px 2px;
	display:inline;
	content:"■";
}

.h3_english
{
	color:#0090ff;
	font-size:0.9em;
	font-weight:normal;
}

.star_title
{
	color:#eeee00;
	font-size:12px;
	font-weight:bold;
	text-shadow:#444444 2px 2px 2px;
	float:left;
	text-indent:-1.2em;
}

.powered_by
{
	font-size:0.9em;
	font-style:italic;
	text-align:right;
}

.hr_line		{	clear:both;	text-align:center;	}
.hr_line > img	{	width:800px;	height:12px;	margin:0;	}
.end_line		{	clear:both;	margin:0;	text-align:center;	}
.end_line > img	{	width:100%;	height:12px;	}

/**********************************************************************************/
#page_area
{
	width:100%;
	margin:0 auto;
}

#header
{
	width:100%;
	position:fixed;
	z-index:100;
}

#contents
{
	z-index:0;
}

#header_margin	{	height:160px;	}

/*	更新情報	*/
#update
{
	width:100%;
	height:1.5em;
	margin:0 auto;
	clear:both;
}

/*	カウンター	*/
#counter_total,#counter_today
{
	width:12em;
	margin:40px 1em 0 1em;
	text-align:center;
}
#counter_total	{	float:left;		}
#counter_today	{	float:right;	}

/**********************************************************************************/
#title_area
{
	background-color:#1c3344;
	padding-top:10px;
}

#title_area .made_in	/*	メイドイン	*/
{
	padding-right:10px;
	font-size:0.9em;
	color:#777777;
	float:right;
}

#title_area .north_title	/*	NORTHBBS2001	*/
{
	width:100%;
	height:100px;
	background:url(northbbs_title.png) no-repeat center bottom;
}

#title_area h1
{
	display:none;
	text-align:center;
}

#contents h2
{
	color:#00eeee;
}

.browser
{
	margin:0;
	text-align:center;
	font-size:11px;
//	color:#aaaaaa;
}

/***********	メニュー	***************************************************/
#menu_area
{
	height:30px;
	background:url(menu_bar.png) repeat-x top right;
	background-color:#8abaff;
}

#bar_l
{
	width:2px;
	height:30px;
	float:left;
	background:url(menu_bar_l.png) no-repeat top left;
}

#bar_r
{
	width:2px;
	height:30px;
	float:right;
	background:url(menu_bar_r.png) no-repeat top right;
}

#menu_bar #bar_r	{	float:left;	}

#menu_area > #menu_bar
{
	width:554px;
	height:30px;
	margin:0 auto 0 auto;
	text-align:center;
}

#main_menu li	/*	.menu1,.menu2,.menu3,.menu4,.menu5,.menu6,.menu7	*/
{
	width:100px;
	height:23px;		/*	ボタン範囲だけの高さ(画像ロールオーバー用)	*/
	padding-top:4px;

	list-style:none;	/*	リストマーカー非表示	*/
	float:left;
}

#main_menu > .menu6	/*	メニュー例外処理	*/
{
	width:150px;
}

#main_menu a	/*	.menu1 > a,.menu2 > a,.menu3 > a,.menu4 > a,.menu5 > a,.menu6 > a,.menu7 > a	*/
{
	text-decoration:none;	/*	リンクアンダーライン非表示	*/
	display:block;
	height:23px;			/*	ボタン範囲だけの高さ	*/
}

#main_menu a > span	/*	リンク文字の非表示	*/
{
	visibility:hidden;
}

/***********	画像ロールオーバー	***************************************************/
/*	画像ロールオーバー初期表示	*/
#main_menu > .menu1	{	background:url(button/menu_northbbs_off.png) no-repeat top right;	}
#main_menu > .menu2	{	background:url(button/menu_download_off.png) no-repeat top right;	}
#main_menu > .menu3	{	background:url(button/menu_caseofvf_off.png) no-repeat top right;	}
#main_menu > .menu4	{	background:url(button/menu_trekbbs_off.png) no-repeat top right;	}
#main_menu > .menu6	{	background:url(button/menu_hirono_off.png) no-repeat top right;	}

/*	画像ロールオーバー切り替え表示	*/
#main_menu > .menu1:hover	{	background-image:url(button/menu_northbbs_on.png);	}
#main_menu > .menu2:hover	{	background-image:url(button/menu_download_on.png);	}
#main_menu > .menu3:hover	{	background-image:url(button/menu_caseofvf_on.png);	}
#main_menu > .menu4:hover	{	background-image:url(button/menu_trekbbs_on.png);	}
#main_menu > .menu6:hover	{	background-image:url(button/menu_hirono_on.png);	}

#main_menu a:hover
{
	background-repeat:no-repeat;
}

/***********	コンテンツグラデーション	***************************************************/
.grade_top
{
	height:20px;
	background:url(page_grade.png) repeat-x;
}

/***********	テキスト設定	***************************************************/

.attention_red
{
	color:#8B0000;	/*	darkred	*/
}

.attention_blue
{
	color:#00008B;	/*	darkrblue	*/
}

.attention_box
{
	text-indent:-1em;
}

.textright
{
	padding-left:1.5em;
	text-align:right;
}

.textleft
{
	padding-left:1.5em;
	text-align:left;
}

.textcenter
{
	text-align:center;
}

#back_button
{
	clear:both;
	text-align:center;
}





