/* charset */
@charset "Shift_JIS";

/* 初期化・ベース------------------------------------------------------------- */


body {
	width:100%;
	text-align:center;
	background-color: #CCCCCC;
	margin:0;
	padding:0;
}

p , td {
	line-height:130%;
}

a:link {
	color:#0000ff;
	text-decoration:none;
}
a:visited {
	color:#990099;
	text-decoration:none;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
}

a:active {
	color:#cc0000;
	text-decoration:underline;
}

