@charset "utf-8";

body {
    background-color: #faf8f8;
    color: #181818;
    font-size: 14px;
    height: 100%;
    margin: auto 0;
    font-family:メイリオ, 'Lucida Grande',
   'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
     Meiryo, sans-serif;
}

a:link {
    color: #006cff;
    text-decoration: none;
}
a:visited {
    color: #006cff;
    text-decoration: none;
}
a:hover {
    color: #006cff;
    text-decoration: underline;
}
a:active {
    color: #006cff;
    text-decoration: none;
}
a.wlink:link {
    color: #ffffff;
    text-decoration: none;
}
a.wlink:visited {
    color: #ffffff;
    text-decoration: none;
}
a.wlink:hover {
    color: #ffffff;
    text-decoration: underline;
}
a.wlink:active {
    color: #ffffff;
    text-decoration: none;
}
a.blink:link {
    color: #006cff;
    text-decoration: none;
}
a.blink:visited {
    color: #006cff;
    text-decoration: none;
}
a.blink:hover {
    color: #006cff;
    text-decoration: underline;
}
a.blink:active {
    color: #006cff;
    text-decoration: none;
}
a.ublink:link {
    color: #3e3d3d;
    text-decoration: underline;
}
a.ublink:visited {
    color: #3e3d3d;
    text-decoration: underline;
}
a.ublink:hover {
    color: #faa605;
    text-decoration: underline;
}
a.ublink:active {
    color: #3e3d3d;
    text-decoration: underline;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clear {
    clear: both;
}
.bfont {
    font-weight: bold;
}

.font16{
  font-size:16px;
}

.r_cl{
  color:#941711;
}
.bottomline {
    border-bottom: 1px dotted #767775;
}
.topline {
    border-top: 1px dotted #767775;
}
.sp_r5 {
    margin-right: 5px;
}
.sp_r10 {
    margin-right: 10px;
}
.sp_l5 {
    margin-left: 5px;
}
.sp_l10 {
    margin-left: 10px;
}
.sp_l15 {
    margin-left: 15px;
}
.sp_l20 {
    margin-left: 20px;
}
.sp_t10{
    margin-top: 10px;
}
.sp_t15 {
    margin-top: 15px;
}

/*角丸*/
.radius {
  border-radius: 10px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
}


.img_l{
  float:left;
  margin-right:10px;
}

.img_r{
  float:right;
  margin-left:10px;
}

.cr_pagetop{
    height: 30px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

#contents {
    background-color:#f5f5eb;
    min-height: 100%;
    min-width: 960px;
    width: 100%;
}
#topheader {
    background: url("../img/bg_head.gif") scroll 0 0 rgba(0, 0, 0, 0);
    height: 380px;
    width: 100%;
}
#headtop{
    width:100%;
    background-color:#941711;
    height: 25px;
    margin:0px auto;
    text-align:center;
}
#headtop h1 {
    padding-top:5px;
    color:#fff;
    text-align:left;
    margin-left:20px;
    font-size:13px;
}
#headmid{
  background-color:#fff;
  width:100%;
  height:85px;
}

#headmid_in{
  position:relative;
  margin:0px auto;
  width:960px;
  height:85px;
  background-color:#fff;
}

#topimage_wrp {
    height: 270px;
    width: 960px;
    margin:0px auto;
}

#navi_sub {
    bottom: 0;
    height: 85px;
    position: absolute;
    right: 0;
}
ul#navi_sub li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
#navi_wrp {
    height: 65px;
    position: relative;
    text-align: center;
    width: 100%;
}
#topnavi {
    font-size: 0;
    height: 60px;
    margin: 0px auto;
    position: relative;
    top: 0px;
    width: 960px;
}
#topnavi li {
    float: left;
    height: 60px;
}
#navi1 a {
    background: url("../img/navi.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 192px;
}
#navi2 a {
    background: url("../img/navi.gif") no-repeat scroll -192px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 192px;
}
#navi3 a {
    background: url("../img/navi.gif") no-repeat scroll -384px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 192px;
}
#navi4 a {
    background: url("../img/navi.gif") no-repeat scroll -576px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 192px;
}
#navi5 a {
    background: url("../img/navi.gif") no-repeat scroll -768px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    width: 192px;
}
#navi1 a:hover {
    background: url("../img/navi.gif") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    height: 60px;
    width: 192px;
}
#navi2 a:hover {
    background: url("../img/navi.gif") no-repeat scroll -192px -60px rgba(0, 0, 0, 0);
    height: 60px;
    width: 192px;
}
#navi3 a:hover {
    background: url("../img/navi.gif") no-repeat scroll -384px -60px rgba(0, 0, 0, 0);
    height: 60px;
    width: 192px;
}
#navi4 a:hover {
    background: url("../img/navi.gif") no-repeat scroll -576px -60px rgba(0, 0, 0, 0);
    height: 60px;
    width: 192px;
}
#navi5 a:hover {
    background: url("../img/navi.gif") no-repeat scroll -768px -60px rgba(0, 0, 0, 0);
    height: 60px;
    width: 192px;
}
#main {
    background-color:#fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px auto;
    width: 960px;
}

#main_in {
    background-color:#fff;
    margin: 40px 10px;
    text-align: left;
    width: 940px;
    padding-top:25px;
}

#detailbox{
    width:900px;
    margin:auto;
}

#splink {
    margin: 60px auto 20px;
}
#splink_in {
    margin: 10px auto;
    width: 850px;
}
.splink_box {
    float: left;
    margin: 5px;
}
.splink_box p {
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    width: 150px;
}
.syousai {
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
}
.pankuzu {
    text-align: left;
}
#footer {
    background-color: #941711;
    color: #ffffff;
    height: 100px;
    text-align: center;
    width: 100%;
}
#footer_in {
    font-size: 12px;
    line-height: 1.4;
    margin: 0px auto;
    width: 960px;
}
#copy {
    background-color: #941711;
    clear: both;
    color: #ffffff;
    font-size: 12px;
    margin: 5px auto;
    text-align: right;
    width: 960px;
}
#footer_in li {
    display: inline;
    float: left;
    padding: 10px 5px 0 0;
}