html{
	margin:0px;padding:0px;
		}
body{
	margin:0px;padding:0px;
	color:#000;
	font:normal 11px/18px Verdana;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-track-color:#fff;
		}
/*リンク*/
a{
	color:#a9a9a9;
	text-decoration:none;
		}
a:hover{
	color:#000;
		}
/*ボックスの設定*/
#main{
	position:absolute;
	top:0px;left:120px;
	width:540px;height:100%;
	border-width:0 1;
	border-style:solid;
	border-color:#000;
		}
#menu{
	position:absolute;
	top:0px;left:20px;
	width:140px;height:400px;
	border-width:0 1 1 1;
	border-style:solid;
	border-color:#000;
        background-image: url("img/7s.jpg");     /* 全体の背景画像 */
        background-repeat: no-repeat;            /* 背景を繰り返さない */
        background-attachment:fixed;             /* 背景画像を固定する */
        color:#696969;
		}
#bar01{
	position:absolute;
	top:40px;left:200px;
	width:500px;height:25px;
	border:1px solid #000;
	text-align:right;
	background-image: url("img/7s.jpg");     /* 全体の背景画像 */
        background-repeat: no-repeat;            /* 背景を繰り返さない */
        background-attachment:fixed;             /* 背景画像を固定する */
        color:#696969;

		}
#bar02{
	position:absolute;
	top:20px;left:80px;
	width:200px;height:30px;
	border:1px solid #000;
	background-color:#fff;
		}
/*メニュー部分のリンク設定*/
#menu ul{
	margin:0px;
	padding:80px 0px 0px 0px;
		}
#menu ul li{
	margin:0px;padding:0px;
	list-style-type:none;
		}
#menu ul li a{
	display:block;
	padding-left:20px;
	width:auto;height:20px;
	text-decoration:none;
	color:#000;
	font:normal 12px/20px Verdana;
	letter-spacing:2px;
		}
#menu ul li a:hover{
	background-color:#cccccc;
		}
/*サイトタイトル*/
h1{
	margin:0px 20px;padding:0px;
	color:#000;
	font:bold 14px/30px Verdana;
	letter-spacing:2px;
	text-align:center;
		}
/*更新履歴など*/
h2{
	margin:0px 20px;padding:0px;
	color:#000;
	font:normal 11px/25px Verdana;
		}
h3{
	margin:0 20px;padding:0px;
	color:#000;
	font:bold 11px/25px Verdana;
	letter-spacing:2px;
		}
h4{
	margin:0px;padding:0px;
	color:#000;
	font:bold 11px/25px Verdana;
	text-align:right;
		}
/*インラインフレーム内のページの設定*/
#container{
	margin:100px 20px 20px 80px;
		}
.sbt{
	position:relative;
	right:-220px;
	width:200px;
	margin-bottom:20px;
	border:1px solid #000;
	text-align:center;
		}
.intro{
	position:relative;
	z-index:-1;
	width:300px;
	left:100px;top:-25px;
	margin:0px;padding:5px 10px;
	border:3px double #000;
		}
.bn{
	margin:0px;padding:5px;
	width:200px;
	text-align:center;
	border:1px solid #000;
	background-color:#fff;
		}
.copy{
	margin-top:20px;
	color:#000;
	font:normal 10px Verdana;
	text-align:center;
		}