@charset "utf-8";

/* Global Setting
============================================= */

* {
	margin: 0;
	padding: 0;}

body,td,th,a {
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ丸ゴ Pro W4",
		"Hiragino Maru Gothic Pro",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		"MS UI Gothic";
	font-size: 12px;
	color: #666666;
	line-height: 150%;}

h1, h2, h3, h4, h5, h6, p, address {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;}

p { margin: 0px 0px 0px 0px;}
img { border: none;}
hr { display: none;}

a{ cursor: pointer;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; }
a:active {text-decoration: none;}

.hiden { display: none;}
.hidden,
.Out { position: absolute;left: -999px;top: -999px;}

.M {font-family: "リュウミン","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }
.S {font-size: 85%;}
.L {font-size: 16px;}
.LL {font-size: 20%;}
.Bd {font-weight: bold;}
.Red {color: #CC0000;}
.Or {color: #FF6600;}

table {border-collapse:collapse;}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;}

em {
	color: #FF0000;
	font-style: normal;
}

.err {
	color: #FF0000;
}
/* Clearfix Hack
============================================= */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
