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

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

body {
  color: #000000;
}

#container {
  width: 100%;
  margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}

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

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

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

#main {

  padding-left: 0px;
	padding-right: 0px;
  margin-top: 0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
}

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

#sidenavi {
  width: 160;
  left: 0;
	right: auto;
  padding-top: 0;
	padding-bottom: 20px;
	float: left;
}

#sidenavi ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#sidenavi ul li {
	margin: 5px 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 150px;
}

[id="sidenavi"]#sidenavi {
  /* Note：コンテンツ部分の上マージンと同じ値を設定 */
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 0;
}

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

#sidebox {
  width: 160px;
}

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

#contents {
  margin-top: 0;
	margin-bottom: 0px;
	padding: 0em 0em 0em 20px;
	float: right;
	width: 710px;
	background-attachment: scroll;
	background-image: url(images/bg_b.gif);
	background-repeat: repeat-y;
	background-position: 0px top;
	margin-left: 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: 95%;
	line-height: 1.2em;
}

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

#contents-header {
	margin-top: 0px;
	padding: 30px 0px 10px;
	width: 100%;
	margin-left: 0px;
	text-align: right;
	background-image: url(images/headbg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	margin-bottom: 3em;
	margin-right: 0px;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */

#footer-bg {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 50px;
	padding: 0em;
	clear: both;
}
#footer {
  padding-top: 2em;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #333333;
}

