@charset "utf-8";

@import "sidebar.css";
@import "common.css";
@import "footer.css";

/* default
----------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul { list-style: none; }
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #6FBA2C; text-decoration: underline; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearfix { zoom: 1; }


/* structure
----------------------------------------------------------------------*/
html { height: 100%; overflow: hidden; }

body {
	color: #FFF;
	height: 100%;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	background: #000;
	margin: 0;
}
body.msie { font-size: 62.5%; }
body.win { font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

body h1 { display: none; }


/*--------------------------------------------------*/
#wrapper {
	position: relative;
	height: 100%;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	text-align: left;
	overflow: auto;
}
body > #wrapper { height: auto; min-height: 100%; }

@media screen {
/*\*/
* html #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/**/
}

/*--------------------------------------------------*/
#page { border-top: 10px solid #000; }
#main {
	padding-bottom: 27px;
	text-align: left;
}

/*--------------------------------------------------*/
#header {
	position: relative;
	text-align: center;
}
#sidebar {
	position: absolute;
	top: 32px;
	left: 28px;
}

/*--------------------------------------------------*/
#footer {
	position: absolute;
	width: 100%;
	height: 26px;
	font-size: 11px;
	background: url(../images/top/bg_footer.png) center bottom no-repeat;
	left: 0px;
	bottom: 0px;
	clear: both;
}

/*--------------------------------------------------*/
img.bgimage { position: fixed !important; display: none; }

