@charset "Shift_JIS";
/*-------------------------------------------------

【目次】
・基本設定
・部品設定
・共通レイアウト部分
　-共通ヘッダ
　-グローバルナビ
　-ご利用案内
　-共通フッタ
　-コンテンツページ共通部分
・トップページ

-------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------
	基本設定
-------------------------------------------------------------------------------------------------- */


*{
	margin:0;
	padding:0;
}

body{
	background:#ffffff;
	color:#333333;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Helvetica,Verdana,sans-serif;
	font-size:15px;
	line-height:150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:150%;
}

address {
	font-style:normal;
}

img,
a img {
	border:none;
}

a {
  color:#0000FF;
  text-decoration: underline;
}

a:link,
a:visited {
  color:#0000FF;
}

a:focus,
a:hover,
a:active {
	text-decoration:none;
	color: #ff285a;
}

ul,ol{
	margin-left:10px;
	padding-left:15px;
}


/*--------------------------------------------------------------------------------------------------
	部品設定
-------------------------------------------------------------------------------------------------- */


.clear{
	height:1%;
	clear:both;
}

.clear hr{
	display:none;
}

.bottom10{
	margin-bottom:10px;
}

.bottom15{
	margin-bottom:15px;
}

.bottom20{
	margin-bottom:20px;
}

.bottom25{
	margin-bottom:25px;
}

.bottom30{
	margin-bottom:30px;
}

.bottom35{
	margin-bottom:35px;
}

.bottom40{
	margin-bottom:40px;
}

.bottom45{
	margin-bottom:45px;
}

.bottom50{
	margin-bottom:50px;
}

.top10{
	margin-top:10px;
}

.top20{
	margin-top:20px;
}

.top30{
	margin-top:30px;
}

.float-l{
	float:left;
	display:inline;
}

.float-l10{
	float:left;
	margin-right:10px;
	display:inline;
}

.float-r{
	float:right;
	display:inline;
}

.float-r10{
	float:right;
	margin-left:10px;
	display:inline;
}

.text-right{
	text-align:right;
}

.link-next{
	padding-left:19px;
	background:url(http://seasir43.sakura.ne.jp/test/nahaMT/images/common/img-arrownext.gif) left bottom no-repeat;
}

.pagetoplink{
	padding-top:10px;
	padding-bottom:15px;
	text-align:right;
	clear:both;
}

.img-block{
	display:block;
}

.menu-block{
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:solid 1px #ff285a;
}

.font-bold{
	color:#000000;
	font-weight:bold;
}

.font-red{
	color:#ff0000;
}

.font-pink{
	color:#ff285a;
}

.font-pinkbold{
	color:#ff285a;
	font-weight:bold;
}

.price{
	font-weight:bold;
	font-size:20px;
	color:#ff285a;
}

.pagecontents{
	height:1%;
	margin-bottom:30px;
	padding:5px;
	overflow:hidden;
	font-size:13px;
	line-height:160%;
	background:#DBF2F2;
	clear:both;
}

.pagecontents ul{
	margin:0;
	padding:0;
	list-style:none;
}

.pagecontents li{
	margin-right:20px;
	padding-left:13px;
	display:inline;
	background:url(http://seasir43.sakura.ne.jp/test/nahaMT/images/common/img-arrowpagecontents.gif) left center no-repeat;
}

/*--------------------------------------------------------------------------------------------------
	共通レイアウト部分
-------------------------------------------------------------------------------------------------- */


#container-main{
	width:840px;
	margin:0 auto;
	text-align:left;
}


/* 共通ヘッダ
------------------------------------------------- */


#header{
	height:1%;
	margin:0;
	padding:0 0 10px 0;
	overflow:hidden;
}

#header #header-obi{
	height:1%;
	padding:2px 6px 0 6px;
	margin:0 0 2px 0;
	font-size:12px;
	background:#fcf5ec;
	border-bottom:solid 2px #ff285a;
	overflow:hidden;
}

