@charset "UTF-8";

/* ================================================================ *
	Web Designing 2007/10
	テンプレート用ベース CSS
	
	この CSS には，テンプレートの基本的な設定・共通設定が
	書かれています。
	高度なカスタマイズをしない限り，このファイルの内容を変更する
	必要はありません。
 * ================================================================ */

/* マージンをリセット */
body, div {
  margin: 0;
  padding: 0;
}

/* フロートしているナビゲーションのリストアイテムのフロート解除を、直下のHTML要素の有無に関わらずクリアするための設定（俗に言うclearfix） */
#navi ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* 配置の基準の設定 */
#container, #main, #mainbox {
	position: relative;
}

/* サイドメニューは絶対配置 */
#sidenavi {
	position: relative;
	left: 0;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* サイドコンテンツは絶対配置 */
#sidebox {
  top: 0;
  right: 0;
}

/* 背景写真型のコンテンツは絶対配置 */
#contentsbox, #navibox {
}

#mainimgbox {
  display: block;
  position: absolute;
}

/* ナビゲーション，フッタでは折り返しを抑制 */
#navi, #footer {
  white-space: nowrap;
}

/* ナビゲーション，フッタの箇条書きは横並びリスト */
#navi ul, #footer ul {
  margin: 0;
  list-style: none;
}

#navi ul li, #footer ul li {
  display: inline;
  padding-left: 16px;
  padding-right: 0.5em;
  background: left center no-repeat;
}

/* サイドメニューのコンテンツはマージン 0 でコンパクトに */
#sidenavi p, #sidenavi ul, #sidenavi ol, #sidenavi dl,
#navibox p, #navibox ul, #navibox ol, #navibox dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 回り込み解除設定 */
#header, #navi, .contents, #footer {
  clear: both;
}

/* ハイパーリンク付き画像は枠なし */
a img {
  border: none;
}

/* 画像のみのボックスのパディングは 0 とする */
.imgbox {
	padding: 0;
	margin: 40px 0px 0px;
  
}

/* 画像のみのボックスの画像の余白は「なし」にしておく */
.imgbox img {
  margin: 0;
  padding: 0;
  border: none;
}

/* サムネイルリストはマーカなし，余白なし */
#thumbslist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#thumbslist li {
  float: left;
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: center;
}

/* サムネイルはボックスの中央に */
.thumbnail {
  margin: 0 auto;
}

/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
.contents img {
  position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}

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

body {
	color: #FFFFFF;
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin: 10px auto 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #3B1115;
	min-height: 100%;
}

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

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

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

#main {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: auto;
}

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

#sidenavi {
	width: 200px;
	left: 0px;
	right: auto;
	height: auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
}
html:lang(ja) #sidenavi {
  /* Note：直前の指定と同じ値を設定 */
  margin-top: 0;
}

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

#contents {
	margin-top: 0;
	margin-bottom: 0px;
	padding: 20px 0px;
	width: 600px;
	margin-left: 0px;
	height: auto;
	float: right;
	margin-right: 0px;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#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: 800px;
	height: 100px;
	margin: 0px auto;
}
#footer {
	margin: 0px auto;
	clear: both;
	height: 30px;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
/*
 * This Stylesheet was based on YUI Library's Fonts CSS.
 * > Copyright (c) 2007, Yahoo! Inc. All rights reserved.
 * > Code licensed under the BSD License:
 * > http://developer.yahoo.net/yui/license.txt
 * > http://developer.yahoo.com/yui/fonts/
 * Note: この部分の指定では、Yahoo! UI Library の Fonts CSS を利用して、各種ブラウザのフォントサイズの差をほぼなくす設定を行っています。ほとんどのモダンブラウザで、基本のフォントサイズを13pxと指定し、pixel単位で指定したときに IE でサイズが変更されない不具合を埋めるためにプロパティの先頭に*を付けるハック(ブラウザのバグを利用したinvalidなハック)を利用して IE7がsmall, IE5～6 が x-small を読み込むように設定することで、基本のフォントサイズがほぼ揃います。
 */
  font-size: 12px;
  *font-size: small;
  *font: x-small;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
}

a,
a:link {
  color: #E5B95B;
	text-decoration: none;
}

a:visited {
  color: #9C713D;
}

a:hover {
  color: #E5B95B;
}

a:active {
  color: #E5B95B;
}
p {
  line-height: 1.7;
}

ul, ol, dl {
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}

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

h2 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	border-bottom-width: 1px;
	padding: 0px 0px 2px;
	margin-left: 0px;
	border-bottom-style: solid;
	color: #E5B95B;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}

.contents {
}

#navi {
}

#footer {
  font-size: 90%;
	text-align: center;
	color: #666666;
	padding-top: 20px;
	height: 30px;
}

#footer address {
  font-style: normal;
	text-align: center;
	color: #666666;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}
.news {
	padding: 10px;
	border: 1px solid #E5B95B;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
	height: 100%;
}

.news-date {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 5px;
}

