@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 {
	background: #FFFFFF;
	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: 0.7em;
	text-align: left;
}

.contents1 {
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 1em;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}

.contentsinfo {
	border: 1px solid #CCCCCC;
	padding: 0.7em;
	margin-bottom: 20px;
}

.bottomNavi {
	margin-bottom: 20px;
	text-align: right;
}


/* ---------------------------------------------------------------- *
	画像ボックス
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 2em;
}

#footer ul li {
  background-image: none;
}
