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

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

body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
}


#container {
    width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	margin-top: 0px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/* ---------------------------------------------------------------- *
	メニュー
 * ---------------------------------------------------------------- */

#menu {
	height:25px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 650px;
	padding: 0px;
}

#menu ul {
	padding:0px;
	margin: 0px;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	height:25px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#menu li.menu01 a {
	width:95px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu li.menu02 a {
	width:80px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -95px 0px;
}
#menu li.menu03 a {
	width:80px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -175px 0px;
}
#menu li.menu04 a {
	width:100px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -255px 0px;
}
#menu li.menu05 a {
	width:82px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -355px 0px;
}
#menu li.menu06 a {
	width:78px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -437px 0px;
}
#menu li.menu07 a {
	width:70px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -515px 0px;
}
#menu li.menu08 a {
	width:65px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -585px 0px;
}



/*------hover*/
#menu li.menu01 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}
#menu li.menu02 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -95px -25px;
}
#menu li.menu03 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -175px -25px;
}
#menu li.menu04 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -255px -25px;
}
#menu li.menu05 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -355px -25px;
}
#menu li.menu06 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -437px -25px;
}
#menu li.menu07 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -515px -25px;
}
#menu li.menu08 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -585px -25px;
}



/*------on*/
#menu li.menu01_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
#menu li.menu02_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -94px -80px;
}
#menu li.menu03_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -188px -80px;
}
#menu li.menu04_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -282px -80px;
}
#menu li.menu05_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -376px -80px;
}
#menu li.menu06_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -470px -80px;
}
#menu li.menu07_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -564px -80px;
}
#menu li.menu08_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -658px -80px;
}

#pan {
	width: 700px;
	font-size: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}




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

#main {
	background: transparent;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 950px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

.contents_index {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../index/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 350px;
	padding-top: 250px;
	padding-left: 450px;
}

.contents_link {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}

	table.link {
	width: 400px;
	margin: 0px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 130%;
}
	
	.link th {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	
	.link td {
	width: 200px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
	
	.link td h3{
	font-weight: bold;
	color: #006634;
}

.contents_news {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../news/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 350px;
	padding-top: 250px;
	padding-left: 450px;
}

.contents_access {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../access/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 550px;
	padding-top: 50px;
	padding-left: 550px;
}

.contents_mail {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../mail/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 550px;
	padding-top: 50px;
	padding-left: 630px;
}

.contents_diary {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../diary_main/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 450px;
	padding-top: 150px;
	padding-left: 500px;
}

.contents_shopping {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../shop/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 235px;
	padding-top: 365px;
	padding-left: 675px;
}

.contents_sitemap {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../sitemap/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 550px;
	padding-top: 50px;
	padding-left: 500px;
}

.contents_about {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../about/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 600px;
	padding-top: 0px;
	padding-left: 520px;
}

.contents_about p {
	font-weight: normal;
	color: #333;
	line-height: 19px;
	font-size: 12px;
}

.contents_about2 {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../about/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #E8E8E8;
	height: 600px;
	padding-top: 0px;
	padding-left: 520px;
}

.contents_about2 p {
	font-weight: normal;
	color: #333;
	line-height: 19px;
	font-size: 12px;
}




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

.contents img.fig {
	  margin: 0 auto;
}

.contents img.fig2 {
    float: left;
    margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	サムネイルリストの設定
 * ---------------------------------------------------------------- */
#main2 {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #330000;
	background-color: #333333;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

ul#thumbslist {
  /* ★--- マージンを設定してください --- */
  margin: 0;
  /* ★--- パディングを設定してください --- */
  padding: 0;
}

ul#thumbslist li {
	/* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
	/* Note:サムネイルのリストアイテム（サムネイルとキャプションを囲むボックス）に関する設定です。 */
  /* ★--- マージンを設定してください --- */
  /* Note:float:left;をすでに設定しているため、左方向のマージンは0にし、右方向のマージンでリスト同士の間隔を調整してください */
  margin-right: 5px;
	margin-bottom: 15px;
	/* ★--- パディングを設定してください --- */
  /* Note:このオブジェクトはフロートさせるため、0と設定し、余白はさらに内側のボックスで設定いただくことをおすすめします */
  padding: 0;
	/* ★--- ボックスの幅と高さを設定してください --- */
  /* Note：ボックスからはみ出す分は出力されません；内容の量にに対して
           余裕をもって設定してください */
  width: 200px;
	/* ★--- 枠線の幅・線種・色を設定してください（短縮プロパティでの設定です）--- */
  border: 0px none #EEEEEE;
	margin-left: 5px;/* ★Note:（このボックスの幅[width]＋左右線幅[border]＋右マージン[margin]）x １列のボックスの数　で算出される寸法が、#mainの横幅以内に収まるように設計してください */
	height: 245px;
}

/* ---------------------------------------------------------------- *
	サムネイル画像についての設定
 * ---------------------------------------------------------------- */
div.thumbnail {
	/* --- 背景を設定してください --- */
  /* Note：パディングと組み合わせると，縁取りなどの効果が期待
           できます */
  background: transparent;
	/* --- 上下マージンを設定してください --- */
  margin-top: 0px;
	margin-bottom: 7px;
	padding: 0;
}

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

ul#thumbslist li p {
	/* マージンを設定してください */
  margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	padding: 0px;
}


#counter {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 810px;
	margin-left: 25px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#link {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
	clear: both;
	font-size: 10px;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
	background: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	width: 950px;
}

#footer ul {
    margin-bottom: 4px;
    padding: 0;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}
