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

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

body {
	color: #333399;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-x;
	background-position: left 20px;
}

#container {
	width: 100%;
	top: 0px;
	bottom: 0px;
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

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

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

#main {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#navi {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}

#navi ul {
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 100px;
}

#navi ul li {
	white-space: nowrap;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 1.2em;
}

#navi ul li a {
	font-weight: bold;
	display: block;
	text-align: right;
	margin: 0px;
	color: #FFCC66;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#navi a:hover {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#navi .active {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

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

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

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

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

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

#contents {
	margin-top: 0;
	margin-bottom: 0px;
	width: 500px;
	margin-left: 0px;
	height: auto;
	float: left;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#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: 900px;
	height: 90px;
	margin: 0px auto;
	text-align: center;
}

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

#contents-1column {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0px 0px 10px;
	width: 900px;
}

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

#menunavi {
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333399;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color: #333399;
}
#footer {
	margin: 0px auto;
	clear: both;
	height: 30px;
	padding: 0px;
}

