@charset "UTF-8";



/*____________________ base ____________________*/

* {
margin: 0; padding: 0;
}

body {
margin: 0; padding: 0;
background: url(img/bg.gif) #F2F2F2;
font-size: 12px;color: #333;line-height: 1;
font-family: "Osaka", "ＭＳ ゴシック", Arial, sans-serif;
}



/*____________________ class ____________________*/

img {
border: none; vertical-align:bottom;
}

h1,h2,h3,h4,h5 {
margin: 0; padding: 0;
font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "細明朝体", "Times New Roman", Times, serif
}

p {
line-height: 1.7; color: #333; margin: 7px 0;
}

a,
a:link,
a:visited,
a:active {
font-weight: normal; text-decoration: underline; color: #3366CC;
}
a:hover {
color: #FF3300;
}

strong {
font-weight: bold;
font-family: "ヒラギノ明朝 Pro W6", "Times New Roman", Times, serif
}

ul {
margin: 0; padding: 0;
}
ul li {
list-style: none;
margin: 0; padding: 0;
}


hr {
height: 1px; color: #ccc; border: none; border-bottom: 1px solid #aaa;
}


.clear {
height: 1px; clear: both; overflow: hidden;
}

.pagebreak {
page-break-after: always;
}




/*____________________ column ____________________*/

.column:after {
content: "."; display: block; visibility: hidden; height: 0; clear: both;
}
.column {display: inline-block;}
/* Hides from IE-mac \*/
* html .column {height: 1%;}
.column {display: block;}
/* End hide from IE-mac */

.column .left {float: left;}
.column .right {float:right}




/*____________________ tables ____________________*/

/*tbl-1*/
.tbl1 {
clear: both;
border-right: 1px solid #E2DEC5;
border-bottom: 1px solid #E2DEC5;
}
.tbl1 td,
.tbl1 th {
border-top: 1px solid #E2DEC5;
border-left: 1px solid #E2DEC5;
padding: 8px 10px;
}
.tbl1 td {
color: #555; line-height: 1.3;
}
.tbl1 th {
color: #333; font-weight: normal; text-align: left;
}


/**/

 em {
color:#EF1D00; font-style: normal;
}

.red {
color:#EF1D00 !important;
}
.blue {
color: #3366CC !important;
}
.brown {
color: #645948 !important;
}


.capt {
margin-left: 1em !important; text-indent: -1em;
}

/*fix-font-size*/
.fix10 {font-size: 10px !important;}
.fix12 {font-size: 12px !important;}
.fix14 {font-size: 14px !important;}
.fix16 {font-size: 16px !important;}
.fix18 {font-size: 18px !important;}
.fix24 {font-size: 24px !important;}
.fix32 {font-size: 32px !important;}


/*text-align*/
.al-left {text-align: left !important;}
.al-right {text-align: right !important;}
.al-center {text-align: center !important;}



.no-padding {padding: 0 !important}
.no-margin {margin: 0  !important}
.no-border {border: none !important}


/* vertical-margin */
.mar-v10 {margin: 10px 0 !important;}
.mar-v15 {margin: 15px 0 !important;}
.mar-v20 {margin: 20px 0 !important;}
.mar-v25 {margin: 25px 0 !important;}
.mar-v30 {margin: 30px 0 !important;}
.mar-v40 {margin: 40px 0 !important;}
.mar-v50 {margin: 50px 0 !important;}
/* horizonal-margin */
.mar-h10 {margin: 0 10px !important;}
.mar-h15 {margin: 0 15px !important;}
.mar-h20 {margin: 0 20px !important;}
.mar-h25 {margin: 0 25px !important;}
.mar-h30 {margin: 0 30px !important;}
.mar-h40 {margin: 0 40px !important;}
.mar-h50 {margin: 0 50px !important;}

/* top-margin */
.mar-t10 {margin-top: 10px !important;}
.mar-t15 {margin-top: 15px !important;}
.mar-t20 {margin-top: 20px !important;}
.mar-t25 {margin-top: 25px !important;}
.mar-t30 {margin-top: 30px !important;}
.mar-t40 {margin-top: 40px !important;}
.mar-t50 {margin-top: 50px !important;}
/* bottom-margin */
.mar-b10 {margin-bottom: 10px !important;}
.mar-b15 {margin-bottom: 15px !important;}
.mar-b20 {margin-bottom: 20px !important;}
.mar-b25 {margin-bottom: 25px !important;}
.mar-b30 {margin-bottom: 30px !important;}
.mar-b40 {margin-bottom: 40px !important;}
.mar-b50 {margin-bottom: 50px !important;}
/* left-margin */
.mar-l10 {margin-left: 10px !important;}
.mar-l15 {margin-left: 15px !important;}
.mar-l20 {margin-left: 20px !important;}
.mar-l25 {margin-left: 25px !important;}
.mar-l30 {margin-left: 30px !important;}
.mar-l40 {margin-left: 40px !important;}
.mar-l50 {margin-left: 50px !important;}
/* right-margin */
.mar-r10 {margin-right: 10px !important;}
.mar-r15 {margin-right: 15px !important;}
.mar-r20 {margin-right: 20px !important;}
.mar-r25 {margin-right: 25px !important;}
.mar-r30 {margin-right: 30px !important;}
.mar-r40 {margin-right: 40px !important;}
.mar-r50 {margin-right: 50px !important;}





