@charset "Shift_JIS";

/* zentai
----------------------------------------------------------*/
* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
	}
body {
	font-family:"qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", "lr oSVbN", Meiryo, sans-serif;
	font-size:75%;
	line-height:170%;
	color:#000;
	background:url(../images/bg.jpg) repeat-x #fff;

	scrollbar-face-color: #fff;/* main */
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	
	scrollbar-track-color: #ccc;/* base */
	scrollbar-arrow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
}
img {
	border:none;
	vertical-align:top;
}
hr {
	clear: both;
	visibility: hidden;
}
ul,
ol {list-style:none;}
input,
textarea {
	font-size:1em;
	padding:1px 5px;
	overflow-y:auto;
	font-family:"qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", "lr oSVbN", Meiryo, sans-serif;
}

/* link
----------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited {
	color:#036;
}
a:hover {
	color:#666;
}
/*a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}*/

/* hanyo
----------------------------------------------------------*/
.clear {clear:both;}
.small {font-size:85%; line-height:130%;}
.bold {font-weight:bold;}
.large {font-size:120%;}
.large2 {font-size:140%;}
.u-line {text-decoration:underline;}
.right {float:right;}
.left {float:left;}
.t-center {text-align:center;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.v-top {vertical-align:top;}
.v-bottom {vertical-align:bottom;}
.v-middle {vertical-align:middle;}
.v-middle img{vertical-align:middle;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form30 {width:150px;}
.form50 {width:250px;}
.form70 {width:350px;}
.form90 {width:450px;}
.formtop {width:150px;font-size:0.8em;padding:0 2px;}
.ti {text-indent:1em;}
.ti2 {text-indent:2em;}
.border01 img{
	border:1px solid #ccc;
	background-color:#fff;
	padding:2px;
}
.border02 {
	border-bottom:1px dotted #672F0D;
	padding:0 5px;
}
.midashi01 {
	background:url(../images/icon01.jpg) no-repeat left center;
	padding-left:10px;
}
.midashi02 {
	margin:0 0 10px 10px;
	font-weight:bold;
	border-left:5px solid #06c;
	color:#06c;
	padding-left:5px;
}
.midashi03 {
	font-size:130%;
	line-height:170%;
/*	background-color:#dde6f0;*/
	padding:8px 4px 8px 40px;
	border-bottom:2px dashed #666;
	margin-bottom:10px;
	background:url(../images/p11_q.jpg) no-repeat 5px center #dde6f0;
}
.midashi04 {
	font-size:130%;
	background-color:#ddd;
	padding:8px 10px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
}
.midashi05 {
	margin:10px 0 0 0;
	font-size:120%;
	border-left:5px solid #06c;
	color:#06c;
	padding-left:5px;
}
.midashi06 {
	background:url(../images/icon02.jpg) no-repeat left bottom;
	padding-left:21px;
	font-weight:bold;
	font-size:110%;
	color:#0751a5;
	border-bottom:1px dotted #0751a5;
}

/* margin-padding
----------------------------------------------------------*/
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt70 {padding-top:70px;}
.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}

/* color
----------------------------------------------------------*/
.red {color:#B9090B;}
.darkgray {color:#333;}
.gray {color:#666;}
.lightgray {color:#eee;}
.white {color:#fff;}
.black {color:#000;}
.blue {color:#06c;}
.orange {color:#f90;}

/* base
----------------------------------------------------------*/
#wrapper {
	text-align:left;
	margin:0 auto;
	width:864px;
	background:url(../images/content_bg.jpg) no-repeat bottom;
}
#content {
	text-align:left;
	width:840px;
	padding:0 22px 0 2px;
}

/* left-side
----------------------------------------------------------*/
#left-side {
	width:190px;
	float:left;
	background:url(../images/left_top.jpg) no-repeat top;
	padding:0 20px 0 30px;
}
#left-bg {
	width:172px;
	padding:0 9px 10px 4px;
	background:url(../images/left_body.jpg) repeat-y;
}
#left-navi {
	background:url(../images/left_navi_bg.jpg) no-repeat;
	width:190px;
	height:182px;
	padding-top:13px;
}
#left-mobile {
	background:url(../images/left_mobile.jpg) no-repeat;
	width:190px;
	height:79px;
	padding:113px 0 0 0;
	text-align:center;
	margin-bottom:10px;
}
#left-link {
	width:188px;
	border:1px solid #9398b3;
	background-color:#e9e9e9;
	margin-bottom:20px;
}

/* right-side
----------------------------------------------------------*/
#right-side {
	width:590px;
	float:right;
}

/* header
----------------------------------------------------------*/
#header {
	width:860px;
	padding:0 2px;
	height:100px;
	background:url(../images/header_bg.jpg) no-repeat;
	line-height:10px;
}
h1 {
	overflow-y:hidden;
	font-weight:normal;
	color:#333;
	font-size:85%;
	height:12px;
	text-align:right;
	padding:7px 10px 0 0;
}

