@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;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	min-height: 100%;
}

body {
	min-width: 1030px;
	color: #000;
	text-align: center;
	line-height: 1.5;
	background: #FFD3A2 url(../img/body_bg.jpg) repeat-x left top fixed;
}

#container {
	min-height: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#bg {
	position: fixed;
	z-index: -1;
	right: 0;
	top: 0;
	width: 100%;
}

#main {
	margin: 0 auto;
	width: 1030px;
	padding-bottom: 20px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 3px 0 0;
	width: 746px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	padding: 27px 0 34px 8px;
	width: 276px;
	float: left;
	position: fixed;
	top: 0;
	background: url(../img/sidebar_bg01.png) no-repeat left bottom;
}

#sideBar h1 {
	margin-bottom: 17px;
}

#sideBar li {
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	height: 20px;
	width: 100%;
	overflow: hidden;
	/*position: absolute;
	bottom: 0;*/
	z-index: 100;
	background: url(../img/footer_bg.png) repeat left top;
}

#footer.on {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

#footer p {
	margin: 0 auto;
	padding: 1px 0;
	width: 1030px;
	color: #FFF;
	font-size: 1.2em;
	text-align: right;
}