body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	margin: 20px 50px;
	color: #333;
}
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;
}
h1	{ padding: 10px 0; }
#contents	{
	padding: 20px 20px 40px;
}
h2	{ 	
	font-size: 133.3%;
	border-bottom: solid 2px #CCC;
	padding: 5px;
	margin-bottom: 10px;
}
img	{ border: 2px solid #CCC; }
pre	{ width: auto; background: #F4F4F4; padding: 10px; }
address	{ font-family: Arial, Helvetica, sans-serif; }
