@charset "utf-8";

/*--

	__Reset
 
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-- default --*/
body {
	margin :0;
	padding: 0;
	color:#333;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#fff;
	overflow: visible;
}


/* for IE7 */
*+html body { 
	font-family: "メイリオ","Meiryo";
	font-size: 75%; 

}

/* for IE6 */  
* html body {  
	font-size: 75%; 
} 

div#page{
	width:500px;
	height:500px;
	overflow:hidden;
	margin:120px auto 0;
	background:url(../img/bg.jpg) ;

}

div#page h1{
	margin:94px 0 0 22px;

}

div#page p#text{
	width:370px;
	height:60px;
	margin:30px 0 40px 50px;
	padding:8px 0 0 50px;
	background:url(../img/18kin.gif) no-repeat left top;
	line-height:1.1;	
}

div#page p#btn{
	margin-left:18px;
}


div#page p#leave{
	width:500px;
	margin:10px 0;
	text-align:center;
}

div#page p#leave a{
	color:#009999;
}
div#page p#leave a:hover{
	text-decoration:none;
}

div#page p#copyright{
	width:500px;
	text-align:center;
	font-size:0.8em;
	color:#666666;
}