/*____________________ head ____________________*/
#head {
padding: 80px 0 0 10px;
}
#head h1 {
font-size: 11px; line-height: 100%; color:#645948; font-weight: normal;
}


/*____________________ obi and layout ____________________*/

#obi {
position: absolute; left: 0; top: 100px; z-index: 10;
height: 120px; width: 10000px;
background: #000;
}
#obi #logo {
position: absolute; top: 0; left: 40px; width: 1960px; height: 120px; z-index: 1; background: url(obi/obi-pattern-top.jpg) no-repeat top right;
}

/*archive*/
#news #obi #logo {
background: none; width:auto;
}
#news #obi {
width: 1500px;
}
/*archive*/

#obi #logo h2 {
padding-top: 50px;
}
#obi .navi {
}

#obi .navi li {
display: inline; cursor: pointer;
}
#obi #navi-home {
position: absolute; top: 50px; left: 205px; z-index: 2; width: 280px;
}


#obi .ttl {
width: 1940px; height: 120px;
}
#obi .ttl h2 {
padding-top: 45px;
}

#obi #navi-about {position: absolute; top: 50px; left: 2250px; z-index: 21;}
#obi #ttl-about {position: absolute; top: 0; left: 2060px; z-index: 11; background: url(obi/obi-pattern.jpg) no-repeat top right}
body #p-about {z-index: 1; left: 2050px}

#obi #navi-gal {position: absolute; top: 50px; left: 4250px; z-index: 22;}
#obi #ttl-gal {position: absolute; top: 0; left: 4060px; z-index: 12; background: url(obi/obi-pattern.jpg) no-repeat top right}
body #p-gal {z-index: 2; left: 4050px}

#obi #navi-staff {position: absolute; top: 50px; left: 6250px; z-index: 23;}
#obi #ttl-staff {position: absolute; top: 0; left: 6060px; z-index: 13; background: url(obi/obi-pattern.jpg) no-repeat top right}
body #p-staff {z-index: 3; left: 6050px}

#obi #navi-price {position: absolute; top: 50px; left: 8250px; z-index: 24;}
#obi #ttl-price {position: absolute; top: 0; left: 8060px; z-index: 14; background: url(obi/obi-pattern.jpg) no-repeat top right}
body #p-price {z-index: 4; left: 8050px}



/*____________________ //obi and layout ____________________*/



/*archive-layout*/
body #gallery #p-gal {z-index: 2; left: 250px}
#gallery #obi #ttl-gal {position: absolute; top: 0; left: 250px; z-index: 12; background: url(img/ttl-gal.gif) no-repeat left center; width:auto}

#gallery #obi {width: 1500px;}
#gallery #logo {background-image: none;width: 1250px;}

#gallery #obi #ttl-gal h2 {
 padding: 45px 0 0 200px; color:#ccc;
}

/*archive-layout*/




/*____________________ pages ____________________*/

.totop {
/*text-align: right;*/
padding-bottom: 20px;
}
.totop img {
cursor: pointer;
}

.page {
position: absolute; top: 0; left: 2000px;
background: url(img/obi-tate.gif) repeat-y;
padding: 250px 0 0 0; width: 700px;
}

.page-end {
background: url(img/obi-tate-end.jpg) no-repeat left bottom;
padding: 10px 0 50px 200px; clear: both;
}
.page-end img {
cursor: pointer;
}

.page .column {
padding-bottom: 10px;
}
.page .left {
width: 160px;
}
.page .left h3 {
padding: 1px 0 0 10px;
}
.page .left h5 {
margin: 0; padding: 3px 0;
text-align: right; font-size: 12px; color: #645948; line-height: 1.2;
}
.page .right {
width: 500px;
}

.page p {
margin: 0 0 8px 0; color: #695D4B;
}
.page p strong {
font-weight: bold; font-size: 14px;
}


.topagetop {
cursor: pointer;
}

/*____________________ topic ____________________*/

#topic {
position: absolute; top: 70px; left: 530px; z-index: 30;
width: 310px;
}

