@charset "utf-8";
/*----------------------------------------------------------
	FontSize
	デフォルトは13PX
	
(px) (%)
 10   77
 11   85
 12   93
 13   100
 14   108
 15   116
 16   123.1
 17   131
 18   138.5
 19   146.5
 20   153.9
 21   161.6
 22   167
 23   174
 24   182
 25   189
 26   197
----------------------------------------------------------
reset
----------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#FFF;
	color:#333;
	font-size:13px;
	line-height:1.4;
	letter-spacing:0.1em;
	*font-size:small;
	*font:x-small;
}


h1, h2, h3, h4, h5, h6, address strong{
	font-style:normal;
	font-weight:normal;
}
ul,ol,dl,li,dt,dd {
	list-style-type:none;
	list-style-position:outside;
	line-height:1;
}
img {
	border:0;
	vertical-align:bottom;
}
th,td{
	vertical-align:top;
}


/* リンク */
a:link,
a:visited{
	color:#FF6600;
	text-decoration: underline;
}
a:hover,
a:active{
	color:#333;
	text-decoration: none;
}
