@charset "shift_jis";

/* 基本部分 */
html
{
	scrollbar-3dlight-color:#b0e0e6;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#b0e0e6;
	scrollbar-darkshadow-color:#b0e0e6;
	scrollbar-face-color:#b0e0e6;
	scrollbar-highlight-color:#b0e0e6;
	scrollbar-shadow-color:#b0e0e6;
	scrollbar-track-color:#fff;
}
body
{
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	background-image:url(bg2.gif);
	background-attachment:fixed;
	background-repeat:repeat;
}

/* リンク */
a{text-decoration:none;}
a:link{color:#4682b4;}
a:visited{color:#4682b4;}
a:hover,active{color:#b0e0e6;}

/* 見出し */
h1
{
	margin:30px 10px 10px 10px;
	padding:8px 20px;
	background-image:url(h1.gif);
	background-position:1% 45%;
	background-repeat:no-repeat;
	border-bottom:1px solid #333;
	font-size:88%;
}
h2
{
	margin:0 10px;
	padding:8px 20px;
	font-size:88%;
	border-top:1px solid #333;
}

/* テキスト */
.txt
{
	margin:30px 7% 50px 7%;
	text-align:center;
}
.document
{
	margin:30px auto 50px auto;
	width:650px;
	background-color:#ffffff;
	text-align:left;
	border:1px solid #b0e0e6;
}
p
{
	padding:5px 15px 10px 15px;
	font-size:80%;
	font-family:Verdana;
	font-color:#999999;
	line-height:1.7em;
}
.aw
{
	margin:0 10px;
	padding:10px 15px;
	font-size:80%;
	font-family:Verdana;
	font-color:#999999;
	line-height:1.7em;
	border:1px dotted #b0e0e6;
}

/* 著作権表示 */
.copy
{
	margin:0 10px 10px 10px;
	padding:10px 15px;
	font-size:70%;
	text-align:center;
	border:1px dotted #b0e0e6;
}
