*	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}

body	{
	background-color:rgb(255,255,255);
	color:rgb(59,67,68);
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.4;
	/*font:1em/1.4;*/
}

h1	{
	font-size:187.5%;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
h2	{
	margin:1.5em auto 0.5em auto;
	font-size:150%;
}

a:link, a:visited	{
	color:rgb(59,67,68);
}
a:hover	{
	color:rgba(107,114,127,0.8);
	text-decoration:none;
}

ol	{
	margin-left:2em;
	padding-left:0px;
	list-style:decimal;
}

header	{
	text-align:right;
	padding:40px 0 0 0;
	border-bottom:8px solid rgb(59,67,68);
}
header h1	{
	margin:0;
	padding:0 0 10px 0;
	color:rgb(59,67,68);
}
header .inner	{
	border-bottom:1px solid rgb(59,67,68);
	margin-bottom:2px;
}

footer	{
	clear:both;
	background-color:rgb(59,67,68);
	color:rgb(255,255,255);
	overflow:auto;
	padding:20px 0 20px 0;
}
footer .copy	{
	float:left;
	width:350px;
}
footer nav	{
	float:right;
	width:300px;
	text-align:right;
}
footer nav ul	{
	list-style:none;
}

footer a:link, footer a:visited, footer a:hover	{
	color:rgb(255,255,255);
}

#main	{
	margin:20px auto 20px auto;
}

.wrapper	{
	width:750px;
	margin:0 auto 0 auto;
}
