@charset "utf-8";

/*------------------------------
共通
------------------------------*/
body
{
	color:						#666;
	background-color:			#fff;
	font-family:				"Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:					77%;				/*77・93・108・123.1*/
	}

a:link
{
	color:						#333;
	text-decoration:			none;
	}

a:visited
{
	color:						#333;
	text-decoration:			none;
	}

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

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

p
{
	margin-bottom:				8px;
	}

p.pgtp
{
	margin:						0 8px;
	}

p.capt
{
	margin:						0;
	}

p.pan
{
	margin:						0;
	}

strong
{
	color:						#333;
	background-color:			#ffe;
	font-style:					normal;
	font-weight:				bold;
	}

em
{
	font-style:					italic;
	font-weight:				normal;
	}
