/* CSS しゃぶしゃぶ但馬屋 */

body {
	background-color: #FFFFFF;
	background-image: url(../tajimaya/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
}
body,td,th {
	font-size: 12px;
	color: #333333;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #660033;
	padding: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #660033;
}

#menu {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	background-color: #660033;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/*サイドメニュー　設定*/
#sidemenu {
	background-color: #FFFFFF;
}
#sidemenu h3 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660033;
	text-align: left;
	text-indent: 5px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sidemenu ul,
#sidemenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidemenu ul {
	margin-top: 5px;
	margin-bottom: 20px;
}
#sidemenu ul li {
	margin-bottom: 2px;
}
#sidemenu ul li a {
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #960636;
	color: #960636;
}
#sidemenu ul li a:hover {
	color: #FFFFFF;
	background-color: #960636;
}

/*その他*/
#menulist {
/*	padding: 15px;*/
}

#menulist table {
	background-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-bottom: 20px;
}
#menulist table caption {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-align: left;
	padding: 5px;
}
#menulist th.header_style {
	font-size: 12px;
	background-color: #F6CEDF;
	text-align: left;
	width: 40%;
}
#menulist th {
	font-size: 12px;
	background-color: #D67A94;
	text-align: left;
	color: #000000;
}
#menulist td {
	background-color: #F3F3F3;
	text-align: right;
}
#menulist td.detail {
	background-color: #F3F3F3;
	text-align: left;
}

.style1 {
	color: #666666;
	font-size: 10px;
}
.style2 {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}

.style3 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
