@charset "utf-8";

a {text-decoration: none;}
a:link {color: #00305c;}
a:visited {color: #00305c;}
a:hover {color: #cc0000;}
a:active {color: #cc0000;}

.pdf {
    display: inline;
    background: url('/images/common/pdf.gif') no-repeat 0 top;
    padding-left: 22px;
}
.clear {
	clear: both;
}

/* header {{{ */
div#header {
	background: url('/images/window/header_bg760.gif') no-repeat;
	padding-bottom: 14px;
	height: auto;
	border-top: none;
}

div#header p.site-logo {
	float: left;
}
div#header p.site-catch {
	float: right;
}
div#header h1 {
	clear: both;
	margin: 12px 0 0 8px;
}
div#header p {
	
}
/* }}} */
/* footer {{{ */
div#footer {
    width: 760px;
    /* clear: both; */
    margin-top: 30px;
    height: auto;
    background: none;
    font-size: 12px;
}
div#footer div.to-page-top {
    width: 760px;
    margin: 0 auto;
}
div#footer div.to-page-top a.to-top {
    width: 110px;
    height: 25px;
    background: url('/images/footer/to_top.gif') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
}
div#footer div.to-page-top a.to-top:hover {
    background-position: 0 -25px;
}
div#footer div.footer-box {
    width: 100%;
    min-width: 760px;
    border-top: solid 3px #cc0001;
    background-color: #efefef;
    padding: 20px 0 20px 0;
}
div#footer div.footer-box div.footer-in-box {
    width: 760px;
    margin: 0 auto;
}
div#footer div.footer-box div.footer-in-box ul {
    margin-top: 5px;
}
div#footer div.footer-box div.footer-in-box ul li {
    background: url('/images/common/arrow_r.gif') no-repeat 0 45%;
    padding-left: 10px;
    display: block;
}
div#footer div.footer-box div.footer-in-box ul li.nol {
    background-image: none;
}
div#footer div.footer-box div.footer-in-box div.footer-navi {
    float: left;
    background: url('/images/footer/vline.gif') repeat-y;
    padding: 0 10px 0 10px;
}
div#footer div.footer-box div.footer-in-box div.footer-navi h4 {
    background: url('/images/common/arrow_r.gif') no-repeat 0 45%;
    padding-left: 10px;
    font-weight: bold;
}
div#footer div.footer-box div.footer-in-box div.footer-navi01 {width: 120px;margin-left:5px;}
div#footer div.footer-box div.footer-in-box div.footer-navi02 {width: 250px;}
div#footer div.footer-box div.footer-in-box div.footer-navi03 {width: 160px;}
div#footer div.footer-box div.footer-in-box div.footer-navi04 {width: 150px;padding-right: 0;}
div#footer div.footer-box div.footer-in-box div.footer-navi02 ul#footer-3 {white-space: nowrap;}
div#footer div.footer-box div.footer-in-box div.footer-navi04 ul#footer-6 {width: 110px;}
div#footer div.footer-box-bottom {
    width: 100%;
    min-width: 760px;
    background-color: #474747;
    color: #fcfcfc;
}
div#footer div.footer-box div.footer-in-box div.footer-navi  ul {
    float: left;
    padding-left: 7px;
}
div#footer div.footer-box div.footer-in-box div.footer-navi  ul li {
    margin-top: 8px;
}
div#footer div.footer-box div.footer-in-box div.footer-navi04 ul {
    padding-right: 0;
}
div#footer div.footer-box-bottom {
    padding: 8px 0;
}
div#footer div.footer-box-bottom ul {
    width: 760px;
    margin: 0 auto;
}
div#footer div.footer-box-bottom ul li {
    float: left;
    background: url('/images/footer/vline02.gif') repeat-y;
    padding: 0 10px 0 10px;
}
div#footer div.footer-box-bottom ul li a {
    color: #fcfcfc;
    background: url('/images/common/arrow_rw.gif') no-repeat 0 45%;
    padding-left: 10px;
}
div#footer div.footer-box-bottom ul li a:hover {
    color: #cc0000;
}
div#footer div.shadow {
    clear: both;
    height: 10px;
    background: url('/images/footer/footer_shadow.gif') repeat-x;
}
div#footer div.copy {
    width: 760px;
    margin: 20px auto 0 auto;
    padding-bottom: 16px;
}
div#footer div.copy img {
	float: left;
}
div#footer div.copy a {
    float: right;
}
div#footer div.foot-note {
    width: 754px;
    margin: 10px auto 5px;
}
div#footer div.foot-note p.foot-note {
    font-size: 1.167em;
    line-height: 1.4em;
    margin-bottom: 15px;
}
div#footer div.foot-note p.foot-note-s {
    font-size: 0.9em;
    line-height: 1.4em;
}

/* btoc フッター改修2013/03/25 */
div#footer p#footer-risk {
font-size: 1.167em;
}

div#footer p#rc-box {
width: 760px;
margin: 10px auto 0;
line-height: 1.4em;
margin-bottom: 15px;
}

div#footer p#footer-risk a.link,
div#footer p#rc-box a.link {
    display: inline;
    background: url('/images/common/link.gif') no-repeat 0 45%;
    padding-left: 13px;
    margin-left: 0;
}

/* }}} */