@charset "shift_jis";

* { font-size:100%; margin:0; }

html{height:100%;
scrollbar-arrow-color:#ff8c1b;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#ff8c1b;
scrollbar-shadow-color:#ff8c1b;
scrollbar-track-color:#2e2e2e;
}

body{	
	behavior:url("csshover.htc");
	color:#3c3c3c;
	font-size:11px;
	line-height:1.6;
	margin-top:200px;
	height:100%;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center top;
	background-attachment:scroll;
	position:relative;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳゴシック',sans-serif;
scrollbar-arrow-color:#ff8c1b;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#ff8c1b;
scrollbar-shadow-color:#ff8c1b;
scrollbar-track-color:#2e2e2e;
	}


a:link {color:#139DD9;text-decoration:none;}
a:visited {color:#139DD9;text-decoration:none;}
a:hover {color:#ff2563;text-decoration:none;}

img{border:0;
vertical-align: bottom;}

.outline_none {
	outline:0;
}

.op_box {
	background-image:url(image/enterback.jpg);
	background-repeat:no-repeat;
	width:662px;
	height:346px;
	margin:auto;
	text-align:center;
}

*:first-child+html .op_box {
	width:662px;
}


.enter {
	width:158px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	padding-top:195px;
}

.enter a{
	background-image:url(image/enter.png);
	width:158px;
	height:39px;
	display:block;
}

.enter a:hover{
	background-image:url(image/enter_on.png);
	cursor:pointer;
}