body {
	background: url(img/common/bg_body.jpg) repeat-x;
	font-size: 12px;
	_font-size: 76%;
	letter-spacing: 0.1em;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
body,h1,h2,h3,h4,h5,h6,table,th,td,ul,ol,li,dl,dt,dd,div,p,form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	behavior: url(js/iepngfix.htc);
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a img {
	border: 0px;
}

ul {
	list-style: none;
}





/* ヘッダー */
.header {
	width: 1000px;
	height: 86px;
	margin: auto;
	padding: 5px 0px 5px 0px;
	text-align: right;
}
.header h1 {
	float: left;
}
.header h1 a img {
	width: 244px;
	height: 76px;
	margin: 5px 0px 0px 0px;
}
.header a img {
	margin: 0px 0px 0px 10px;
}
.header ul {
	width: 411px;
	height: 23px;
	background: url(img/common/tmenu.png) no-repeat;
	float: right;
	margin: 0px 0px 10px 189px;
}
.header ul li {
	float: left;
}
.header ul li a {
	display: block;
	height: 23px;
}
.header ul li span {
	display: none;
}
.tmenu01 { left:   0px; width:  74px; }
.tmenu02 { left:  74px; width:  88px; }
.tmenu03 { left: 162px; width:  54px; }
.tmenu04 { left: 216px; width:  84px; }
.tmenu05 { left: 300px; width: 111px; }
.tmenu01 a:hover, .tmenu01 a:visited:hover{ background: url(img/common/tmenu.png)    0px -23px no-repeat; }
.tmenu02 a:hover, .tmenu02 a:visited:hover{ background: url(img/common/tmenu.png)  -74px -23px no-repeat; }
.tmenu03 a:hover, .tmenu03 a:visited:hover{ background: url(img/common/tmenu.png) -162px -23px no-repeat; }
.tmenu04 a:hover, .tmenu04 a:visited:hover{ background: url(img/common/tmenu.png) -216px -23px no-repeat; }
.tmenu05 a:hover, .tmenu05 a:visited:hover{ background: url(img/common/tmenu.png) -300px -23px no-repeat; }





/* メニュー */
.menu {
	width: 1000px;
	height: 50px;
	margin: 10px auto 0px auto;
	clear: both;
}
.menu ul {
	width: 1000px;
	height: 50px;
	background: url(img/common/menu.jpg) no-repeat;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	display: block;
	height: 50px;
}
.menu ul li span {
	display: none;
}
.menu01 { left:   0px; width:  77px; }
.menu02 { left:  77px; width: 109px; }
.menu03 { left: 186px; width:  85px; }
.menu04 { left: 271px; width: 144px; }
.menu05 { left: 415px; width: 112px; }
.menu06 { left: 527px; width: 126px; }
.menu07 { left: 653px; width: 126px; }
.menu08 { left: 779px; width:  96px; }
.menu09 { left: 875px; width: 125px; }
.menu01 a:hover, .menu01 a:visited:hover{ background: url(img/common/menu.jpg)    0px -50px no-repeat; }
.menu02 a:hover, .menu02 a:visited:hover{ background: url(img/common/menu.jpg)  -77px -50px no-repeat; }
.menu03 a:hover, .menu03 a:visited:hover{ background: url(img/common/menu.jpg) -186px -50px no-repeat; }
.menu04 a:hover, .menu04 a:visited:hover{ background: url(img/common/menu.jpg) -271px -50px no-repeat; }
.menu05 a:hover, .menu05 a:visited:hover{ background: url(img/common/menu.jpg) -415px -50px no-repeat; }
.menu06 a:hover, .menu06 a:visited:hover{ background: url(img/common/menu.jpg) -527px -50px no-repeat; }
.menu07 a:hover, .menu07 a:visited:hover{ background: url(img/common/menu.jpg) -653px -50px no-repeat; }
.menu08 a:hover, .menu08 a:visited:hover{ background: url(img/common/menu.jpg) -779px -50px no-repeat; }
.menu09 a:hover, .menu09 a:visited:hover{ background: url(img/common/menu.jpg) -875px -50px no-repeat; }





/* 3メニュー */
.smenu {
	width: 1000px;
	height: 340px;
	margin: auto;
	background: url(img/common/bg_logo.jpg) no-repeat;
	text-align: right;
}
.smenu img {
	clear: both;
	margin: 5px 0px 0px 0px;
}
.smenu ul {
	float: right;
	margin: 15px 0px 5px 300px;
}
.smenu ul li {
	float: left;
	padding: 0px 10px 0px 50px;
	text-align: left;
	line-height: 170%;
}
.smenu ul li img {
	margin: 0px 0px 10px 0px;
	clear: both;
}





/* 共通メイン */
.main {
	width: 100%;
	height: 440px;
	color: #FFFFFF;
	background-color: #000000;
}





/* 新着情報・お知らせ */
.news {
	width: 210px;
	margin: 0px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.news #rss1{
	margin-bottom: 20px;
	padding-top: 30px;
	background-image: url(img/common/bar_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.news #rss2{
	padding-top: 30px;
	background-image: url(img/common/bar_today_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.news dl {
	width: 210px;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	float: right;
}
.news dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	border-bottom: 1px dotted #666666;
}
.news dd img {
	margin: 0px 0px 0px 10px;
}
.news dd a {
	color: #FFFFFF;
	text-decoration: underline;
}
.news dd a:hover {
	color: #FF3300;
	text-decoration: underline;
}





/* メイン右（お部屋のご案内） */
.mroom dl {
	width: 190px;
	padding: 285px 0px 0px 0px;
	float: right;
}
.mroom dd {
	padding: 0px 0px 5px 0px;
}
.mroom dd a {
	color: #FFFFFF;
	text-decoration: none;
}
.mroom dd a:hover {
	color: #FF3300;
	text-decoration: underline;
}
/* メイン右（名物「あら」料理） */
.marani dl {
	width: 216px;
	padding: 260px 0px 0px 0px;
	float: right;
}
.marani dd {
	padding: 0px 0px 5px 0px;
}
.marani dd a {
	color: #FFFFFF;
	text-decoration: none;
}
.marani dd a:hover {
	color: #FF3300;
	text-decoration: underline;
}
/* メイン右（料理のしおり） */
.mshiori dl {
	width: 150px;
	height: 155px;
	padding: 265px 0px 0px 0px;
	float: right;
}
.mshiori dd {
	padding: 0px 0px 5px 0px;
}
.mshiori dd a {
	color: #FFFFFF;
	text-decoration: none;
}
.mshiori dd a:hover {
	color: #FF3300;
	text-decoration: underline;
}





/* トップページ */
.index {
	width: 1000px;
	height: 440px;
	margin: auto;
}
.index object {
	float: left;
}





/* 会社概要 */
.co {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/co/bg_main.jpg);
}
.co div {
	width: 510px;
	background: transparent url(img/common/bg_table.png);
}
.co table th {
	width: 110px;
	text-align: left;
	border-bottom: 1px dotted #666666;
	padding: 4px 15px;
}
.co table td {
	width: 400px;
	text-align: left;
	border-bottom: 1px dotted #666666;
	padding: 4px 15px;
}
.co table td a {
	margin: 0px 0px 0px 5px;
	color: #FF3300;
}
.co table td dl dt {
	padding: 5px 0px 0px 0px;
}
.co table td dl dd {
	padding: 0px 0px 5px 7px;
}





/* 小史 */
.history {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/history/bg_main.gif);
}





/* お部屋のご案内 */
.room {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/room/bg_main.jpg);
}





