@charset   "Shift_JIS";
/* 基本・共通指定 */
body
{
	background : #acd6ff url(
) repeat;
}

A:link		{text-decoration:underline;}
A:visited	{text-decoration:underline;}
A:active	{text-decoration:none;}
A:hover	{text-decoration:none;}

h1,h5,div,td,span,p,a
{
	 font-family: "ＭＳ Ｐゴシック", "Osaka"; 
	 font-size: 12px;
}

p
{
	margin:0 0 0 0;
	line-height:130%;
}

div.Main
{
	background:#fff;
	width:700px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	margin:0 auto;
}


