@charset "utf-8";


/* ----------base */

body {
	margin: 0;
	padding: 0;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #90e276;
	background-image: url('img/bk_top.png'),url('img/uzu.png');
	background-repeat: repeat-x,repeat;
	background-position: 0px 0px,0px 0px;
	background-size: 1px 100px,78px 108px;
}

a:link {
	text-decoration: none;
	color: #fff;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #fff;
}


/* ----------header */

header {
	width: 100%;
}

header h1 {
	margin-top: 25px;
	margin-bottom: 180px;
	padding: 0;
	text-align: center;
	font-size: 20px; 
	color: #fff;
	clear: both;
}


/* ----------menu */

nav ul {
	font-size: 13px;
	line-height: 1.8;
	position: absolute;
	left:20px;
	top: 80px;
	padding: 0;
	z-index:15;
}	
	
nav ul li {
	list-style-type: none;
}


/* ----------contents */

div#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;   　　　　　　　　　　　　　　　　　
}

article {
	position: relative;
	margin: auto;
	padding: 0 0 0 80px;
	width: 980px;
	overflow: hidden;
}

article section {
	clear: both;
	margin-bottom: 650px;
}

article section p {
        position: relative;
	float: left;
	margin: 20 auto;
	padding: 0 auto;
	display: block;
  	width:320px;
  	height:250px;
	font-size: 90%;
}

img {
	-webkit-box-shadow: 3px 3px 5px 0px #000;
	-moz-box-shadow: 3px 3px 5px 0px #000;
	box-shadow: 3px 3px 5px 0px #000;
}

p#back_home {
 	position: relative;
	left: 850px;
	clear: both;
	font-size: 13px;
	line-height: 1.8;
}


/* ----------footer */

footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px; 
	height: 30px;
}

small {
	color:#fff;
	font-size: 8px;
	text-align: center;
	display: block;
	letter-spacing:2px;
}