/* [1階] 板の間・お座敷 */
.room1 {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/room1/bg_main.gif);
}





/* [2階] 椅子個室・中宴会場 */
.room2 {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/room2/bg_main.gif);
}





/* [3階] 大宴会場 */
.room3 {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/room3/bg_main.gif);
}





/* 酒庵 */
.shuan {
	width: 1000px;
	height: 440px;
	margin: auto;
	background: url(img/shuan/bg_main.gif);
}





/* ギャラリー */
.gallery {
	width: 1000px;
	height: 440px;
	margin: auto;
}





/* 名物「あら」料理 */
.arani {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/arani/bg_main.jpg);
}





/* 壇　一雄 */
.arani1 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/arani1/bg_main.jpg);
}
.arani1 img {
	width: 730px;
	height: 310px;
	margin: 0px 0px 20px 0px;
}





/* 「あら」のあら煮・「あら」刺し */
.arani2 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/arani2/bg_main.jpg);
}
.arani2 img {
	width: 730px;
	height: 400px;
}





/* 「あら」コース料理 */
.arani3 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/arani3/bg_main.jpg);
}
.arani3 img {
	width: 730px;
	height: 400px;
}





/* 長崎料理 */
.arani4 {
	width: 1000px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 0px;
	background: url(img/arani4/bg_main.jpg);
}
.arani4 img {
	width: 770px;
	height: 400px;
}





