@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'Quattrocento sans', 'Century Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック', helvetica, verdana ,arial, sans-serif;
   font-size:13px;
   color:#281a14;
   background:#F5F6F7;
   background:url(../images/bg.jpg) repeat;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}

p {
   margin:0 0 1em 0;
   padding:0;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}
a {
   color:#1A366B;
   text-decoration:none;
}

a:hover {
   color:#999;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}

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

li {
   margin:0 0 0 0px;
   padding:0;
}

hr {
   border:solid #ccc;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
} 

p#exhibition  {
   margin:0;
   padding-top:10px;
   line-height:1.5;
   font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','メイリオ','Meiryo',serif;
   font-size:14px;
}


/* ========WIREFRAME======== */
#top {
   width:980px;
   margin:0 auto;
   padding:0 10px;
   border:1px solid #F5F6F7;
   background:#F5F6F7;
   /*
   box-shadow: #999 0 0 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/pie/PIE.htc);
   */
}

#header {
   width:980px;
   margin-top:0;
   position:relative;
}

#navi {
   position:absolute;
   top:20px;
   right:0;
}

#menu {
   float:left;
   width:980px;
   height:40px;
   margin:0 0;
   background:#000000;
   /*
   background:url(../images/navbg.png) fixed;
   */
}


#contents {
   clear:both;
   margin-top:10px;
   padding:10px 20px;
}

#indexcontents {
   clear:both;
   margin-top:35px;
   padding:10px 0;
}

#pageTop {
   clear:both;
}

#footer {
   width:980px;
   clear:both;
   padding:10px 0;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   padding:20px 0;
   font-weight:bold;
   font-size:28px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#92C45B;
}
#header p {
   margin:0;
   padding:0 0 0 0;
}

#navi ul {
   list-style:none;
}

#navi li {
   float:left;
   margin:0 0 0 22px;
   padding:0 0 0 20px;
   font-size:12px;
}

/*
#navi li.sitemap {
   background:url(../images/icon_sitemap.gif) 0 50% no-repeat;
}

#navi li.contact {
   background:url(../images/icon_contact.gif) 0 50% no-repeat;
}

#navi li.feed {
   background:url(../images/icon_feed.gif) 0 50% no-repeat;
}

#navi li a {
   border-bottom:1px solid #CECFCE;
}
*/


/* ========MENU CUSTOMIZE======== */
#menu ul {
   list-style:none;
   margin:0 auto;
   padding:0;
   width: 980px;

}

#menu li {
   float:left;
   margin:0;
   padding:0;
   width:130px;
   text-align:center;
   font-weight:bold;
   font-size:10px;
   border-right: 1px solid #fff;　/* 区切り線の指定 */
}

#menu li a {
   display:block;
   padding:5px 20px;
   color:#fff;
}

#menu li a:hover {
   color:#281a14;
   background-color:#F5F6F7;
   border-bottom:1px solid #1A366B;
}

#menu .on {
   background-color:#F5F6F7;
   color:#1A366B;
   border-bottom:1px solid #1A366B;
}


#menu ul li.bodernone {
     border-right: none;　/* 区切り線の非表示 */
}


/* ========CONTENTS CUSTOMIZE======== */
#contents h2 {
   margin-top:20px;
   margin-bottom:10px;
   padding:10px 0;
   font-weight:bold;
   font-size:16px;
   border-bottom:0px solid #ddd;
}

#contents h3 {
   margin-top:30px;
   margin-bottom:30px;
   padding:2px 0 2px 10px;
   font-weight:normal;
   font-size:16px;
   line-height:1.2;
   border-left:4px solid #333;
}

#contents h4 {
   margin-bottom:40px;
   font-weight:bold;
   font-size:14px;
   border-bottom:1px solid #ccc;
}

#contents h5 {
   margin-bottom:2px;
   padding:2px 5px 0px 15px;
   font-weight:bold;
   font-size:13px;
   background:#ccc;
}

#contents h6 {
   font-weight:bold;
   font-size:13px;
}

#contents .next {
   margin-top:30px;
   margin-bottom:40px;
   font-weight:bold;
   font-size:14px;
   border-bottom:1px solid #ccc;
}

#contents dl {
   margin:0;
   padding:0;
}

#contents dt {
   text-decoration:underline;
}

#contents dd {
   margin:0 0 1em 1em;
}

#contents table {
   width:100%;
   border-collapse: collapse;
}

#contents table th {
   padding:10px;
   text-align:left;
   line-height:1.6;
   letter-spacing:1px;
   font-size:15px;
}

#contents table td {
   padding:10px;
   text-align:left;
   line-height:1.6;
   letter-spacing:1px;
   font-size:15px;
}

#next table th {
   padding:5px;
   text-align:left;
   vertical-align:top;
   line-height:1.6;
   letter-spacing:1px;
   font-size:12px;
   font-weight:normal;
}

#next table td {
   padding:5px;
   text-align:left;
   vertical-align:top;
   line-height:1.6;
   letter-spacing:1px;
   font-size:12px;
}

/* Photography */