/* 01-index
----------------------------------------------------------*/
#p01-box1 {
	width:590px;
	background:url(../images/p01_01_bg.jpg) no-repeat center bottom #fdefc0;
	padding-bottom:10px;
	margin-bottom:10px;
}
#p01-box1-head {
	background:url(../images/p01_01_header.jpg) no-repeat;
	width:586px;
	height:25px;
	padding:4px 4px 4px 0;
	text-align:right;
}
#p01-box1 .block {
	float:left;
	width:117px;
	text-align:center;
	margin-top:10px;
	display:inline;
}
#p01-box1 .name {
	margin:5px 5px 0 5px;
	width:106px;
	border:1px solid #c8af65;
	background-color:#fff;
	padding:2px 0 1px 0;
	line-height:130%;
}
#p01-box2 {
	float:left;
	width:345px;
}
#p01-box2-1 {
	float:right;
	width:215px;
}
#p01-box3 {
	background:url(../images/p01_02_price.jpg) no-repeat;
	width:233px;
	height:46px;
	padding:229px 0 0 2px;
	text-align:center;
	float:right;
}
#p01-box3 p {
	display:none;
}
#p01-box4 {
	float:right;
	width:335px;
	line-height:120%;
}

/* 02-reserve
----------------------------------------------------------*/
.p02-box1 {
	width:588px;
	border-bottom:5px solid #fff;
	background:url(../images/bg02.jpg) repeat-y #eee;
}
.p02-box1 .day {
	width:55px;
	float:left;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	font-size:110%;
}
.p02-box2 {
	width:531px;
	float:left;
	padding:7px 0 5px 2px;
}
.p02-box2 .people {
	width:102px;
	float:left;
	text-align:center;
	line-height:130%;
	margin-bottom:10px;
	padding:0 2px;
}
.p02-box2 img {
	border:1px solid #ccc;
	padding:2px;
	background-color:#fff;
	margin-bottom:3px;
}

/* 03-reserve
----------------------------------------------------------*/
#p03-table1 {
	width:590px;
	border-top:1px solid #ccc;
	margin-top:10px;
}
#p03-table1 th,
#p03-table1 td {
	vertical-align:top;
	padding:4px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#p03-table1 th {
	width:25%;
	background:url(../images/bg01.jpg);
}
#p03-table1 td {
	width:75%;
}

/* 04-week
----------------------------------------------------------*/
#p04-box1 {
	float:left;
	width:234px;
}
#p04-box2 {
	float:right;
	padding:8px 10px 0 10px;
	width:324px;
	background:url(../images/bg04.jpg);
	margin-bottom:20px;
	border:1px solid #fc0;
}
#p04-box2 a{
	text-decoration:none;
}
#p04-table1 {
	width:324px;
	margin-bottom:10px;
}
#p04-table1 td{
	padding:7px 2px 2px 2px;
	text-align:center;
}
.p04-table2 {
	width:590px;
	margin-top:10px;
	background-color:#d5e4ec;
}
.p04-table2 td{
	padding:10px;
}
.p04-table2 .td1 {
	width:140px;
}
.p04-table2 .td2 {
	width:410px;
}

/* 05-delphi
----------------------------------------------------------*/
.p05-box1 {
	width:420px;
	float:left;
}
.p05-box2 {
	width:420px;
	float:right;
}
#p05-box3 {
	width:590px;
	background:url(../images/bg08.jpg) no-repeat right bottom;
}
#p05-table1 {
	width:330px;
	border-collapse:collapse;
	border:1px solid #ccc;
}
#p05-table1 td {
	padding:3px 5px;
	border-bottom:1px solid #ccc;
}
#p05-table1 .td1{
	width:30%;
	text-align:center;
	border:1px solid #ccc;
	background:url(../images/bg05.jpg) repeat-x bottom #cad9e8;
}
#p05-table1 .td2{
	width:35%;
}
#p05-table1 .td3{
	width:35%;
	font-weight:bold;
	color:#06c;
}

/* 06-access
----------------------------------------------------------*/
#p06-table1 {
	width:590px;
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-top:20px;
	border-collapse:separate;
}
#p06-table1 td,
#p06-table1 th {
	border:1px solid #ddd;
	padding:4px 8px;
	vertical-align:top;
}
#p06-table1 th {
	width:20%;
	background:url(../images/bg05.jpg) repeat-x bottom #cad9e8;
}
#p06-table1 td {
	width:80%;
}

