/* CSS Document */

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo,   sans-serif;	text-align: center;
	-webkit-text-size-adjust: 100%;
}
*{
	margin:0;
	padding:0;
}
img{
	vertical-align: bottom;
}
a img {
	border:none;
}
a {
	color:#660502;
}
a:hover{
	text-decoration:underline;
	color:#F90;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
li {
	list-style:none;
}
i {
	padding:0 5px;
}
.blue{
	color:#132f99;
}
.wrap{
	overflow: hidden;
}
header {
	height: 600px;
	background-image:url(../kasakasa/images/head_back.jpg);
	background-repeat:repeat-x;
	background-position:top right;
}
header .container {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
#copy {
	height: 90px;
	background-color:#edc23b;
}
main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 90%;
	line-height: 160%;
	max-height:100%;
	padding-top: 30px;
}
#kotsu{
	margin:20px 0 35px 0;
}
#kotsu h2{
	text-align: center;
	font-size: 150%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px;
}
.bold{
	font-weight:bold;
	font-size: 130%;
	vertical-align:text-bottom;
}
.box{
	display: block;
	padding: 20px;
	background-color: #f9e8a5;
	position: relative;
	z-index: 10;
}
.box:before {
    content: "";
    position: absolute;
    background-color: #f9e8a5;
    margin: 10px;
    border: solid 1px #edc23b ;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
.box p{
	margin: 5px;
}
.kokoro{
	display:inline-block;
}
.kokoro p{
	margin:10px;
}
.kokoro img{
	float: right;
	margin-left: 20px;
}
.box h3{
	font-size:140%;
	color:#5b4404;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 10px 0 10px 0;
}
.nyuyoku{
	display:inline-block;
	width:48%;
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #edc23b;
}
.danbou{
	display: block;
	width: 48%;
	float: right;
}
.hada{
	width:47%;
	float: left;
	margin-right: 25px;
}
.chu{
	display: inline-block;
	width: 40%;
	padding: 23px;
    	border:solid 1px #5b4404;
	position: relative;
	z-index: 10;
	
}
.chu:before {
    content: "";
    position: absolute;
    margin: 10px;
    border: solid 1px #edc23b ;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

/*  ーーーーーーーーーー　 お手入れ　 ーーーーーーーーーー  */

#care{
	width: 800px;
	margin: 20px auto 30px auto;
}
#care h3{
	position: relative;
	z-index: 0;
	padding: 0 .4em .1em;
	margin:20px 0 20px 10px;
	font-size:130%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#care h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 12px;
	background-color: #edc23b;
}
.waku_r{
	display: inline-block;
	background-color:#f3f1ef;
	padding:20px;
}
.waku_r p{
	margin: 0 0 10px 10px;
	}
.waku_r img{
	position:relative;
	z-index:1;
	float:right;
	margin-left:20px;
}
.waku_l{
	display: inline-block;
	background-color:#f3f1ef;
	padding:20px;
}
.waku_l p{
	margin: 0 10px 10px 0px;
	}
.waku_l img{
	position:relative;
	z-index:1;
	float:left;
	margin-right:20px;
}
.arrow{
	display: block;
	margin: 5px auto 5px auto;
}

.soudan{
	margin-top:30px;
	padding: 25px 0 15px 0;
	border: solid 1px #d3a218;
	background-color:#fff9e9;
}
.soudan p{
	text-align:center;
}
.soudan img{
	display:block;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
footer{
    height: 540px;
	background-image:url(../kasakasa/images/foot_back.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
footer .container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding:20px 0px;
}
footer ul {
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
footer li{
	float: left;
	list-style: none;
}
footer #bn_back{
	margin-bottom:20px;
}
footer a:hover{
	position:relative; 
	top: 2px; 
	left:0px;
}
