@charset "shift_jis";

/* 全体 */
/*--------------------------------------------------------------------------------------------------*/
html { margin:0 auto; }

BODY {
	width			: auto;
	height			: auto;
	margin			: 0 auto;
	padding			: 0 5px;
	color			: #333333;
    line-height		: 130%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
    letter-spacing	: 0px;
	text-align		: left;
	background-color:#fff;
}

/* リンク色 */
/*--------------------------------------------------------------------------------------------------*/
a:link		{ color: #516CDB; text-decoration:underline;}
a:visited	{ color: #516CDB; text-decoration:underline;}
a:hover		{ color: #9EB0F6; text-decoration:underline;}
a:active	{ color: #516CDB; text-decoration:underline;}

