.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

li{
    list-style:none;
}

body{
    font-family: Times, sans-serif;
    font-size:16px;
    margin:0;
    padding:0;
    background-color:#ffffff;
}

h2, h3{
    margin:0;
}

h3{
    font-size:16px;
    color:#555555;
    margin-bottom:10px;
}

.page{
    width:100%;
    height:100%;
}

.main-wrapper{
    margin:0 auto;
    width:100%;
    height:100%;
}

.wide-full{
    width:100%;
	background-color:#c22f28;
	margin:0, 0, 0, 0;
}

.footer-wide{
    width:100%;
	background-color:#c22f28;
}


.wide-full-color{
    width:100%;
    background-color:#83992c;
}

#nav-container{
    padding-top:70px;
    margin:0 auto;
    width:865px;
    height:45px;
    margin-bottom:10px;
}

#nav-container ul{
    margin:0;
    padding:0;
}

#nav-container li{
    float:left;
}

#logo{
    margin:0 auto;
    width:865px;
    height:177px;
    margin:0, 0, 0, 0;
	padding-top:10px;
}

#footerinfo{
    margin:0 auto;
    width:865px;
    height:300px;
    margin:0, 0, 0, 0;
}

.menu01{
    text-indent:-9999px;
    margin-top:10px;
    margin-right:127px;
    margin-left:30px;
}

.menu01 a{
    width:51px;
    height:12px;
    display: block;
    background: url('img/menu_btn_about.gif') no-repeat 0 0;
}

.menu01 a:hover{
    background-position: 0 bottom;
}

.menu02{
    text-indent:-9999px;
    margin-top:8px;
    margin-right:127px;
}

.menu02 a{
    width:65px;
    height:12px;
    display: block;
    background: url('img/menu_btn_gallery.gif') no-repeat 0 0;
}

.menu02 a:hover{
    background-position: 0 bottom;
}

.menu03{
    text-indent:-9999px;
    margin-top:8px;
    margin-right:127px;
}

.menu03 a{
    width:74px;
    height:12px;
    display: block;
    background: url('img/menu_btn_price.gif') no-repeat 0 0;
}

.menu03 a:hover{
    background-position: 0 bottom;
}

.menu04{
    text-indent:-9999px;
    margin-top:8px;
    margin-right:127px;
}

.menu04 a{
    width:38px;
    height:12px;
    display: block;
    background: url('img/menu_btn_blog.gif') no-repeat 0 0;
}

.menu04 a:hover{
    background-position: 0 bottom;
}

.menu05{
    text-indent:-9999px;
    margin-top:8px;
}

.menu05 a{
    width:68px;
    height:12px;
    display: block;
    background: url('img/menu_btn_contact.gif') no-repeat 0 0;
}

.menu05 a:hover{
    background-position: 0 bottom;
}

.contentsTop{
    width:865px;
    height:282px;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:0px;
}

.contents{
    width:865px;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:0px;
}

.contentsKakaku{
    width:865px;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:25px;
    margin-top:50px;
}

.kakakuhyoL{
    margin:0;
    padding:0;
    width:400px;
    float:left;
}

.kakakuhyoR{
    margin:0;
    padding:0;
    width:400px;
    float:right;
}

.mawarikomi-img{
    float:left;
    padding-top:20px;
    margin-right:20px;
    margin-bottom:20px;
}

.contents p{
    line-height:1.8em;
}

.migi-cont{
    float:right;
    width:500px;
}

.migi-cont p{
    font-size:10px;
}

.about{
    width:865px;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:25px;
    margin-top:50px;
}

.about p{
   font-size:14px;
   line-height:1.8em;
}

.enText{
    font-size:20px;
}

.footer{
    margin: 0 auto;
    width:865px;
    border-top:1px dotted #222222;
    border-bottom:1px dotted #222222;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
    font-size:14px;
    line-height:2.0em;
    letter-spacing:0.1em;
}

.footerLeft{
    float:left;
}

.paypal{
    float:right;
}

.copyright{
    margin: 0 auto;
    width:865px;
    border-bottom:1px dotted #222222;
    height:20px;
    margin-bottom:100px;
}

.copyright p{
    font-size:12px;
    margin:0;
}



.table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 85%;
  margin-bottom: 20px;
  width: 100%;
  color:#222222;
}
.table thead tr th,
.table thead tr td {
  border: 1px solid #cccccc;
  border-left-color: transparent;
  border-top-color: transparent;
  font-weight: normal;
  letter-spacing: .001em;
  line-height: 14px;
  padding: 0px 10px 5px 5px;
  text-align: right;
  vertical-align: bottom;
}
.table thead tr th:first-child,
.table thead tr td:first-child {
  padding-right: 0;
  text-align: center;
}
.table thead tr th:last-child,
.table thead tr td:last-child {
  border-right-color: transparent;
}
.table tbody tr {
  border: 1px solid #fdfdfd;
}
.table tbody tr th,
.table tbody tr td {
  border: 1px dotted #000000;
  border-left-color: transparent;
  border-top-color: transparent;
  font-weight: normal;
  padding: 0px 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table tbody tr th:first-child,
.table tbody tr td:first-child {
  text-align: center;
}
.table tbody tr th:last-child,
.table tbody tr td:last-child {
  border-right-color: transparent;
}
 
.table-striped tbody tr:nth-child(odd) {
  background-color: #dddddd;
}

.backfooter{
    width:100%;
    height:193px;
    padding:0;
    background:url('img/backfooter.gif') center;
}