@charset "utf-8";
/*前頁共通のデザイン用*/
*{

	margin:0px;
	padding:0px;
}
body{
	color:#663333;
	font-family:"メイリオ","MS Gosic","Osaka-等幅";
	font-size:small;
	text-align:center;
	margin:0;
}


img{
	border-style:none;
}

a{
	text-decoration:none;
}

a:link{
	color:#663333;
}


a:visited{
	color:#663333;
}

a:hover{
	color:#000000;
}

/*ヘッダー部分のデザイン用*/
#header{
	height:100px;
	background-color:#434343;
}
.hed{
	width:1200px;
	margin-right:auto;
	margin-left:auto;

}
.rogo{
	float:left;
}

.form{
	float:right;
}
/*ナビボタン部分のデザイン用*/
#navi{
	height:90px;
	background-color:#434343;
	margin-bottom:15px;

}

.nav{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

.nav ul{
	width:1000px;
	height:90px;
}

.nav ul li{
	float:left;
	display:block;
	padding-left:5px;
	margin-right:auto;
	margin-left:auto;


}

/*本文部分共通デザイン用*/
#box{
	height:1000px;
}

.in_box{
	width:1000px;
	margin-right:auto;
	margin-left:auto;

}
h3{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    font-size:14px;
    font-weight:bold;
    background: #fff;
    margin: 0 0 15px -15px;
    padding: 5px 15px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
  
h3:after
{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

/*topボックスデザイン用*/
.top_box{
	width:1000px;
	height:250px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;

}
.top_box ul{
	width:980px;
	height:250px;
	text-align:center;
	padding-top:20px;
	display:block;

}
.top_box ul li{
	width:180px;
	height:180px;
	float:left;
	padding-left:15px;
}
.btn01,.btn02,.btn03,.btn04,.btn05{
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 150px;
    height: 150px;
}
.btn01::before {
    content: '';
    background-color: #90B44B;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #90B44B;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn01:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #90B44B;
}

.btn02::before {
    content: '';
    background-color: #dda284;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #dda284;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn02:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #dda284;
}
.btn03::before {
    content: '';
    background-color: #81C7D4;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 ##81C7D4;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn03:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #81C7D4;
}

.btn04::before {
    content: '';
    background-color: #F9BF45;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #F9BF45;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn04:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #F9BF45;
}
.btn05::before {
    content: '';
    background-color: #F596AA;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #F596AA;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.btn05:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #F596AA;
}

/*右ボックスデザイン用*/

.right_box{
	width:700px;
	height:650px;
	float:right;
	text-align:left;
}

.section_01{
	width:700px;
	height:300px;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(188, 191, 194, 0.4) 0px 0px 6px 3px;
}
/*左ボックスデザイン用*/
.left_box{
	width:280px;
	height:650px;
	float:left;
	text-align:left;

}
/*フッター部分のデザイン用*/

#footer{
	height:220px;
	color:#fff;
	background-color:#434343;
	clear:both;
	
}
#footer a:link{
	color:#fff;
}


#footer a:visited{
	color:#fff;
}

#footer a:hover{
	color:#CCFFCC;
}

.foot{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}

.foot ul{
	float:left;
	padding:30px;
}
.foot ul li{
	display:block;
	text-align:left;
	padding:5px;
	
}


