@charset "UTF-8";
/* CSS Document */

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

html {
	height:100%;
}



body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, MS PGothic, Osaka, sans-serif, Helvetica, Verdana;
	color: #666666;
	font-size:9pt;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

img {
	border: none;
}

.hidden {
	display:none;
}


#wrap_box {
	position:absolute;
	width:345px;
	height:100px;
	left:50%;
	top:50%;
	margin:-50px 0 0 -173px;
	padding:2px;
}

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