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

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


img{
	border-style:none;
}

a{
	text-decoration:none;
}

a:link{
	color:#fff;
}


a:visited{
	color:#fff;
}

a:hover{
	color:#FF9900;
}

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

}
.rogo{
	float:left;
}

.form{
	float:right;
}
/*ナビボタン部分のデザイン用*/
#navi{
	height:90px;
	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:550px;
}

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

/*右ボックスデザイン用*/
.right_box{
	width:280px;
	height:550px;
	float:right;
}

.right_box p{
	padding-top:10px;
	line-height:25px;
		/* 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;

}
.right_box ul{
	padding-top:20px;
}
.right_box ul li{
	display:block;
	paaddng:5px;
	padding-top:10px;
}
/*左ボックスデザイン用*/
.left_box{
	width:700px;
	height:650px;
	margin-top:20px;
	float:left;
	text-align:left;
}
.left_box h3{
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    color:#663333;
    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);
}
  
.left_box 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);
}

.section_01{
	width:700px;
	height:550px;
}
.section_01 ul{
	width:670px;
	height:200px;
	padding-left:5px;
	padding:10px;
	margin-bottom:15px;

}
.section_01 li{
	width:320px;
	display:block;
	float:left;
	line-height:20px;
	padding-left:10px;
}

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

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


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

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

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

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