@charset "UTF-8";

/* group layout
----------------------------------------------------------------------*/

div#container {
	position: relative;
	width: 1000px;
	height: auto !important; 
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	background: #fff;
}

body > div#container {
	height: auto;
}

div#header {
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: url(../common/header_background2.gif) no-repeat center;
	text-align: left;
}

div#global-nav-bg {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}

div#global-nav {
	position:relative;
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #999;
}

/* IE6,7用 */

*+html body div#global-nav {
	height: 41px;
}

* html body div#global-nav {
	height: 41px;
}


/* ここまで */

div#wrapper {
	clear: both;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

div#contents {
	display: inline;
	width: 900px;
}

div#page-contents {
	display: inline;
	float: right;
	width: 900px;
}

div#main {
	float: right;
	width: 630px;
	margin-top: 20px;
}

div#side {
	width: 250px;
	display: inline;
	float: left;
}

div#mainbox_bottom {
	float:left;
}

div#footer{
	position: relative;
	width: 1000px;
	height: 424px;
	margin: 0 auto;
	background: #999 url(../common/footer_background.jpg) no-repeat center top;
	text-align: left;
	color: #fff;
	font-size: 10px;
}

div#footer_wrap {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	width: 900px;
	font-size: 12px;
}