#topic dl {
margin: 20px 0 0 0; padding: 0 0 6px 0;
}
#topic dl dt {
margin: 16px 0 0 0; padding: 0;
color: #7E715F; font-size: 14px; line-height: 1.2em; font-weight: bold;
font-family: "ヒラギノ明朝 Pro W6", "Times New Roman", Times, serif;
}
#topic dl dd {
font-size: 10px;
/* Hides from IE-mac \*/
font-size: 12px;
/* End hide from IE-mac */
line-height: 1.5;
margin: 5px 0 10px 16px; padding: 0;
color: #645948; 
}
#topic #kyujitu dl dd {
color:#CC0000;
}

#topic .news {
margin: 15px 0 30px 0; padding: 0;
}
#topic .news .date {
font-size: 10px; line-height: 100%; letter-spacing: 0.1em; color: #7E715F;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 3px 0; padding: 3px 0;/* background: #E0D9C9;*/ border-bottom: 1px solid #C9C1B1;
}
#topic .news h3 {
font-size: 18px; color: #7E715F; font-weight: bold; line-height: 1.2em;
margin: 7px 0; padding: 0;
}
#topic .news h4 {
font-size: 14px; color: #7E715F; font-weight: bold; line-height: 1.2em;
margin: 14px 0 7px 0; padding: 0;
}
#topic .news p {
color: #645948; 
margin: 7px 0;
}
#topic .news p strong {
font-size: 14px; font-weight: bold;
}

#topic .news p.chu {
font-size:10px;
}

#topic .news ul li {
list-style: outside square; margin: 7px 0 7px 2em; color: #3366CC; line-height: 1.5;
}


#topic .news blockquote {
background: #E5E3DD; padding: 10px 15px;
color: #645948; line-height: 1.5em;
margin: 7px 0;
}


/*____________________ //topic ____________________*/


/*____________________ about ____________________*/



#p-about strong {
font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "細明朝体", "Times New Roman", Times, serif;
}

#p-about #about-jikan h3 {
padding-top: 4px;
}
#p-about #about-jikan strong {
font-size: 18px;
}

#p-about #about-denwa h3 {
padding-top: 10px;
}
#p-about #about-denwa p {
}
#p-about #about-denwa strong {
font-size: 24px;
}
#p-about #about-denwa .chu {
letter-spacing: 0.1em; font-size: 14px; font-weight: normal;
}

#p-about #about-mail h3 {
padding-top: 8px;
}
#p-about #about-mail strong a {
font-size: 18px;
}

#p-about #about-map {
width: 490px; height: 400px; border: 1px solid #695D4B; background: url(about/googlemap-bg.gif);
}


#p-about #about-map strong {
font-size: 24px; display: block; margin-bottom: 8px;
}



/*____________________ gallery ____________________*/



#p-gal .gal-block {
margin-bottom: 0; width: 670px; height: 500px;
}
#p-gal .left p {
text-align: right; margin: 4px 3px; padding: 0;
}
#p-gal .left h3 {
margin: 0; padding: 0;
}
#p-gal .gal-pic {
float: right; width: 470px;
}
#p-gal .right {
float: right; width: 470px;
}

#p-gal .gal-pic img {
margin-right: 5px;
border-right: 1px solid #E0D9C9;
border-bottom: 1px solid #E0D9C9;
}
#p-gal .gal-name {
font-size: 14px; line-height: 1.2;
}
#p-gal .gal-name img {
margin:0 0 0 10px; cursor: pointer; vertical-align: text-top;
_vertical-align: middle;
}





/*____________________ staff ____________________*/


#p-staff .column {
padding-bottom: 0;
/* Hides from IE-mac \*/
clear: both;
/* End hide from IE-mac */
}
#p-staff .left p {
text-align: right; margin: 4px 3px; padding: 0;
}
#p-staff .portrait {
float: left; width: 250px; height: 220px;
}
#p-staff .portrait img {
margin: 0 0 0 40px;
}
#p-staff .profile {
float: right; width: 270px; height: 220px;
}
#p-staff .profile h4 {
padding: 100px 0 0 0;
}
#p-staff .profile p {
cursor: pointer; margin: 5px;
}
#p-staff .staff-block {
margin-bottom: 0; height: 500px;
}



/*____________________ price ____________________*/


#p-price .column {
clear: both;
}
#p-price .left h3 {
padding: 0; margin: 0; text-align: right;
font-size: 24px; font-weight: bold;color: #695D4B;
font-family: "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "細明朝体", "Times New Roman", Times, serif;
}


#p-price table {
clear: both; margin-bottom: 30px; width: 400px;
}
#p-price table td,
#p-price table th {
padding: 5px 10px;
border-bottom: 1px solid #E0D9C9;
}
#p-price table td {
color: #695D4B; font-size: 12px; line-height: 1.3; text-align: right;
}
#p-price table th {
color: #695D4B; font-size: 12px; font-weight: normal; text-align: left;
}
#p-price table .sub {
text-align: right;
}







/*____________________ price ____________________*/




/*____________________ print-use ____________________*/







