@charset "shift_jis";
/*---- Header & Footer--------------------------*/



#header {
     margin: 0;
     padding: 0;
     text-decoration: none;
     font-size: 100%;
     background-image: url(../image/hafu.gif);
     height: 51px;
     background-repeat: no-repeat;
}
#header .logo {
     margin-top: 0px;
     padding-top: 5px;
     padding-left: 100px;
     text-align: left;
     float: left;
}
#footer {
     text-decoration: none;
     border-style: none;
     padding-top: 0px;
     clear: both;
}
#copyright {
     font-size: 80%;
     font-family: "Times New Roman";
     color : silver;
     font-style: italic;
     text-align: left;
     margin-bottom: 0px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: red;
     margin-left: 10px;
}
#footer .logo {
     float: left;
}
#footer .modoru {
     font-size: 80%;
     font-weight: normal;
}
/* パンくずリスト */

.topicpath {
     margin-right: 5px;
     margin-bottom: 0px;
     margin-left: 0px;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     text-align: right;
     font-size: 90%;
     float: right;
     color : #d9d9d9;
}
.topicpath li {
     display: inline;
     list-style-type: none;
     
}
.topicpath li a {
     padding-right: 20px;
     background-image: url(../image/topicpath.gif);
     background-repeat: no-repeat;
     background-position: right center;
     text-decoration: none;
     color : #9dceff;
}
.modoru {
     font-size: 80%;
}
#header a ,#footer a {
     color : #9dceff;
     text-decoration : none;
}
#header a:hover ,#footer a:hover {
     color: red;
     font-weight : bold;
}