@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
	ドキュメント
 * ---------------------------------------------------------------- */

body {
  color: #333333;
  background: #FFFFFF;
}

#container {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	background-color: #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 {
	width: 150px;
	top: auto;
	left: 10px;
	right: auto;
	z-index: 1;
}

.sidenavibox {
	padding: 0px;
	margin: 0px;
}

[id="sidenavi"]#sidenavi {
	margin-top: 6px;
}
html:lang(ja) #sidenavi {
  margin-top: 20px;
}


/* ---------------------------------------------------------------- *
	コンテンツ
 * ---------------------------------------------------------------- */

.contents {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 0px;
	width: 650px;
	height: auto;
	margin-right: 180px;
}

.bottomNavi {
	margin-bottom: 20px;
	text-align: right;
}


/* ---------------------------------------------------------------- *
	サムネイルリスト
 * ---------------------------------------------------------------- */
 
#thumbslist {
	padding: 0px;
	margin: 0px;
	width: 650px;
}

#thumbslist li {
	margin-bottom: 40px;
	margin-left: 25px;
	height: 120px;
	width: 120px;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	サムネイル画像
 * ---------------------------------------------------------------- */

.thumbnail {
	padding: 0px;
}


/* ---------------------------------------------------------------- *
	サムネイル画像キャプション
 * ---------------------------------------------------------------- */

#thumbslist li p {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 1.5;
}


/* ---------------------------------------------------------------- *
	サムネイル画像
 * ---------------------------------------------------------------- */

.imgbox {
	padding: 0px;
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2em;
}

#footer ul li {
  background-image: none;
}
