body {
	font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background-image: url(/img/bg.jpg);
	margin: 0px auto;
	padding: 0px;
}
#frame {
	padding: 0px 0px 15px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearbox {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer {
	padding: 20px 0px 0px;
	width: 950px;
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 15px auto 0px;
}
#contents {
	width: 950px;
	margin: 20px auto 0px;
	padding: 0px;
}
a.toppage{
	background-image:url(../img/sidemenu_01.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.toppage{
    background-position:-210px 0px;
}
a.price{
	background-image:url(../img/sidemenu_02.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.price{
    background-position:-210px 0px;
}
a.staff{
	background-image:url(../img/sidemenu_03.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.staff{
    background-position:-210px 0px;
}
a.blog{
	background-image:url(../img/sidemenu_04.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.blog{
    background-position:-210px 0px;
}
a.link{
	background-image:url(../img/sidemenu_05.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.link{
    background-position:-210px 0px;
}
a.access{
	background-image:url(../img/sidemenu_06.gif);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: left;
}
a:hover.access{
    background-position:-210px 0px;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 1em;
}
img {
	border: none;
}
.staff-h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px 0px 10px;
}
.staff-box {
	margin: 0px;
	padding: 30px 0px 50px;
	border-bottom: 1px dotted #ADADAD;
}
.staff-profile {
	display: table;
	width: 720px;
}
.staff-profile .left {
	display: table-cell;
	margin: 0px;
	vertical-align: top;
	width: 300px;
	padding: 0px 0px 30px 0px;
}
.staff-profile .right {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	padding: 0px 0px 30px 30px;
	text-align: left;
}
.staff-profile .right h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}
.staff-profile .right h2 span {
	font-size: 18px;
}
.staff-box h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	background-color: #B5B5B5;
	color: #FFFFFF;
	line-height: normal;
}
.staff-styletab {
	margin: 0px auto;
	padding: 0px;
	border-collapse: collapse;
}
.staff-styletab td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #C8C8C8;
}
.staff-styletab th {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


.header-navi {
	list-style-type: none;
	margin: 50px 0px 0px;
	padding: 0px;
	float: right;
}
.header-navi li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.header-navi li a {
	font: 23px "Gochi Hand", "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	color: #3D3D3D;
	letter-spacing: 0.1em;
}
.header-navi li a:hover {
	color: #f44e2d;
}
.header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	height: 130px;
}
.index-topimage {
	margin: 0px 0px 20px;
	padding: 0px;
	/* box-shadow */
	box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	-webkit-box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	-moz-box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	background-color: #FFFFFF;
}
.header .logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer-navi {
	border-bottom: 1px dotted #606060;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px;
}
.footer-navi li {
	list-style-type: none;
	display: inline-block;
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px;
}


.sp-contentsbox {
	margin: 0px auto 20px;
	padding: 20px;
	/* box-shadow */
	box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	-webkit-box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	-moz-box-shadow: rgba(214, 214, 214, 0.188235) 0px 0px 3px 3px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}
.sp-contentsbox h1 {
	color: #4E4E4E;
	margin: 0px 0px 20px;
	padding: 5px 0px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
}
.sp-contentsbox h2 {
	font: normal 30px "Gochi Hand", "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #232323;
	border-bottom: 1px solid #C0C0C0;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	text-align: center;
}
.sp-space {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sp-contentsbox p {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #434343;
}
.index-shopimage-sp {
	display:none;
}
.index-shopimage-pc {
}
.index-shopimagetxt {
	width: 500px;
	margin: 0px;
	padding: 80px 0px 0px;
	float: right;
	text-align: center;
}
.index-shopimagetxt p {
	text-align: center;
	line-height: 2;
}

.price-tag {
	display: table;
	margin: 0px 0px 5px;
	padding: 15px 0px;
	width: 100%;
	background-color: #F1F1F1;
}
.price-tag h3 {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #161616;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 18px;
}
.price-tag p {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 20px;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
