@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial , Hiragino Kaku Gothic Pro;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial , Hiragino Kaku Gothic Pro;
	color: #000000;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial , Hiragino Kaku Gothic Pro;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial , Hiragino Kaku Gothic Pro;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, fieldset {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial , Hiragino Kaku Gothic Pro;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#000033;
	outline:0;
	outline:none;
}
a:hover{
	outline:0;
	outline:none;
	color: #990000;
}


.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
	display: inline;
}


*:first-child+html .clear{/*IE7 HACK*/
	display: block;
}

strong{
	font-weight:bold;
}


div#wrapper {
	width:1050px;
	overflow:visible;
	margin: 0;
	padding: 0;
	background-image: url(../../img/lower/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#wrapper {
	height: 1em;
	overflow: visible;
	margin: 0px auto;
	padding: 0;
}



#nenganav{
    bottom:60px;
    text-align:center;
    width:100%;
}
#btn{
    margin-left:auto;
    margin-right:auto;
    padding:1em	3em;
    width:420px;
	height:236px;
    margin:0px auto;
}