#header #top-h{
	font-weight:normal;
	font-size:12px;
	float:left;
}

#header #header-logo{
	float:left;
}

#header address{
	height:1%;
	padding:20px 0 0 0;
	text-align:right;
	float:right;
}

#header #breadcrumbs{
	float:left;
	font-size:12px;
}


/* グローバルナビ
------------------------------------------------- */


#header #globalnavi{
	height:1%;
	display:block;
	margin:2px 0 2px 0;
	padding:0;
	overflow:hidden;
}

#header #globalnavi li{
	height:1%;
	list-style:none;
	overflow:hidden;
	float:left;
}

#header #globalnavi li a{
	height:35px;
	width:168px;
	display:block;
	text-indent:-9999px;
}

#header #globalnavi li#gn-top a{
	background:url(../images/common/bnr-globalnavi.gif) 0 0 no-repeat;
}

#header #globalnavi li#gn-menu a{
	background:url(../images/common/bnr-globalnavi.gif) -168px 0 no-repeat;
}

#header #globalnavi li#gn-shop a{
	background:url(../images/common/bnr-globalnavi.gif) -336px 0 no-repeat;
}

#header #globalnavi li#gn-faq a{
	background:url(../images/common/bnr-globalnavi.gif) -504px 0 no-repeat;
}

#header #globalnavi li#gn-info a{
	background:url(../images/common/bnr-globalnavi.gif) -672px 0 no-repeat;
}

#header #globalnavi li#gn-top a:hover{
	background:url(../images/common/bnr-globalnavi.gif) 0 -35px no-repeat;
}

#header #globalnavi li#gn-menu a:hover{
	background:url(../images/common/bnr-globalnavi.gif) -168px -70px no-repeat;
}

#header #globalnavi li#gn-shop a:hover{
	background:url(../images/common/bnr-globalnavi.gif) -336px -105px no-repeat;
}

#header #globalnavi li#gn-faq a:hover{
	background:url(../images/common/bnr-globalnavi.gif) -504px -140px no-repeat;
}

#header #globalnavi li#gn-info a:hover{
	background:url(../images/common/bnr-globalnavi.gif) -672px -175px no-repeat;
}


/* サイドナビ
------------------------------------------------- */


#container-sidenavi{
	width:220px;
	float:right;
	font-size:14px;
	line-height:140%;
	padding-bottom:50px;
}

#container-sidenavi .inner-side{
	margin-bottom:10px;
}

#container-sidenavi .side-title{
	padding-left:3px;
	background:#ff285a;
	font-weight:bold;
	color:#ffffff;
}

#container-sidenavi #blog{
	height:1%;
	padding:3px 3px 0 6px;
	background:#FCF5EC;
}

#container-sidenavi #blog ul{
	padding:0 0 0 14px;
	margin:0;
}

#container-sidenavi #blog li{
	padding:0 0 8px 0;
	margin:0;
	font-size:14px;
	line-height:120%;
}

#container-sidenavi #link{
	padding:5px 5px 1px 5px;
	background:#FCF5EC;
}

#container-sidenavi #link ul{
	padding-left:10px;
	marigin:0;
}

#container-sidenavi #link li{
	margin-bottom:4px;
}


/* 共通フッタ
------------------------------------------------- */


#footer{
	height:1%;
	padding:20px 0 60px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ff285a;
	clear:both;
	border-top:2px solid #ff285a;
}

#footer hr{
	display:none;
}


/*--------------------------------------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------------------------------------- */


#container-w600{
	width:600px;
	float:left;
	padding-bottom:50px;
}

ul.topbnr001,
ul.topbnr002{
	font-size:12px;
	line-height:120%;
}

ul.topbnr001{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}

ul.topbnr001 li{
	height:1%;
	padding-bottom:10px;
}

ul.topbnr001 li img{
	display:block;
}

ul.topbnr002{
	height:1%;
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
	overflow:hidden;
}

ul.topbnr002 li{
	height:1%;
	padding:0 0 10px 0;
	float:left;
}

