@charset"Shift_JIS";

/* 基本CSS */
* {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "MS Ul Gothic", Osaka, Arial, Helvetica, sans-serif;

  }	
	
body{
	background-color: #000000;
	text-align:center;
	background-image:url(xmas-2b.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#contents {
	width: 600px;
	margin: auto;
	
}

h1{
	text-align: left;
	font-size:30px;
	font-weight: normal;
	letter-spacing: 20px;
	margin-top: 200px;
	
}

h2 {
	color: #336600;
	font-size: 12px;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	color: #336633;
	font-size: 12px;
	line-height: 150%;
}
#footer {
	color: #336633;
	font-size: 11px;
	font-style: normal;
	text-align:left;
	padding-top: 5px;
	margin-top: 20px;	
	clear: both;
}
#footer a{
	color: #336633;
	font-size: 11px;
	text-decoration: none;	
	}

p img {
	float: left;
	margin-right:5px;
	border: solid 1px #990000;
}
#menu {
	font-size: 13px;
	color: #990000;
	text-align: left;
	margin-top: 20px;
}
#menu a {
	color: #336633;
	text-decoration: none;
	font-weight:bold;
	line-height: 150%;
}
#menu a:hover{
	color: #990000;

}
h1 a {
	color: #336600;
	font-weight: normal;
	text-decoration: none;
}
