@charset "utf-8";
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	word-break: break-all;
}
* {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse: collapse;
}

/* clearfix ここから */
/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* clearfix ここまで */

.font-s {
	font-size: 88%;
	line-height: 1.3em;
}
.font-l {
	font-size: 112%;
	line-height: 1.6em;
}
.color-red {
	color: #CC0000;
}
th,td {
	font-size: 100%;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
}
a {
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
.margin-btm-s {
	margin-bottom: 5px;
}


/*　テンプレート部分ここから　*/
#wrap {
	text-align: left;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
}
#header {
	width: 100%;
	height: 60px;
	background-image: url(../common_img/header_back.gif);
	background-repeat: no-repeat;
}
#head-navi {
	width: 550px;
	display: inline;
	position: relative;
	left: 55px;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
#head-navi a {
	color: #FFFFFF;
}
#sitetitle {
	display: inline;
	position: relative;
	left: 20px;
	top: 7px;
}
#head-img {
	border-top: 7px solid #006600;
	border-bottom: 12px solid #666666;
}

#pagebody {
	padding: 20px 15px 30px 15px;
}
#snavi {
	width: 148px;
	float: left;
	border: 1px solid #003333;
}
#contents {
	width: 510px;
	float: right;
}

#footer {
	width: 100%;
	border-top: 1px solid #666666;
	padding-top: 10px;
	font-size: 10px;
	line-height: 1.4em;
}

.jump-pagetop {
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}
/*　テンプレート部分ここまで　*/


/*　トップページ　*/
#index-left {
	width: 350px;
	float: left;
}
#index-right {
	width: 140px;
	float: right;
}
#news-box {
	width: 350px;
	border: 1px solid #333333;
	margin-bottom: 20px;
}
#news-box-title {
	width: 100%;
	border-bottom: 1px solid #333333;
}
#index-left td {
	border: 1px solid #333333;
}
.index-menu-img {
	background-image: url(../common_img/backimg_green.gif);
	background-repeat: repeat;
}
.index-menu-name {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	background-color:#CCCCCC;
}


/*　メニューページ　*/
#menu-left {
	width: 313px;
	float: left;
}
#menu-right {
	width: 175px;
	float: right;
	background-color: #EEDDEE;
}
#menu-left td {
	border: 1px solid #333333;
}
.menu-img {
	background-image: url(../common_img/backimg_green.gif);
	background-repeat: repeat;
}
.menu-name {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #CCCCCC;
}
.r-menu-name {
	font-size: 10px;
	line-height: 14px;
}
.r-menu-price {
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}


/*　お店の紹介　*/
.pro-room-left-box {
	width: 245px;
	font-size: 10px;
	float: left;
	padding-bottom: 10px;
}
.pro-room-right-box {
	width: 245px;
	font-size: 10px;
	float: right;
	padding-bottom: 10px;
}
#room-back {
	padding: 5px 15px;
	background-image: url(../toichi_img/profile/room_back.gif);
	background-repeat: repeat;
	margin-bottom: 30px;
}
#pro-comp-table {
	margin-bottom: 10px;
}
#pro-comp-table td {
	font-size: 12px;
	line-height: 1.4em;
}