*{margin:0px;padding:0px;}
body{
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #999;
	scrollbar-highlight-color: #ccc;
	scrollbar-darkshadow-color: #999;
	font:65%/150% Verdana,Osaka,'MS UI Gothic',sans-serif;
	padding:20px;letter-spacing:1px;
}
table{font-size:100%;line-height:150%;}

/* メニュー */
#menu{margin:0px;padding:0px 20px 0px 0px;
	background : url(img/dot-y.gif) repeat-y fixed 0% 0%;}

/* サブメニュー */
#sub{
	padding:20px 0px 0px 10px;
	background : url(img/dot-y.gif) repeat-y fixed 100% 0%;}

/* メニューテーブル */
#table{width:224px;height:100%;}

/* 配布元リンク */
#copy{text-align:center;height:15px;}

/* メニューテーブルの画像 */
.top{height:150px;width:220px;background : url(img/img.jpg) no-repeat 100% 100%;}

/* サイト名部分 */
.title{font-weight:bold;text-align:center;height:15px;}

/* メニュー */
.menu{line-height:200%;text-align:center;}

/* メニューテーブル下部 */
.bottom{height:50px;}

/* 縦方向点線 */
.y{width:3px;background : url(img/dot-y.gif) repeat-y 0% 0%;}
/* 横方向点線 */
.x{height:3px;background : url(img/dot-x.gif) repeat-x 1px 100%;}

/* 更新記録div */
.hist{
	padding:0px 5px;
	overflow:auto;
	height:100%;}

/* 見出し1*/
h2{
	font-size:100%;
	padding-bottom:2px;margin-bottom:2px;
	background : url(img/dot-x.gif) repeat-x 0% 100%;}

/* 見出し2 */
h3{
	clear:both;
	font-size:100%;
	padding:0px 0px 1px 5px;
	font-weight:normal;height:18px;
	background : url(img/h.gif) no-repeat 0% 50%;}

/* 本文div */
.txt_a{padding:0px 0px 15px 15px;
	background : url(img/arrow.gif) no-repeat 0px 1px;}
/* 本文div(矢印無し) */
.txt{padding:0px 0px 15px 15px;}
/* サブメニュー文章囲みdiv */
.s-txt{padding:5px;}

/*リンクページ:(200*40)*/
dl.link-l{
	margin-right:30px;
	float:left;
}

/*リンクページ:バナー置き場(200*40)*/
dl.link-l dt{
	width:200px;height:40px;
	margin:0px 5px 0px 0px;
}
/*リンクページ:説明部(200*40)*/
dl.link-l dd{
	width:200px;
	text-align:center;
	margin:0px 5px 10px 0px;
}
/*リンクページ:(88*31)*/
dl.link-m{
	margin-right:20px;
	width:88px;
	float:left;
}


/*リンクページ:バナー置き場(88*31)*/
dl.link-m dt{
	width:88px;height:31px;
	margin:0px 5px 0px 0px;
}
/*リンクページ:説明部(88*31)*/
dl.link-m dd{
	width:88px;
	margin:0px 5px 10px 0px;
}



/* フォーム系 */
input,select,textarea{
	background-color:#eee;
	font:100%/150% sans-serif;
	border:1px solid #999;}

/* リンク */
a{text-decoration:none;color:#000;}
a:visited{color:#666;}
a:hover{position:relative;top:1px;}
br{letter-spacing:normal;}

/* index.html のエンターリンク設定 */
.enter a{display:block;width:100%;height:100%;}
.enter a:hover{position:relative;top:0px;}

.enter a span{display:none;}
