@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:#f1f1f1;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#1a1a1a;
	overflow: visible;
}


/* for IE7 */
*+html body { 
	font-family: "メイリオ","Meiryo";
	font-size: 75%; 

}

/* for IE6 */  
* html body {  
	font-size: 75%; 
} 

div#page{
	width:798px;
	height:98px;
	padding:11px;
	overflow:hidden;
	margin:120px auto 0;
	background:url(../img/bg.jpg) no-repeat top ;

}

div#page h1{
	width:227px;
	float:left;

}

div#page p#btn{
	float:right;
	width:462px;
	display:inline;
	margin:18px 0 0 0 ;
}

div#footer{
	width:820px;
	height:80px;
	clear:both;
	margin:5px auto 0;
	padding:10px;

}

div#footer p#text{
	width:370px;
	height:60px;
	padding:12px 0 0 70px;
	background:url(../img/18kin.gif) no-repeat left top;
	line-height:1.1;
	float:left;
}

div#footer p#leave{
	width:300px;
	margin:20px 0 0;
	text-align:center;
	float:right;
}

div#footer p#leave a{
	color:#009999;
}
div#footer p#leave a:hover{
	text-decoration:none;
}

div#footer p#copyright{
	width:820px;
	margin:0 auto;
	text-align:center;
	font-size:0.8em;
	color:#666666;
	clear:both;
}
