@charset "utf-8";
html {
    overflow-y:scroll;
}
body {
    font-size:10pt;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:150%;
    text-align:center;
    margin:0;
    padding:0;
    color:#333;
}
body.top {
    background: url(../assets/images/common/body_bg.jpg) top repeat-x;
}

body.sub {
    background: url(../assets/images/common/body_sub_bg.jpg) top repeat-x;
}
a {
    color:#2263A3;
}
a:hover {
    color:#333;
}
ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
    margin:0;
    padding:0;
}
li {
    list-style-type:none;
}
img {
    border:0;
}
hr {
    display:none;
}
.bl {
    text-align:left;
    display:block;
    text-indent:-999em;
    overflow:hidden;
}


#wrapper {
    margin:0 auto;
    text-align:left;
    width:960px;
}

#head {
    background: #FFF url(../assets/images/common/header.gif) top no-repeat;
}

#head h1,
#head h1 a {
    width:263px;
    height:65px;
    float: left;
}

#head ul.assist_navi {
    float:right;
    width:300x;
    padding-top:22px;
}
#head ul.assist_navi li {
    float:left;
}
#head ul.assist_navi li a {
    height:18px;
    float:left;
}
#head ul.assist_navi a.sitemap {
    width:105px;
}
#head ul.assist_navi a.company {
    width:85px;
}
#head ul.assist_navi a.inquiry {
    width:110px;
}

#head p#read_img {
    clear: both;
    height: 221px;
    width: 960px;
    background: url(../assets/images/top/header_read.jpg) no-repeat;
}
#head ul#menu {
    clear: both;
    height:55px;
    width: 960px;
    margin: 0;
    padding: 0;
}
#head ul#menu li {
    float:left;
}
#head ul#menu a {
    height:55px;
    background: url(../assets/images/common/menu.jpg) no-repeat;
}
#head ul#menu a.i1 {
    width:160px;
    background-position:0px 0px;
}
#head ul#menu a.i2 {
    width:160px;
    background-position:-160px 0px;
}
#head ul#menu a.i3 {
    width:160px;
    background-position:-320px 0px;
}
#head ul#menu a.i4 {
    width:160px;
    background-position:-480px 0px;
}
#head ul#menu a.i5 {
    width:160px;
    background-position:-640px 0px;
}
#head ul#menu a.i6 {
    width:160px;
    background-position:-800px 0px;
}
#head ul#menu a.i1:hover {
    width:160px;
    background-position:0px -55px;
}
#head ul#menu a.i2:hover {
    width:160px;
    background-position:-160px -55px;
}
#head ul#menu a.i3:hover {
    width:160px;
    background-position:-320px -55px;
}
#head ul#menu a.i4:hover {
    width:160px;
    background-position:-480px -55px;
}
#head ul#menu a.i5:hover {
    width:160px;
    background-position:-640px -55px;
}
#head ul#menu a.i6:hover {
    width:160px;
    background-position:-800px -55px;
}
#container {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 960px;
    background: url(../assets/images/common/container_bg.gif) repeat-y;
}
#content {
    width:720px;
    float:left;
}
#content .article {
    margin-bottom:20px;
    padding:5px 0 10px;
}

#content p.pageTop a {
    clear: both;
    margin:0 0 0 550px;
    width: 140px;
    height: 20px;
    background-image:url(../assets/images/common/page_top.jpg) ;
    background-repeat: no-repeat;
}

#side {
    width:200px;
    float:right;
    padding: 0;
}
#side #area_contact {
    border: #D61F22 solid 1px;
    
}
#side #area_contact h3 {
    background: url(../assets/images/common/contact_title.jpg) no-repeat    ;
    height: 24px;   
}
#side #area_contact #contact_tel {
    background: url(../assets/images/common/contact_tel.jpg) no-repeat 50% 0    ;
    height: 71px;   
}
#side #area_contact #contact_buttom {
    text-align: center;
    margin-bottom: 5px;
}
#side ul {
    padding:20px 0;
}
#side ul li {
    margin: 0 0 5px 0;
    padding: 0;
}
#foot {
    clear: both;
    background: url(../assets/images/common/footer_bg.jpg) repeat-x #202020;
    padding-top: 10px;
}
#foot ul {
    display:block;
    text-align:center;
    padding-top:7px;
}
#foot li {
    display:inline;
    border-left:1px solid #999;
    padding-left:6px;
    padding-right:3px;
    font-size: 9pt;
}
#foot li a {
    color: #CCC;
    text-decoration: none;
}
#foot li a:hover {
    text-decoration: underline;
}
#foot li.last {
    border-right:1px solid #999;
    padding-right: 7px;
}
#foot .copyright {
    color:#666;
    text-align:center;
    padding:15px 0;
    font-size: 9pt;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