ul.topbnr002 li.left{
	float:left;
}

ul.topbnr002 li.right{
	float:right;
}

ul.topbnr002 li img{
	display:block;
}


/*--------------------------------------------------------------------------------------------------
	カテゴリーページ
-------------------------------------------------------------------------------------------------- */


#container-w550{
	width:550px;
	margin:0 auto;
}

h1#cat-h{
	margin-bottom:20px;
	color:#000000;
	font-weight:bold;
	font-size:20px;
	line-height:150%;
	border-bottom:2px solid #ff285a;
}

.block-h{
	padding:0 0 0 5px;
	margin:0 0 15px 0;
	background:#ff285a;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
}


/* 各メニュー詳細用
------------------------------------------------- */


.table-menu{
	width:100%;
	border-collapse:collapse;
	border:1px solid #8EC7FF;
	border-spacing:0;
	empty-cells:show;
	font-size:14px;
	line-height:160%;
}

.table-menu th{
	border:1px solid #8EC7FF;
	padding:4px;
	background:#e4f5ff;
	white-space:nowrap;
	text-align:center;
}

.table-menu td{
	border:1px solid #8EC7FF;
	padding:6px;
}

.table-health{
	width:100%;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	empty-cells:show;
	background:#fffcd3;
	font-size:12px;
	line-height:150%;
}

.table-health td{
	border:none;
	padding:2px;
}


/*--------------------------------------------------------------------------------------------------
	メニュー料金一覧ページ
-------------------------------------------------------------------------------------------------- */


.table-menufee{
	width:100%;
	margin-bottom:25px;
	border-collapse:collapse;
	border:1px solid #666666;
	border-spacing:0;
	empty-cells:show;
	font-size:13px;
}

.table-menufee th,
.table-menufee tr,
.table-menufee td{
	border:1px solid #666666;
	padding:6px;
}

.table-menufee th{
	background:#fcd49a;
}

.table-menufee .column1{
	width:220px;
	font-weight:bold;
}


/*--------------------------------------------------------------------------------------------------
	よくあるご質問ページ
-------------------------------------------------------------------------------------------------- */


ul#question{
	padding:10px 10px 0 25px;
	margin:0 0 30px 0;
	background:#fcf5ec;
}

ul#question li{
	padding-bottom:6px;
}

dl#answer dt{
	padding:0 0 5px 0;
	font-weight:bold;
	color:#ff285a;
}

dl#answer dd{
	padding:10px;
	margin:0 0 25px 0;
	background:#fcf5ec;
}


/*--------------------------------------------------------------------------------------------------
	会社概要ページ
-------------------------------------------------------------------------------------------------- */


.table-company{
	width:100%;
	border-collapse:collapse;
	border:1px solid #8EC7FF;
	border-spacing:0;
	empty-cells:show;
	font-size:14px;
	line-height:160%;
}

.table-company th{
	border:1px solid #8EC7FF;
	padding:4px;
	background:#e4f5ff;
	white-space:nowrap;
	text-align:center;
}

.table-company td{
	border:1px solid #8EC7FF;
	padding:6px;
}

.table-company dt{
	font-weight:bold;
	color:#000000;
}

.table-company dd{
	padding:0 0 10px 0;
}

dl.company-shoplist dt{
	font-weight:bold;
}

dl.company-shoplist dd{
	padding:0 0 15px 20px;
}


/*--------------------------------------------------------------------------------------------------
	スタッフ紹介ページ
-------------------------------------------------------------------------------------------------- */


.staff-block{
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	/*background:#ffe59a;*/
	background:#fef6e9;
	border-bottom:solid 1px #efbd47;
	border-right:solid 1px #efbd47;
}

.staff-block ul{
	padding:0 0 10px 10px;
	margin:0 0 0 10px;
}

.staff-block .name{
	font-weight:bold;
	font-size:20px;
	color:#000000;
}

.staff-block .head{
	font-weight:bold;
	color:#ff285a;
}

.staff-block p{
	padding-bottom:10px;
}