/* 07-fortune_teller
----------------------------------------------------------*/
.p07-box1 {
	width:125px;
	margin:5px 4px 10px 5px;
	padding:10px 5px;
	background:url(../images/bg03.jpg) repeat-x top;
	background-color:#fff;
	float:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	display:inline;
}

#p07-table1 {
	width:588px;
}
#p07-table1 td{
	vertical-align:top;
}
#p07-table1 .td1{
	background:url(../images/p07_bg01.jpg) no-repeat top;
	padding:10px 0;
	width:147px;
}
#p07-table1 .td2{
	background:url(../images/p07_bg02.jpg) repeat-y center;
	padding:0 10px;
	width:127px;
}
#p07-table1 .td3{
	background:url(../images/p07_bg02.jpg) repeat-y center;
	padding:0 10px;
	width:127px;
}
#p07-table1 .td4{
	background:url(../images/p07_bg03.jpg) no-repeat bottom;
	padding:5px 10px 20px 10px;
	text-align:right;
	width:127px;
}



/* 08-detail
----------------------------------------------------------*/
#p08-box1 {
	width:190px;
	padding:10px 10px;
	float:left;
	background:url(../images/bg01.jpg);
}
#p08-box1 #name {
	margin-bottom:10px;
	border-bottom:2px dashed #0751a5;
	padding-bottom:5px;
}
#p08-box1 #other {
	background:url(../images/bg07.jpg) no-repeat right bottom #fff;
	padding:5px;
	width:180px;
	margin-bottom:10px;
}
#p08-box2 {
	width:360px;
	float:right;
}
#p08-table1 {
	width:590px;
	border-collapse:collapse;
}
#p08-table1 td{
	vertical-align:top;
	text-align:center;
}
#p08-table1 .td1 {
	padding-top:7px;
	width:20%;
	background:url(../images/bg06.jpg) repeat-x #eee top;
}
#p08-table1 .td2 {
	padding:0 3px 3px 3px;
	font-size:90%;
	line-height:130%;
	background-color:#eee;
}
#p08-table1 .td3 {
	padding:0 0px 5px 0px;
	border-bottom:1px solid #fff;
	font-size:90%;
	line-height:100%;
	background-color:#eee;
}

/* 10-menu
----------------------------------------------------------*/
#p10-table1 {
	width:590px;
	border-collapse:collapse;
	border:1px solid #999;
	font-size:120%;
	font-weight:bold;
}
#p10-table1 td {
	padding:5px 10px;
	border-bottom:1px solid #999;
}
#p10-table1 .td1{
	width:30%;
	text-align:center;
	border:1px solid #999;
	background:url(../images/bg05.jpg) repeat-x bottom #cad9e8;
}
#p10-table1 .td2{
	width:28%;
}
#p10-table1 .td3{
	width:42%;
	font-weight:bold;
	color:#06c;
}



/* 12-company
----------------------------------------------------------*/
#p12-table1 {
	width:590px;
	margin-top:20px;
	border-top:1px solid #ccc;
}
#p12-table1 th,
#p12-table1 td {
	padding:4px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
#p12-table1 th {
	width:20%;
	background:url(../images/bg01.jpg);
}
#p12-table1 td {
	width:80%;
}

/* 13-law
----------------------------------------------------------*/
.p13-table1 {
	width:590px;
	border:1px solid #ccc;
}
.p13-table1 th,
.p13-table1 td {
	padding:3px 5px;
	border:1px solid #ccc;
	vertical-align:top;
}
.p13-table1 th {
	width:27%;
	background-color:#ddd;
}
.p13-table1 td {
	width:73%;
}

/* 14-privacy
----------------------------------------------------------*/

.p14-list1 {
	padding-left:15px;
}
.p14-list1 li {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:10px;
}
.p14-list2 {
	padding-left:30px;
	list-style:decimal;
	margin-bottom:10px;
}
.p14-list2 li {
	list-style-position:outside;
}



/* 16-contact
----------------------------------------------------------*/
#p16-table1 {
	width:590px;
	border-top:1px solid #ccc;
	margin-top:10px;
}
#p16-table1 th,
#p16-table1 td {
	vertical-align:top;
	padding:4px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#p16-table1 th {
	width:25%;
	background:url(../images/bg01.jpg);
}
#p16-table1 td {
	width:75%;
}



/* footer
----------------------------------------------------------*/
.pagetop {
	width:590px;
	height:24px;
	text-align:right;
	padding-top:10px;
	clear:both;
}
.pagetop2 {
	width:590px;
	height:14px;
	text-align:right;
	clear:both;
}
#footer {
	text-align:left;
	width:854px;
	height:48px;
	padding-left:10px;
	margin:0 auto;
	margin-bottom:30px;
	background:url(../images/footer_bg.jpg) no-repeat;
}
#footer ul{
	list-style:none;
}
#footer li{
	display:inline;
}

