/* -----全体の設定----- */
body {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	line-height: 150%;
	color: #200000;
	text-align: center;
	font-size: 14px;
}

#container {
	width: 780px; 
	background: #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
} 




/* -----tag-lineの設定----- */
#tag-line {
	width:780px; 
	}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 5px;
	color: #f9f8f3;
}

/* -----headerの設定----- */

#header {
	width:780px;
	background-image: url(img/header-bg.gif);
	background-repeat: no-repeat;
	background-color: #f9f8f3;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

/* -----header menuの設定----- */
#menu ul{
	width: 780px;
	margin: 0;
	padding: 0;
	height: 25px;
}

#menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

/* -----mainの設定----- */

#main{
	width: 780px;
	margin: 0;
	padding: 0;
	background-color: #f9f8f3;
	float: left;
}	


/* -----naviの設定----- */
#navi {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #f9f8f3;
}

#navi_f {
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navi_f ul, #navi-f li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_f li {
	margin: 0;
	padding: 2px 0px 3px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #b5a766;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5a766;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f8f3;
}

#navi_f a, #navi_f a:link, #navi_f a:visited {
	text-decoration: none;
	color: #200000;
	background-color: transparent;
	width: auto;
	height: auto;
	display: block;
}

#navi_f a:hover {
	background-color: #D5CDA8;
}


#navi_s {
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

#navi_s ul, #navi-s li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi_s li {
	padding: 2px 0px 3px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f8f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b5a766;
}

#navi_s a, #navi_s a:link, #navi_s a:visited {
	text-decoration: none;
	color: #200000;
	background-color: transparent;
	width: auto;
	height: auto;
	display: block;
}

#navi_s a:hover{
	color: #b5a766;
}

#banner {
	width: 180px;
	margin: 0;
	padding: 0;
}

#banner img {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -----contentsの設定----- */
#contents {
	width: 570px;
	float: right;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #f9f8f3;
}

#topicpath {
	margin:0px;
	width:560px;
	color: #b5a766;
	font-size: 12px;
	text-align: right;
}

#topicpath a, #topicpath a:link, #topicpath a:visited {
	text-decoration: none;
	color: #b5a766;
	background-color: transparent;
	width: auto;
	height: auto;
}

#topicpath a:hover{
	color: #620000;
}

a:link {
	color: #b5a766;
	text-decoration: none;
}
a:visited {
	color: #b5a766;
	text-decoration: none;
}
a:hover {

	color: #620000;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 3px;
	background-image: url(img/h2-point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	color: #620000;
}
h3 {
	font-size: 14px;
	color: #620000;
	font-weight: bold;
	padding-left: 20px;
	clear: both;
}

#item{
	width: 560px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


a img {
    border-style:none;
}

#fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.notes{
	font-size: 12px;
	color: #620000;
	text-align: right;
	margin-right: 20px;
}


/* -----tableの設定----- */

#common table{
	width: 500px;
	margin-left: 35px;
	font-size: 12px;
	color: #333333;
}

#common th{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5a766;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b5a766;
	padding-left: 10px;
}

#common td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5a766;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 10px;
}


/* -----item boxの設定----- */


.itembox{
	width:170px;
	margin:0 20px 20px 0;
	padding:0px;
	float:left;

}

.itemphoto{
	border:1px dotted #9f9f9f;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration: none;
}

.itemtext{
	border:1px dotted #9f9f9f;
	border-top:0px;
	margin:0px;
	padding:5px;
	height:50px;
}

.itemtext p{
	margin:0;
	padding:0;
	font-size:12px;

}

/* -----other styleの設定----- */

.p-index{
	background-color: #E6E6E6;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
}

p.small{
	font-size: 12px;
}

p.yanwu{
	font-weight: bold;
	color: #99061a;
}

p.original {
	font-weight: bold;
	color: #0033cc;
}


#form img {
	margin-top: 20px;
	float: left;
}

.ruby{
	font-size: 12px;
	font-weight: normal;
}


/* -----item tableの設定----- */

#list table{
	width: 540px;
	margin-left: 15px;
	font-size: 12px;
	color: #333333;
}

#list th{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 7px;
}

#list td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}


/* -----voice tableの設定----- */

#voice{
	width: 560px;
	margin-bottom: 20px;
}


#voice table{
	width: 385px;
	margin-left: 15px;
	font-size: 12px;
	color: #333333;
}

#voice th{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 7px;
}

#voice td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
}

#voice2{
	width: 540px;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}

#voice2 table{
	font-size: 12px;
	color: #333333;
	margin: 0px;
}

#voice2 th{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 7px;
}

#voice2 td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b5a766;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
}

/* -----voice boxの設定----- */


#voicebox{
	width: 570px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.voicebox{
	width:170px;
	padding:0px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;

}

.voicephoto{
	border:1px dotted #9f9f9f;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration: none;
}

#chef{
	padding: 15px;
	border: 2px dotted #b5a766;
}



/* -----indexの設定----- */

#index{
	width: 780px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	float: left;
}	

#top-img{
	width: 780px;
	margin: 0px;
	padding: 0px;
}


#index_contents{
	width: 570px;
	margin: 0;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	
}

#index_banner{
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
}

/* -----index boxの設定----- */

.indexbox{
	width:170px;
	margin:0 10px 20px 0;
	padding:0px;
	float:left;

}

.indexphoto{
	border:1px dotted #9f9f9f;
	margin:0;
	padding:5px;
	text-align:center;
	text-decoration: none;
}

.indextext{
	border:1px dotted #9f9f9f;
	border-top:0px;
	margin:0px;
	padding:5px;
}

.indextext p{
	margin:0;
	padding:0;
	font-size:12px;

}


.event {
	width: 570px;
	margin-left: 0px;
	font-size: 12px;
	color: #333333;
	clear: both;
	margin-bottom: 10px;
}





/* -----sitemapの設定----- */

#sitemap {
	text-align: left;
	margin: 10px;
}

/* -----footerの設定----- */
#footer{
	width: 780px;
	margin: 0;
	clear: both;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	color: #f9f8f3;
	padding: 20px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5a766;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #352720;
}

#footer ul{
	width: 780px;
	margin: 0;
	padding: 0;
}

#footer li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #f9f8f3;
	background-color: transparent;
	width: auto;
	height: auto;
}

#footer a:hover{
	color: #f9f8f3;
	text-decoration: underline;
}

#footer2 {
	width: 780px;
	margin: 0;
	clear: both;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	color: #f9f8f3;
	padding: 5px 0px 0px;
}

#footer2 a, #footer2 a:link, #footer2 a:visited {
	text-decoration: none;
	color: #f9f8f3;
	background-color: transparent;
	width: auto;
	height: auto;
}

#footer2 a:hover{
	color: #f9f8f3;
}


/* -----item dd設定----- */

#item-dd1 {
	width: 250px;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#item-dd-img {
	float: left;
	width: 250px;
	overflow: hidden;
	padding: 0px;
}


#item-dd2 {
	width: 300px;
	float: left;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

.item-dd3-box {
	width:120px;
	padding:0px;
	float:left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.item-dd3-photo {
	margin:0;
	text-decoration: none;
	padding: 0px;
	text-align: center;
}

.item-dd3-title {
	margin:0px;
	height:auto;
	text-align: center;
	font-size: 95%;
	padding: 5px;
	background-color: #EEEEEE;
}

.item-dd3-title p {
	margin:0;
	padding: 0;

}

.item-dd3-text{
	margin:0px;
	padding:5px;
	font-size: 90%;
}

.item-dd3-text p{
	margin:0;
	padding:0;
}
