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

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
 
/* マージンをリセット */
body, div {
	margin: 0;
	padding: 0;
}

/* フロートしているナビゲーションのリストアイテムのフロート解除を、直下のHTML要素の有無に関わらずクリアするための設定（俗に言うclearfix） */
#hmenu_img ul:after, #vmenu_img ul:after, #vmenu_contents ul:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/* サイドの垂直画像メニューは絶対配置 */
#vmenu_img_container, #vmenu_contents_container, #seasonmenu {
	position: absolute;
	top: 0;
}

body {
	background-color: #FFFFFF;
}
/*---------- 全体を囲む要素 ----------*/
#container {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 0px;
}
/*---------- 垂直画像メニューの要素 ----------*/
#vmenu_img_container, #vmenu_contents_container {
	width: 185px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
/*---------- メインコンテンツの要素 ----------*/
#contents {
	margin-left: 195px;
	width: 515px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#indexcontents {
	margin-left: 195px;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	width: 515px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#indexphoto {
	margin-left: 240px;
	padding: 0;
	text-align: left;
	margin-top: 55px;
	position: absolute;
	z-index: 1;
}

#photoframe {
	margin-left: 230px;
	padding: 0;
	text-align: left;
	margin-top: 50px;
	position: absolute;
	z-index: 2;
}
#banner {
	margin-left: 270px;
	padding: 0;
	text-align: left;
	margin-top: 35px;
	position: absolute;
	z-index: 2;
}

#member {
	text-align: center;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
}
#site-map {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	list-style-type: none;
}

/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */

.fig {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

.figface {
  float: right;
  margin-top: 0;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-left: 2em;
}


hr {
	text-align: center;
	height: 2px;
	width: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0;
}
/* 各ページの目次は横並びリスト */
#toc {
	margin-top: 0;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	margin-right: 0px;
	margin-left: 5px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
*html #toc {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-right: 0px;
	margin-left: -30px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}


#toc ul {
	margin-bottom: 4px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#toc ul li {
  margin: 0;
  padding: 0 8px;
  background-image: none;
  display:inline;
}
#report {
	height:880px;
}
#link {
	height:500px;
	background-image: url(../contents_img/link_illust.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contents-sub {
	font-size: 1em;
	padding-bottom: 130px;
	text-align: center;
}

*html #contents-sub {
	font-size: 1em;
	padding-bottom: 10px;
	text-align: center;
}
.greetingwaku {
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 3em;
	margin-left: 0px;
	padding: 0px;
}


/* ---------------------------------------------------------------- *
	サムネイルリストの設定です
 * ---------------------------------------------------------------- */

ul#thumbslist {
  margin: 0px;
  padding: 0px;
}

ul#thumbslist li {
  background: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  padding: 0px;
  width: 150px;
  height: 120px;
  border: 1px solid #EEEEEE;
}
*html ul#thumbslist li {
  background: #FFFFFF;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 0px;
  width: 140px;
  height: 120px;
  border: 1px solid #EEEEEE;
}

/* ---------------------------------------------------------------- *
	サムネイル画像についての設定です
 * ---------------------------------------------------------------- */
div.thumbnail {
  background: transparent;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* ---------------------------------------------------------------- *
	説明キャプションについての設定です
 * ---------------------------------------------------------------- */

ul#thumbslist li p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1;
	font-size: 85%;
}

/* ---------------------------------------------------------------- *
	ページのアクセント
 * ---------------------------------------------------------------- */
	
	#drop {
	background-image:url(../common_img/drop.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 79px;
	width: 200px;
	margin-top: 0px;
	margin-left: 635px;
	position: absolute;
	z-index: 10;
	top: 0px;
}
* html	#drop {
	background-image:url(../common_img/drop.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 79px;
	width: 200px;
	margin-top: 0px;
	margin-left: 435px;
	position: absolute;
	z-index: 10;
	top: 0px;
}

*+html	#drop {
	background-image:url(../common_img/drop.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 79px;
	width: 200px;
	margin-top: 0px;
	margin-left: 435px;
	position: absolute;
	z-index: 10;
	top: 0px;
}

#seasonmenu {
	width: 185px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

#select {
	position: absolute;
	z-index: 200;
	background-color: #FFCCFF;
	width: 150px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
	left: 0px;
	top: 0px;
}

#select p {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: .5em;
}
#select p.kousei {
	font-size: 14px;
	line-height: 120%;
	color: #CC0000;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	padding-bottom: .2em;
}