body{
	scrollbar-base-color:#000;
	background-color:#000;
	color:#c0c0c0;
	font:75%/140% Georgia,Verdana,Osaka,sans-serif;}
table{
	font:100%/140% Georgia,Verdana,Osaka,sans-serif;}

/* index.html と top.html のページ設定 */
#index{
	overflow:hidden;
	background:url('img/bg.gif') 0% 0% fixed repeat;
	margin:0px;padding:0px;}


/*アイフレーム*/
#iframe{
	width:100%;height:100%;
}

/* サイト名:見出しレベル1 */
h1{
	margin:5px 0px;
	padding:10px 0px;
	font-family:'Arial Black';
	border-bottom:2px solid #996;}

/* 見出しレベル2 */
h2{
	margin:5px 0px;
	padding:2px 0px;
	border-bottom:2px dotted #996;
	font-size:100%;}

/*見出しレベル3*/
h3{
	font-size:100%;
	margin:5px 0px;
	color:#556659;
	line-height:normal;
	border-left:10px solid #556659;
	padding-left:10px;
}


/* 本文 */
.txt{margin-bottom:2em;
	color:#c0c0c0;}

/*リンクページ:バナー置き場(200*40)*/
dl.link-l dt{
	width:200px;
	float:left;
	min-height:40px;
	margin:0px 5px 10px 0px;
}
/*リンクページ:説明部(200*40)*/
dl.link-l dd{
	min-height:40px;
	margin:0px 5px 10px 0px;
}
/*リンクページ:バナー置き場(88*31)*/
dl.link-m dt{
	width:88px;height:31px;
	float:left;
	margin:0px 5px 10px 0px;
}
/*リンクページ:説明部(88*31)*/
dl.link-m dd{
	min-height:31px;
	margin:0px 5px 10px 0px;
}

/* フォーム系 */
input,select,textarea{
	font:100%/150% sans-serif,Verdana,Osaka,'MS UI Gothic';
	border:1px solid #556659;
	background-color:#000;
	color:#fff;
	}

/* テーブル角 左上，右上,左下,右下*/
.lt{
	height:40px;
	background:url('img/1.gif') no-repeat 100% 100%;}
.rt{width:40px;height:40px;
	background:url('img/2.gif') no-repeat 0% 100%;}
.lb{width:135px;height:155px;
	background:url('img/flog.gif') no-repeat 100% 0%;}
.rb{width:40px;height:155px;
	background:url('img/4.gif') no-repeat 0% 0%;}

/* テーブル四方 上,左,右,下 */
.ltrt{background:url('img/1-2.gif') repeat-x 0% 100%;vertical-align:bottom;text-align:right;}
.ltlb{background:url('img/side.gif') repeat-y 100% 0%;}
.rtrb{background:url('img/side.gif') repeat-y 0% 0%;}
.lbrb{background:url('img/3-4.gif') repeat-x;vertical-align:top;}

/* テーブル中央 */
.center{
	background-color:#000;}

/* 基本リンク */
a{color:#c0c0c0;}
a:visited{text-decoration:none;color:#FFFFFF;}
a:hover{
	color:#000000;}

/* メニュー部分のリンク */
.lbrb a{text-decoration:none;color:#ccc;font-weight:bold;}
.lbrb a:hover{text-decoration:none;color:#556659;}

br{letter-spacing:normal;}
