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

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

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

a:hover {
	color: #ff67a4;
	text-decoration: none;
}

img	{
	border:0;
}

h1 {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

h2	{
	text-align:center;
	margin: 40px auto;
}

ul	{
	margin:30px 10px 10px 0px;
	font-size:85%;
	font-weight: normal;
	text-align:left;
}

#copy {
	width: 465px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}

li	{
	list-style-type:square;
}

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

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

.nav	{
	text-align: center;
	margin: 20px; auto;
}