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

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

body {
	color: #333333;
	background: #cccccc;
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", serif;
}

#container {
	width: 855px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

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

#header {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

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

#navi {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-left: 0;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

#navi ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navi li {
	margin: 0;
	padding: 0;
	width: 95px;
	display: block;
	float: left;
	overflow: hidden;
}

#navi ul li a {
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 2px;
	color: #666666;
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
	color: #FF0000;
}


#navi .active {
	text-decoration: none;
	color: #FF0000;
}

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

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

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

#sidecontents {
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避 */
[id="sidecontents"]#sidecontents {
  /* Note：コンテンツ部分の上マージンと同じ値を設定 */
  margin-top: 0;
}
html:lang(ja) #sidecontents {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 0;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避 */
[id="sidecontents"]#sidecontents-short {
  /* Note：コンテンツ部分の上マージンと同じ値を設定 */
  margin-top: 0;
}
html:lang(ja) #sidecontents-short {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 0;
}

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

.contents {
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
	width: 300px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.4em;
}
#bottom-contents {
	text-align: center;
	clear: both;
	padding: 0em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#footer {
	text-align: center;
	padding-top: 2px;
	width: 855px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