#contents div.pola {
   float:left;
   clear:both;
   width:222px;
   margin-right:10px;
   padding-bottom:16px;
}


#contents ul.pola {
   clear:both;
   letter-spacing:-0.4em;
   list-style:none;
   margin-right:auto;
   margin-left:auto;
}

#contents ul.pola li {
   display:inline-block;
   /display:inline;
   /zoom:1;
   vertical-align:top;
   width:222px;
   margin:0 13px 0 0;
   padding:0 0 16px 0;
   letter-spacing:1px;
}

#contents .pola img {
   padding:10px;
   border-top:1px solid #F5F6F7;
   border-left:1px solid #F5F6F7;
   border-right:1px solid #F5F6F7;
   vertical-align:bottom;
}

#contents .pola p {
   margin:0;
   padding:0 10px 10px 10px;
   line-height:1.5;
   font-family: 'times','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
   font-size:12px;
   border-left:1px solid #F5F6F7;
   border-right:1px solid #F5F6F7;
   border-bottom:1px solid #F5F6F7;
   
}

/* ↓2014 Sept revision↓ */

.PermanentExhibitionCaption p{
   font-family: 'times','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
   font-size:12px;
}

.PermanentExhibitionText {
   line-height:2.5;
   letter-spacing:1px;
   font-size:12px;
   color:#281a14;
}

/* ↑2014 Sept revision↑ */

.PermanentExhibitionTitle {

   text-align:center;
   margin-top:70px;
   font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
   font-size:28px;
   color:#281a14;
}

/* 年末年始営業時間部分 */
.PermanentExhibitionTitle1 {

   text-align:center;
   font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
   font-size:22px;
   color:#281a14;
}

.PermanentExhibitionTitle2 {

   text-align:center;
   margin-top:70px;
   font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
   font-size:28px;
   color:#281a14;
   
   margin: 0 auto;
   padding: 0.5em;
   width: 30%;
   border: 1px solid #281a14; /* 枠線 */
}


.ExhibitionCaption {
    display: inline-block;      /* インラインブロック要素にする */

    margin-left:65px;
    margin-right:270px;
}


/* Photography plus */

#contents div.pola2 {
   float:left;
   clear:both;
   width:422px;
   margin-right:10px;
   padding-bottom:16px;
}


#contents ul.pola2 {
   clear:both;
   letter-spacing:-0.4em;
   list-style:none;
   margin-right:auto;
   margin-left:auto;
}

#contents ul.pola2 li {
   display:inline-block;
   /display:inline;
   /zoom:1;
   vertical-align:top;
   width:422px;
   margin:0 0 0 25px;
   padding:0 0 16px 0;
   letter-spacing:1px;
}

#contents .pola2 img {
   padding:10px;
   border-top:1px solid #F5F6F7;
   border-left:1px solid #F5F6F7;
   border-right:1px solid #F5F6F7;
   vertical-align:bottom;
}

#contents .pola2 p {
   margin:0;
   padding:0 10px 10px 10px;
   line-height:1.5;
   font-family: 'times','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
   font-size:12px;
   border-left:1px solid #F5F6F7;
   border-right:1px solid #F5F6F7;
   border-bottom:1px solid #F5F6F7;
   
}

#contents div.photo {
   float:left;
   clear:both;
   margin-right:20px;
   padding-bottom:16px;
}

#contents div.photo2 {
   width:980px;
   float:left;
   clear:both;
   margin:0 auto;
}


#contents .indexinfo {
float:left;
width:470px;
}

.companyinfotext {
   line-height:1.6;
   letter-spacing:1px;
   font-size:16px;
   color:#333;
}

.companyinfo {
background:url(../images/companyinfobg2.png) no-repeat 100% 100%;
}

p#companytext {
   line-height:1.6;
   letter-spacing: 0.02em;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', helvetica, verdana ,arial, sans-serif;
   font-size:15px;
   text-align:justify;
   text-justify:inter-ideograph;
   background:url(../images/sp.gif)
}


.businesstext {
   margin-top:20px;
}

.businesstext_text {
   /*
   width:760px;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   */
   line-height:2.5;
   letter-spacing:-0.5px;
   font-size:14px;
   color:#281a14;
}

.businesstext_text2 {
   line-height:2.5;
   letter-spacing:1px;
   font-size:14px;
   color:#281a14;
}

.businesstext_text3 {
   line-height:2.5;
   letter-spacing:1px;
   font-size:14px;
   color:#281a14;
   margin-top:-40px;
}

.businesstext_text_alt {
   line-height:1.6;
   margin-top:20px;
   letter-spacing:1px;
   font-size:14px;
   color:#281a14;
}

div.history_navi{
    text-align:center;
    overflow:hidden;
}
 
div.history_navi ul{
    margin:0 auto;
    display:inline;
}
 
div.history_navi ul li{
    display:inline;
    margin:0 16px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   text-align:center;
   color:#281a14;
   font-size:12px;
   font-style:normal;
   padding:8px 0;
   border-top:1px solid #CECFCE;
   background:#F5F6F7;
}


/* image load fade-in */
#fadein{
display:none;
}

.highlight a:hover *{
filter: alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;
}