@charset "shift_jis";
/* CSS Document */

/* ---------- ユニバーサルセレクタ ---------- */

* {
	margin:0px;
	padding:0px;
	font-family:Helvetica,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",sans-serif;
	letter-spacing:1;
	line-height:1.5;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ---------- /ユニバーサルセレクタ ---------- */


/* ---------- 一般 ---------- */

BODY {
	color:#000;
	background:#FFF;
}

A         {	text-decoration: none; display: block; height: 100%; text-decoration: none; width: 100%;}
A:link    {	color: #000; text-decoration: none;}
A:visited {	color: #000; text-decoration: none;}
A:hover   {	color: #000; text-decoration: none;}
A:active  {	color: #000; text-decoration: none;}

TH{
	text-align:left;
	font-weight: normal;
}

TD{
	text-align:left;
}

DIV{
	font-size:12px;
	text-align:left;
}

HR {
	color: #000000;
	border-top: 1px dotted #333333;
}

p{
	margin:0px;
	padding:0px;
}

.hide{
	display:none;
}

ul,ol{
	list-style:none;
}

img{
	border:none;
	vertical-align:bottom;
	width:100%;
}

/* ---------- /一般 ---------- */
