@charset "utf-8";

/*--------------------------------------------------------------------
HTML5
--------------------------------------------------------------------*/

article,aside,details,footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

/*--------------------------------------------------------------------
Wrapper
--------------------------------------------------------------------*/

#wrapper {
	width: 100%;
}

/*--------------------------------------------------------------------
Wrap-top
--------------------------------------------------------------------*/

#wrap-top {
	width: 100%;
	text-align: center;
}

header {
	text-align: left;
}

#contents {
	text-align: left;
	margin: 0 auto;
}



/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

#wrapper {
	position: relative;
	min-height: 100%;
	width:960px;
}

* html #wrapper {/*IE6*/
	height: 100%;
}

#wrap-top {
	height: 100%;
	padding-bottom: 100px;}

#content {
	overflow: auto;
	width:900px;
}


/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

* html #top {/*IE6*/
}

*:first-child + html #top {/*IE7*/
}

@media only screen and (max-width: 480px){
	
#wrapper {
	width:90%;
}
}
