@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
	ドキュメント
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #FFFFFF;
}

#container {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	background: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	ナビゲーション
 * ---------------------------------------------------------------- */

#navileft {
	float: left;
	height: 70px;
	width: 690px;
}

#naviright {
	float: right;
	height: 70px;
	width: 160px;
	padding-top: 20px;
}
 
#navi {
	padding: 0px;
	margin-bottom: 10px;
	height: 70px;

}

#topicpath {
	margin-bottom: 10px;
	padding-left: 5em;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */

#main {
	padding-left: 180px;
	padding-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	サイドメニュー
 * ---------------------------------------------------------------- */

#sidenavi {
	background: #FFFFFF;
	width: 150px;
	top: auto;
	left: 10px;
	right: auto;
	z-index: 1;
}

.sidenavibox {
	padding: 0px;
	margin: 0px;
}

.sidecategory {
	padding: 0px;
	margin-bottom: 5px;
}


[id="sidenavi"]#sidenavi {
	margin-top: 6px;
}
html:lang(ja) #sidenavi {
  margin-top: 20px;
}


/* ---------------------------------------------------------------- *
	コンテンツ
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	padding: 0.7em;
}

.wrapping {
	margin-bottom: 30px;
	padding-top: 2em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;
	background-color: #EEEEEE;
}

.bottomNavi {
	margin-bottom: 20px;
	text-align: right;
}

table {
	border: 1px solid #999999;
}

th {
	background-color: #FF9966;
	padding: 15px;
	text-align: center;
}

td {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 15px;
}


/* ---------------------------------------------------------------- *
	コンテンツ画像
 * ---------------------------------------------------------------- */

.contents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}


/* ---------------------------------------------------------------- *
	画像ボックス
 * ---------------------------------------------------------------- */

.imgbox {
	background: #FFFFFF;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2em;
}

#footer ul li {
  background-image: none;
}
