@charset "UTF-8";
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; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* clearfix --*/
.clearFix:after{ content:""; clear:both; display:block; height:0; }
/* alt --*/
.alttext  { display:block; text-indent:-9999px; overflow:hidden; }
a { text-decoration:none; }
hr { display: none; }


.page #nav{
	display: block;
	bottom:auto;
	position: fixed;
	left:0;
	top:0;
	padding-top:20px;
	padding-bottom:5px;
	background:rgba(255,255,255,0.9);
}
.page #nav ul{
	display: block;
}
.page #nav img{
	display: block;
}
.page h1{
	text-indent: 0px;
	display: block;
	overflow: hidden;
	padding-bottom:60px;
}
.page #wrapper{
	overflow: visible;
}
.page #container{
	padding-top:140px;
	padding-bottom:100px;
	text-align: center;
}
.page #footer{
	position: relative;
	bottom:auto;
	padding-bottom:20px;
}