/*---全体の設定---*/
*{
	color: #663333;
	font-size: 10px;
	font-family: Verdana, "ＭＳ　Ｐゴシック",Osaka;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	scrollbar-face-color: #fff8f3;
	scrollbar-track-color: #fff8f3;
	scrollbar-arrow-color: #800000;
	scrollbar-highlight-color: #fff8f3;
	scrollbar-shadow-color: #fff8f3;
	scrollbar-3dlight-color: #fff8f3;
	scrollbar-darkshadow-color: #fff8f3;
	overflow: hidden;
	background: url(img/dot.gif) repeat;
}

/*---リンク部分の設定---*/
a{
	text-decoration: none;
}

a:link,a:visited{
	color: #CC3333;
}

a:hover,a:active{
	color: #990000;
	border-bottom:1px dashed;
}

/*---既存タグの設定---*/
li {
	list-style-type: none;
}

img{
	border: none;
}

h1,h2,h3,h4{
	font-weight: normal;
}

h1{
	color: #663333;
	font-size: 24px;
	padding-right: 5px;
}

h2{
	color: #800000;
	background-color: #FFF5EE;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-left: 80px;
	padding-left: 10px;
}

/*--ページの設定--*/

#container{
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	width: 500px;
	height: 440px;
	margin-top: -220px;
	margin-left: -250px;
	border: 1px dashed #633;
}

#header{
	width: 500px;
	height: 50px;
	padding-top: 50px;
	text-align: right;
	background: url(img/top.jpg);
	border-bottom: 1px dashed #633;
}

#wrapper{
	width: 500px; 
	height: 300px;
	overflow: auto;
	background-color: #fff8f3;
}

#menu{
	background-color: #633;
	height: 20px;
	line-height: 20px;
	text-align: left;
}

#menu a:link,#menu a:visited{
	color: #fff;
}

#menu a:hover,#menu a:active{
	color: #fff;
	position: relative;
	top: 1px;
	border-bottom:none;
}

#copy{
	background-color: #fff8f3;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

/*--テキスト部分の設定--*/
.text{
	width: 300px;
	text-align: left;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}

.text ul{
	list-style-type: none;
}

.text li{
	background: url(img/list.gif) no-repeat 0 6px;
	padding-left: 10px;
	line-height: 18px;
}

.text　td.tab{
	padding: 2px 5px;
	border-bottom: 1px dashed #996633;
	border-right: 1px dashed #996633;
}

/*--著作権表示の部分の設定--*/
.links{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

.links a:link, .links a:visited{
	color: #CC6666;
}