@charset "Shift_JIS";

/*----- 初期化 -----*/

* {
margin: 0;
padding: 0;
}

body {
background:#C4C4C5 url(body.gif) repeat-y scroll center top;
color:#000000;
font-family: arial, helvetica, "ＭＳ Ｐゴシック", hirakakupro-w3, osaka, sans-serif;
/* font-family: "ＭＳ Ｐゴシック", sans-serif, Verdana; */
font-size: 80%;
}

/* IE Hack */
body {/background:#C4C4C5 url(body_ie.gif) repeat-y scroll center top;}


html {
overflow-y: scroll;
}

hr {
display: none;
}

img {
border: 0;
}

li {
list-style: none;
}

/*\*/ a {
overflow: hidden;
}/**/

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}
.clearfix {
zoom: 100%;
}




/*----- リンク下線 -----*/

a:link {
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
text-decoration: none;
outline: none;
}




/* ------ 基本 ------ */

.check {
border: 1px solid;
background-color: #333;
text-indent:-9999em;
}


#wrapper {
width: 980px;
border-left: 1px solid #003265;
border-right: 1px solid #003265;
/* border-bottom: 1px solid #003265; */
text-align: left;
background-color: #ffffff;
}

/* IE Hack */
#wrapper {/border-bottom: 1px solid #003265;}




/* ------ ヘッダ ------ */

#head {
display: block;
width: 980px;
height: 92px; 
min-height:1px;　/* IE 7対策 */
margin: 0 auto;
background-color: #314c75;
}

#head a {
color: #ffffff;
text-decoration: none;
}


#head a:hover {
text-decoration: underline;
}


#head h1 {
color: #fff; 
padding: 20px 0 5px 20px;
font-size: 20px;
font-family: arial;

font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

#head h2 {
color: #c1c1c1;
margin: 0 0 20px 20px;
font-size: 13px;
font-weight:normal;
font-family:georgia;
}




/* ■メインナビ ----------------------------------------------------------------- */

#navi {
background: #eee url(nav-bg.gif) repeat-x 0 0;
border-bottom: 1px solid #ccc;
font-family: verdana;
margin-bottom: 25px;
}

#naviinner {
position: relative;
}

#navi ul {
margin: 0;
padding: 0 0 0 20px;
list-style: none;
}

#navi ul li {
float: left;
padding-top: 2px;
}

#navi ul li a {
display: block;
text-decoration: none;
padding: 7px 15px 7px 16px;
border-left: 1px solid #ccc;
}

#navi ul li a:hover {
text-decoration: underline;
}

#navi ul li.on a {
color: #000;
background: #fff url(nav-arrow-on.gif) no-repeat 50% bottom;
}

#navi ul li.last {
border-right: 1px solid #ccc;
}


/* start: clearfix ------------------------------ */
#navi:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#navi { display:inline-table; }

/* Hides from Mac IE \*/
* html #navi { height:1px; }
#navi { display:block; }
/* */
/* end: clearfix ------------------------------ */


/* IE Hack */
#navi {/height: 30px;}



/* ------ タイトルイメージ ------ */

.topLogo {
display: block;
width: 945px;
height: 170px;
margin: 0 auto;
background: url(homepage-image7.jpg) no-repeat 0 0;
overflow: hidden;
text-indent: -9999px;
}







/* ------ コンテンツ ------ */

#contents {
width: 980px;
min-height: 1px;　/* IE 7対策 */
background-image: url(../img/top_img_bottom.jpg);
background-repeat: no-repeat;
background-color: #fff;
}


#main {
float: left;
/* width: 770px; */
width: 650px;
margin-top:30px;
}


#maininner {
padding: 0 20px 30px;
}




#submenu {
display: block;
float: right;
/* width: 190px; */
width: 330px;
margin-top:30px;
}

#submenuinner {
padding: 0 20px 30px 0;
}




/* start: clearfix ------------------------------ */
#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#contents { display:inline-table; }

/* Hides from Mac IE \*/
* html #contents { height:1px; }
#contents { display:block; }
/* */
/* end: clearfix ------------------------------ */




/* コンテンツタイトル */
#main maintitle {
font-size: 26px;
margin-bottom: .5em;
}

/* 本文文字サイズ */
#main p {
font-size: 14px;
line-height: 1.8;
}









/* ------ サブメニュー ------ */



#submenu  ul {
list-style: none;
margin: 0;
padding: 0;
}

#submenu  ul li {
padding: 0 0 0 18px;
margin: 0 0 8px 0;
background: url(icon-comment.gif) no-repeat 0 4px;
}

#submenu  dl {
padding: 0 8px;
}

#submenu  dl dt {
font-size: 18px;
margin: 3px 0;
color: #755a31; /* 右メニューのタイトル文字色　Aなしでも色つけ用 */
}


#submenu  dl dd {
margin-bottom: 3px;
}

#submenu  a {
color: #755a31;
}


#submenu dd.dline {
margin-bottom: 10px;
color: #777;
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
}







#submenu h3 {
    height: 20px;
    margin-bottom: 8px;
    background: url(submenu_tit01.gif) no-repeat 0 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: verdana;
    text-transform: uppercase;
}




#submenu .bottomspace {
margin: 0 0 80px 0;
}
















/* ------ フッタ ------ */

#footer { 
width: 980px;
height: 80px;
background: #eee url(nav-bg.gif) repeat-x 0 0;
color:#777777;
}



#footer .home {
float: left;
margin: 20px 20px;
}


#footer .cp {
float: right;
margin: 20px 20px;
}




/* start: clearfix ------------------------------ */
#footer:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#footer { display:inline-table; }

/* Hides from Mac IE \*/
* html #footer { height:1px; }
#contents { display:block; }
/* */
/* end: clearfix ------------------------------ */




/* gallery lightbox用---------------------------------------------------------- */

#content-gallery {
/*    background-color: #fff; */
    width: 590px;
/*    margin: 10px auto; */
/* border : 1px solid; */
}

#maininner p {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #c2beba;
}

.lightbox-gallery {
/*    border-top: 1px solid #BBB; */
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.lightbox-gallery ul {
    list-style: none;
    margin-top: 5px;
}

.lightbox-gallery ul li {
    display: inline;
}

.lightbox-gallery ul a {
/*    background-color: #ECECEC; */
    background-color: #fdfdfd;
    border: 1px solid #cacaca;
    padding: 5px 5px;
    display: block;
    float: left;
    margin: 5px;
}

.lightbox-gallery ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.lightbox-gallery ul a img {
    border: 1px solid #999999;
}

.lightbox-gallery ul a.lightbox-enabled img {
/*    border: 1px dotted #999999; */
    border: 1px solid #bababa;
}

.lightbox-gallery span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.lightbox-gallery .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.lightbox-gallery .important {
    text-decoration: underline;
}

.lightbox-gallery .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.lightbox-gallery.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.lightbox-gallery.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}






