body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	color: #333;
	margin:0; padding:0;
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
a:link	{
	text-decoration: none;
	color: #2D88B3;
}
a:visited	{
	text-decoration: none;
	color: #2D88B3;
}
a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}
a:active	{
	text-decoration: none;
	color: #9F81D9;
}

#header { background: url(../image/header.jpg) repeat; text-align: left; }
h1	{  width: 900px; margin: 0 auto; text-align: left; font-size: 250%; color: #1D1D1D; padding: 40px 30px; }
#contents	{ width: 900px; margin: 0 auto; text-align: left; padding: 20px 0; }
h2	{ 	
	font-size: 133.3%;
	border-bottom: solid 2px #CCC;
	padding: 5px;
	margin-bottom: 10px;
}
#contents ul	{ padding: 30px; }
img	{ border: none; }
pre	{ width: auto; background: #F4F4F4; padding: 10px; }
address	{ font-family: Arial, Helvetica, sans-serif; }