﻿@charset "UTF-8";
/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Meiryo,Verdana, Helvetica, sans-serif;
   font-size:16px;
   color:#333;
   background:url(../images/bg.gif) repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#090033;
   text-decoration:none;
}

a:hover {
   color:#090033;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
/* ========TEMPLATE LAYOUT======== */
#top {
width:960px;
   margin:0 auto;
   background:#fff;

}

#headImage {
   width:960px;
   height:150px;
   background:url(../images/mainimg.jpg);
}
/* ========パンくずリスト======== */
.breadcrumb {
 list-style:none;
 margin: 0 0 10px 0;
 list-style: none;
 padding: 0;
 font-size:13px;
        line-height: 30px;
        color: #D8D8D8;
        padding: 0 0 0 0px;
/*        border: 1px solid #F0F0F0;*/
        border-bottom: 30px solid #3B0B0B; /*boder-color*/

    }
    ol.breadcrumb li{
    	float:left;	
    	}
    ol.breadcrumb li a{
        display: block;
        background: #8A0829;
        padding-right: 10px;
        height: 30px;
        margin-right: 31px;
        position: relative;
        text-decoration: none;
        color: #D8D8D8;
    }
    ol.breadcrumb li a:last-of-type { margin-right: 31px }
    ol.breadcrumb li a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -30px;
        border: 15px solid transparent;
        border-color: #8A0829;
        border-left-color: transparent;
    }
    ol.breadcrumb li a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -30px;
        border: 15px solid transparent;
        border-left-color: #8A0829;
    }
     
     
    ol.breadcrumb li:first-child a{ padding-left: 15px; }
    ol.breadcrumb li:first-child a:before{display:none;}
     
    ol.breadcrumb li a:hover {
        background: #4e4e4e;
        color: white;
        text-decoration: none;
    }
    ol.breadcrumb a:hover:before {
        border-color: #4e4e4e;
        border-left-color: transparent;
    }
    ol.breadcrumb li a:hover:after { border-left-color: #4e4e4e }

/* ================================ */
#contents {
   clear:both;
   width:960px;
   background:url(../images/bg_contents.gif) 200px 0 repeat-y;/*縦ライン*/
   border-bottom:1px solid #535D57;
}

#main {
   float:right;
   width:750px;
   margin-top:10px;
}


#footer {
   position:relative;
   clear:both;
   width:960px;

}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
    color:#090033;
}

#main a:hover {
   color:#090033;
   border:0;
   border-bottom:1px solid #090033;
}

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#090033;
   font-size:17px;
   font-weight:bold;
   border-bottom:3px double #535D57;
}

#main h3 {
   margin-bottom:3px;
   padding:0 4px;
   font-size:17px;
   color:#fff;
   background:#987a8c;
background:#b35968;
}

#main h4 {
   margin-bottom:2px;
   font-size:16px;
   color:#090033;
   border-bottom:2px solid #090033;
}
#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   border-left:8px solid #999;
   border-right:8px solid #999;

}
#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
   margin:0 10px 1em 0;
}

#main ul,ol,dl {
   margin-right:10px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* ======photo=============*/
#contents .photo p {
   margin:0;
   padding:0 10px 10px 10px;
   text-align:center;
   line-height:1.2;
   border-left:1px solid #E7E7E7;
   border-right:1px solid #E7E7E7;
   border-bottom:1px solid #E7E7E7;
}

#contents div.photo {
   float:left;
   clear:both;
   width:222px;
   margin-right:10px;
   padding-bottom:16px;
   background:url(../images/bg_photo.gif) no-repeat 100% 100%;
}

#contents ul.photo {
   clear:both;
   letter-spacing:-0.4em;
   list-style:none;
}

#contents ul.photo li {
   display:inline-block;
   /display:inline;
   /zoom:1;
   vertical-align:top;
   width:222px;
   margin:0 10px 0 0;
   padding:0 0 16px 0;
   background:url(../images/bg_photo.gif) no-repeat 100% 100%;
   letter-spacing:1px;
}

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

/* ========PageTopへ======== */

#pagetop {
   margin:10px 0;
   text-align:right;
}

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

#pagetop a:hover {
   border-bottom:1px solid #090033;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   text-align: center;  
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#333;
}
@media print {
.breadcrumb {
display:none;
}
#headImage {
display:none;
}
#pagetop {
display:none;
}
#contents {
 background:#fff;
}
#main {width:100%; float:none;}
}