/* ===================================================================
	全体設定
=================================================================== */
*
{
	margin : 0px;
	padding: 0px;
	line-height      :1.5em;
}
* { box-sizing : border-box }
* { -moz-box-sizing : border-box }

html,
body
{
    height:100%;
	background-color :#FFFFFF;
	font-family: 
		"ＭＳ Ｐゴシック",
		Osaka, 
		"ヒラギノ角ゴ Pro W3"
		Helvetica,
		Arial,
		Verdana, 
		sans-serif;
}

td
{
	color           :#E6E6E6;
}

table
{
	border-collapse: collapse;
	border-spacing : 0px;
}

img
{
	border : 0px solid #000000;
}

form
{
	margin:0px;

}

h1,
h2,
h3,
h4
{
	font-size  :0;
	line-height: 1em;
}

.nospace
{
	font-size  :0px;
	line-height:0px;
}

.sigrest-all-clear{
	padding    :0;
	margin     :0;
	font-size  :0;
	line-height:0;
	clear      :both;
}
.sigrest-block-clear
{
	font-size  :0;
	line-height:0;
	clear      :both;
}

/* 本の陰影 */
.shadow {
	background-image: url(/img/img_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	position: relative;	
}
.shadow img {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: -4px 8px 5px -4px;
	padding: 0px;
	position: relative;
}


/* ===================================================================
	全体設定 リンク
=================================================================== */
a:link    {color:#666666; text-decoration: underline;}
a:visited {color:#666666; text-decoration: underline;}
a:hover   {color:#ff64a4; text-decoration: underline;}
a:active  {color:#ff64a4; }

/* ===================================================================
	全体設定 文字関連
=================================================================== */


/* -------------------------------------
   要点
------------------------------------- */
font.point
{
	color: #fe6600;
}


/* -------------------------------------
   注意
------------------------------------- */
font.caution
{
	color: #E23180;
	font-weight: bold;
}


/* -------------------------------------
   NEW!
------------------------------------- */
font.new
{
	color: #FF0000;

}


