@charset "UTF-8";
body {
	background-color:#f5f3f1;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color:#000000;
	font-size: 14px;
	margin:20px;
	background-image:url(../images/bg2008.gif);
	line-height:150%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:visited  {
	color: #333333;
	text-decoration: underline;
}


a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
h2	{
	text-align:center;
	margin: 40px auto;
}

img	{
	border:0;
}
ul	{
	margin:30px 10px 10px 0px;
	font-size:85%;
	font-weight: normal;
	text-align:left;
}
#copy {
	width: 464px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

li	{
	list-style-type:square;
}

p	{
	text-align: left;
	font-weight:normal;
}

hr {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
}
