@charset "utf-8";

/* reset
---------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

/* Global Settings
---------------------------------------------------------------------------------------- */
body {
	text-align: center;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;/* 文字サイズ中で1.2emと12pxが同じ大きさに */
	font-weight: normal;
	line-height: 1.75;
	font-style: normal;
}
img, a img {
	border: none;
	background: transparent;
	vertical-align: bottom;
}
ul,ol,dl {
	list-style: none;
}
a,
a:active,
a:visited {
	color:#FFA500;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p,h1,h2,h3,h4,h5,h6,tr,th,td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
table {
	font-size: 1em;
}
.hide {
	display:none;
}
.clear {
	font-size:1px;
	line-height:1px;
	clear:both;	
}

