/* 
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/
html{
  color:#000;
  background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}
li {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input, textarea, select {
  *font-size:100%;
}
legend {
  color:#000;
}
/* 
ここまでがreset.css
*/
#contets {
    float: right;
    margin-bottom: 30px;
    width: 640px;
}
/* 
追加
*/
#wrapper {
    font-size: 15px;
    margin: auto;
    width: 850px;
}
#header {
	margin-bottom: 10px;
	padding-top: 0;
}
#CONTENTS{
  width:640px;
  float:right;
  margin-bottom: 30px;
}

#side {
    float: left;
    font-size: 13px;
    margin: 0 20px 0 0;
    width: 180px;
}
#side h3 {
	background: none repeat scroll 0 0 #F2E4D7;
	color: #5B3C1E;
	font-size: 15px;
	font-weight: bold;
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}


#footer {
    background: none repeat scroll 0 0 #7F5427;
    color: #FFFFFF;
    font-size: 15px;
    margin: 15px 0 auto;
    padding: 0 0 50px;
    text-align: center;
}


#footer a {
    color: #333333;
    text-decoration: none;
}





#side h2.cont {
    background: url(../img/side_bg_h2) no-repeat scroll 0 0 transparent;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 180px;
}
#side h2.cont {
	font-size: 13px;
	height: 40px;
	list-style: none outside none;
	margin: -10px;
	padding: 10px 0 0;
	width: 180px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/side_bg_h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.l{float: left;}
.r{float: right;}
.c{clear: both;}
.b{font-weight: bold;}
.red{color: red;}
.center{ text-align:center;}
.mannaka{margin:auto;}
.pt10{padding-top:10px;}
.mr10{margin-right:10px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml15{margin-left:15px;}
.ml30{margin-left:30px;}
.mb10{margin-bottom:10px;}
.mb10i{margin-bottom:10px !important;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.right{
  float:right;
  clear:both;
}




#info .l {
    width: 450px;
}
#info .r {
    margin: 0 10px 0 0;
    width: 450px;
}

#info .l {
    margin: 0 0 0 9px;
}





#info {
    border-left: 1px solid #FE6100;
    border-right: 1px solid #FE6100;
    height: 1040px;
    margin: 0 0 0 17px;
    padding: 0;
    width: 941px;
}




.contbox {
    border: 1px solid #CCCCCC;
    margin: 15px 0 10px;
    padding: 10px;
    width: 159px;
}






#side .contbox li {
    background: url(../img/li_icon.png) no-repeat scroll 0 0 transparent;
    font-size: 12px;
    height: 20px;
    list-style: none outside none;
    margin: 5px 0 3px 5px;
    padding: 0 0 0 20px;
    width: 140px;
}

.contbox2 {
    background: none repeat scroll 0 0 #FFF7E0;
    border: 1px solid #CCCCCC;
    margin: 15px 0 10px;
    padding: 0 0 10px;
}




.contbox2 li {
    background: url(../img/li_icon_check.png) no-repeat scroll 0 0 transparent;
    border-bottom: 1px dashed #CCCCCC;
    height: 25px;
    list-style: none outside none;
    margin: 9px 0 0 10px;
    padding: 5px 0 0 15px;
    width: 370px;
}

.contbox2 {
    margin: 0 0 5px 30px;
}




.clearfix{zoom:1;}
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.threecolumns .l{ width: 33.4%;}
.twocolumns .l{width:50%;}


h2 {
    background: url(../img/bg_h2.png) no-repeat scroll 0 0 transparent;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
}
h3{
    background: url(../img/bg_h3.png) no-repeat scroll 0 0 transparent;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    color: #fff;
}
#side h2{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/side_bg_h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.box .bgBox{background: url(../img/bg_box1.png) repeat-y scroll 0 0 transparent;}
.box2 .bgBox{background: url(../img/bg_box2.png) repeat-y scroll 0 0 transparent;}



.voice .box {
    margin: 10px auto;
    padding: 0;
    width: 575px;
}

.sa .box2 {
    margin: 10px auto;
    padding: 0;
    width: 575px;
}

.voice .ttl {
    border-bottom: 3px solid #7F5427;
    color: #333333;
    font-size: 12px;
    margin: auto;
    width: 500px;
}
.voice .ttl .b{
    font-size: 16px;
}



.w417{width: 417px;}
.w330{width: 330px;}
.w100{width: 100px;}
.w220{width: 220px;}
.w120{width: 120px;}
.w350{width: 350px;}
.w180{width: 180px;}
.w440{width: 440px;}
.w780{width: 780px;}
.w850{width: 850px;}
.w510{width: 510px;}
.daiyatxt p {
    color: #666666;
    font-size: 11px;
}

.header_nav ul {
    list-style: none outside none;
}
.header_nav li {
    border-left: 1px solid #DDD5B0;
    border-right: 1px solid #C3BA8D;
    float: left;
    font-weight: bold;
    text-align: center;
}
.header_nav li a {
    display: block;
    text-decoration: none;
    background-image: url(../img/bg_gnav.png);
    padding: 13px 0;
    color: #333333;
    font-size: 14px;
}
.header_nav .nav01 a {width: 137px;}
.header_nav .nav02 a {width: 137px;}
.header_nav .nav03 a {width: 152px;}
.header_nav .nav04 a {width: 130px;}
.header_nav .nav05 a {width: 129px;}
.header_nav .nav06 a {width: 153px;}


.header_nav a:hover {
    background-image: url(../img/bg_gnav_o.png);
    color: #FFFFFF;
}
.daiya p{margin-bottom: 1em;}

.voice .box p {
    padding: 10px 35px 0 40px;
}
.sa .box2 p {
    padding: 10px 45px 0 60px;
}

.sa .box2 .ttl {
    border-bottom: 3px solid #7F5226;
    font-size: 21px;
    font-weight: bold;
    margin: auto;
    width: 500px;
}

.sa .box2 .ttl .b {
    color: #7F5226;
    font-size: 25px;
}

h1 {
    background-color: #333333;
    color: #999999;
    font-size: 10px;
    margin: 0 auto 6px;
    width: 850px;
}

body {
    background: url(../img/bg_body.png) repeat-x scroll 0 0 transparent;
}

.ryoukin .ttl {
    border-bottom: 3px solid #7F5226;
    color: #7F5226;
    font-size: 25px;
    font-weight: bold;
    width: 600px;
}

.ryoukin {
    margin: auto;
    width: 600px;
}


#wrapper #side h2.cont2 {
    height: 35px;
    margin: -11px -11px 0;
    padding: 2px;
    text-align: center;
}



#footer_all {
    font-size: 15px;
    margin: 8px 0 auto;
    padding: 0;
    text-align: center;
}



a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
}
a:hover img.opa100 {
opacity: 1.0;
filter: alpha(opacity=100);
}
a:hover, a:active, a:focus {
    color: #CC0000;
    text-decoration: none;
}
a {
    color: #0066CC;
    text-decoration: none;
}
