@charset "shift_jis";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%;
}

body {
	font-size: 75%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #666666;
	background: url(../images/back_01.gif) left top repeat-x;
	height: 100%;
}

a {
	color: #993300;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #FF6600;
}
img {
	border: none;
	vertical-align: top;
}
/* 外枠
---------------------------------------------*/
#wrapper {
	text-align: left;
	width: 698px;
	background: url(../images/back_03.gif) left top repeat-y;
	border-left: 1px #B5836F solid;
	border-right: 1px #B5836F solid;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* ie用に設定 */
	margin: 0 auto -30px auto;
}
/* ナビゲーション
---------------------------------------------*/
h1 span {display:none;}
h2 span {display:none;}

#list {
	list-style: none;
}
#list li {
	float: left;
}
#list li a {
	display: block;
	height: 49px;
}
#list li a:hover {
	background-color: transparent;
}
#list li a:hover img {
	visibility: hidden;
}
#li_01 {
	background: url(../images/navi_01_b.gif) no-repeat left top;
	width: 84px;
}
#li_02 {
	background: url(../images/navi_02_b.gif) no-repeat left top;
	width: 85px;
}
#li_03 {
	background: url(../images/navi_03_b.gif) no-repeat left top;
	width: 181px;
}
#li_04 {
	background: url(../images/navi_04_b.gif) no-repeat left top;
	width: 104px;
}
#li_05 {
	background: url(../images/navi_05_b.gif) no-repeat left top;
	width: 85px;
}
#li_06 {
	background: url(../images/navi_06.gif) no-repeat left top;
	width: 58px;
}
/* ナビゲーション　過去リンク */
#list_02 {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	background: url(../images/navi_07.gif) no-repeat left top;
	width: 101px;
	height: 49px;
}
#list_02 li {
	float: left;
	margin-top: 31px;
}
#list_02 li a {
	display: block;
	height: 12px;
}
#list_02 li a:hover {
	background-color: transparent;
}
#list_02 li a:hover img {
	visibility: hidden;
}
#list_02 li a {
	display: block;
}
#li_2007 {
	background: url(../images/navi_2007_b.gif) no-repeat left top;
	margin-right: 2px;
	width: 28px;
}
#li_2005 {
	background: url(../images/navi_2005_b.gif) no-repeat left top;
	width: 28px;
	margin-right: 2px;
}
#li_2003 {
	background: url(../images/navi_2003_b.gif) no-repeat left top;
	width: 28px;
}

/* ページメイン
---------------------------------------------*/
#midashi {
	background-color: #F0E3BB;
}
#midashi img {
	padding-top: 15px;
	padding-left: 15px;
}
#pagebody {
	background-color: #FFFFFF;
	width: 668px;
	margin: 0 15px;
}
#pagetop {
	margin: 15px;
	text-align: right;
}

/* フッター
---------------------------------------------*/
/* フッター微調整 */
#push {
	height: 30px;
}
/* フッター */
#footer {
	text-align: center;
	width: 698px;
	background-color: #F0E3BB;
	height: 30px;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
}
#footer_line {
	width: 668px;
	margin: 0 15px;
	padding-top: 5px;
	border-top: 2px #7A594B solid;
}
#footer img {
	float: left;
	margin-right: 10px;
}
#copy_01 {
	float: left;
}
#copy_02 {
	float: right;
}

/* 共通
---------------------------------------------*/
/* テキスト */
.rice {
	font-size: 80%;
	color: #CC6666;
}
.endinfo {
	font-weight: bold; 
	color: #CC6666;
}
.line {
	border-bottom: 1px #DFDBD4 solid;
}

