@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
	color: #000000;
	height: 100%;
	background-color: #4D5C14;
	margin: 10px 0px 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	min-height: 100%;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
  margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	margin-right: 0px;
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定
 * ---------------------------------------------------------------- */

#sidenavi {
	width: 250px;
	left: 0px;
	right: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	float: left;
	clear: none;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	サイドコンテンツ領域の設定
 * ---------------------------------------------------------------- */

#sidebox {
	width: 160px;
	float: left;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */

#contents {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 20px 10px 0px 20px;
	width: 520px;
	margin-left: 0px;
	height: auto;
	background-attachment: scroll;
	background-image: url(images/shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	margin-right: 0px;
}
#contents-wide {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 30px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#contents ul li.link {
	margin: 5px 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	text-decoration: underline;
	font-size: 100%;
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contents ul li {
	margin: 0px 0px 2px;
	padding: 5px 0px 0px 5px;
	list-style-type: square;
	font-size: 100%;
	line-height: 1.2em;
}

/* ---------------------------------------------------------------- *
	コンテンツヘッダ部分の設定
 * ---------------------------------------------------------------- */

#contents-header {
	padding: 0px;
	width: 800px;
	height: 250px;
	margin: 0px auto;
}

/* ---------------------------------------------------------------- *
	メニュー部分の設定
 * ---------------------------------------------------------------- */

#menunavi {
	padding: 0px;
	width: 800px;
	height: 20px;
	margin: 0px auto;
	clear: both;
}
#footer {
	margin: 0px auto;
	clear: both;
	height: 30px;
	padding: 0px;
}