/* 料理のしおり */
.shiori {
	width: 1000px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 0px;
	background: url(img/shiori/bg_main.jpg);
}





/* お昼の献立 */
.shiori1 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/shiori1/bg_main.jpg);
}
.shiori1 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.shiori1 a:hover {
	color: #FF3300;
}
.shiori1 table {
	width: 710px;
	border-bottom: dotted 1px #FFF;
	margin-bottom: 15px;
}
.shiori1 table th {
	font-weight: normal;
	padding: 0px 0px 28px 0px;
	text-align: left;
	vertical-align: middle;
}
.shiori1 table th img {
	width: 35px;
	height: 12px;
	margin: 0px 0px 3px 0px;
	vertical-align: middle;
}
.shiori1 table th span img {
	width: 110px;
	height: 110px;
	margin: 0px 15px 6px 0px;
	float: left;
}
.shiori1 table td {
	padding: 0px 30px 10px 0px;
}
.shiori1 table td img {
	width: 50px;
	height: 14px;
	margin: 0px 0px 3px 0px;
	vertical-align: middle;
}
.shiori1 table td span img {
	display: block;
	width: 310px;
	height: 165px;
	margin: 0 auto 6px;
}
.shiori1 table p {
	text-align: center;
}
.shiori1 ol {
	list-style-type: disc;
}
.shiori1 ol li {
	margin: 0px 0px 15px 20px;
	text-align: left;
}
.shiori1 ol li img {
	margin: 0px 0px 0px 10px;
}
.shiori1 ul {
	list-style-type: disc;
	padding: 0;
}
.shiori1 ul li {
	margin: 0px 0px 0px 20px;
}





/* コース料理 */
.shiori2 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/shiori2/bg_main.jpg);
}
.shiori2 table {
	font-size: 13px;
}
.shiori2 th {
	text-align: left;
	padding: 0px 20px 6px 0px;
}
.shiori2 th img {
	margin: 0px 0px 0px 10px;
}
.shiori2 td {
	padding: 0px 0px 6px 0px;
	text-align: left;
	font-weight: bold;
}
.shiori2 td img {
	width: 40px;
	height: 30px;
	margin: 0px 10px 0px 0px;
}
.shiori2 a {
	color: #FFFFFF;
}





/* コース料理（詳細） */
.course {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/course/bg_main.jpg);
}
.course b {
	font-size: 16px;
}
.course b img {
	margin: 0px 0px 0px 10px;
}
.course p {
	width: 730px;
	height: 180px;
	padding: 15px 0px 0px 0px;
	color: #FF9933;
}
.course p img {
	float: right;
	width: 180px;
	height: 120px;
	display: inline;
	margin-left: 10px;
}
.course #c_photo {
	float: right;
	width: 400px;
}
.course #c_photo img {
	margin: 5px;
}

.course ol {
	list-style: none;
	padding: 20px 0px;
}
.course ol li {
	float: left;
}
.course ol li img {
	margin: 0px 19px 0px 0px;
	width: 56px;
}
.course ul {
	list-style-type: disc;
	padding: 20px 0px 5px 0px;
}
.course ul li {
	margin: 0px 0px 0px 20px;
}
.course a {
	color: #FFFFFF;
	text-decoration: underline;
}
.course a:hover {
	color: #FF3300;
}
.course span {
	float: right;
	background: transparent url(img/common/bg_sankaku_red.png) no-repeat;
	padding: 0px 100px 0px 15px;
}
.course span a {
	color: #FF3300;
	text-decoration: underline;
}
.course span a:hover {
	color: #FFFFFF;
}

/*htmlコース料理*/



/* 仕出し */
.shiori3 {
	width: 980px;
	height: 420px;
	margin: auto;
	padding: 20px 0px 0px 20px;
	background: url(img/shiori3/bg_main.jpg);
}
.shiori3 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.shiori3 a:hover {
	color: #FF3300;
}
.shiori3 table th {
	font-weight: normal;
	padding: 0px 10px 10px 10px;
	text-align: center;
}
.shiori3 table th img {
	width: 250px;
	height: 110px;
	margin: 0px 0px 5px 0px;
}
.shiori3 table td {
	padding: 0px 10px 10px 10px;
	text-align: center;
}
.shiori3 table td img {
	width: 110px;
	margin: 0px 0px 5px 0px;
}
.shiori3 ul {
	list-style-type: disc;
	padding: 10px 0px 5px 0px;
}
.shiori3 ul li {
	margin: 0px 0px 0px 20px;
}

