@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, ul, ol, li, dl ,dt ,dd, p{
	margin: 0;
	padding: 0; /* ブラウザ初期設定の余白を消す */
	
}

body{
	background:url(../img/nuno_bg_content.jpg);
	background-repeat:repeat;
	margin: o auto;
	
}
body:before { /* top shadow */
content: "";
position: fixed;
top: -10px;
left: -10px;
width: 110%;
height: 10px;

-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
z-index: 100;
}

a img {
	border: none; /* リンク画像の青枠を消す */
}

img {
	vertical-align: bottom; /* 画像の余白を消す */
}

ul {
	list-style: none; /* マーカーを消す */
}



ol{
	margin-left: 50px;
	padding:0;
}

div#wrapper{
	width:800px;
	 margin:0 auto;
	 border:1px solid #CCC;
	
}
div#header{
	height:150px;
	background:url(../img/nuno_bg_header.jpg);
}
div#headerInner{
	width:800px;
	margin:0 auto;
}

h1{
	text-align:center;
	color:#FFF;
	text-shadow:2px 2px #000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:30px;
}
div#header h4{
    text-align:right;
	color:#FFF;
}

div#content1{
	width:800px;
	/*height:7500px;*/
	border:1px solid #CCC;
	background:url(../img/paper_texture.jpg);
}
div#content1 p{
	margin-left:20px;
	margin-right:10px;
	line-height:1.6;
	text-indent:1em;
	font-size:14px;
	
}
div#content1 h4{
	text-align:center;
	
	
}
div#content1 li{
	font-size:14px;
}
div#hudosan {
	margin-bottom:300px;
}
div#syogyo {
	margin-bottom:300px;
}
div#yuigon {
	margin-bottom:400px;
}
div#seinen {
	margin-bottom:300px;
}
div#saimu{
	margin-bottom:300px;
}
div#shintaku {
	margin-bottom:300px;
}
div#toiawase {
	margin-bottom:300px;
}
div#koutuu {
	margin-bottom:300px;
}
div#isan {
	margin-bottom:300px;
}
div#nini {
	margin-bottom:500px;
}

div#isan {
	margin-bottom:500px;
}
div#content1 ul li{
	margin-left:60px;
	line-height:1.6;
}
div#content1 table{
	margin-left:60px;
	border-collapse:collapse;
	border:solid 1px;
	
}
th {
	
	font-size:90%;
	padding:4px;
	border:1px solid;
	
}
td {
	
	font-size:90%;
	padding:4px;
	border:1px solid;
	
}


div#content1 h2{
	border-left:10px solid #0F0;
	padding-left:10px;
	margin-left:20px;
	text-decoration:underline;
	color:#444;
}

div#content2{
	width:800px;
	height:512px;
	border:1px solid #CCC;
	background:#dcffa4;
	overflow:hidden;
	
}



div#col1{
	width:170px;
	height:512px;
	float:left;
	
	background:#dcffa4
	
}

div#col2{
	width:620px;
	height:512px;
	float:right;
	background:#dcffa4;
}
div#col2 img{
	margin-top:1px;
}

div#footer{
	clear:both;
	height:150px;
	background:url(../img/nuno_bg_header.jpg);
	
}
div#footerInner{
	
	width:800px;
	margin:0 auto;
　　
}
div#footerInner p{
	text-align:center;
	color:#FFF;
	font-size:14px;
	
}
div#footerInner a{
	text-decoration:none;
	color:#FFF;
	z-index:2000;
	margin-top:20px;
}

div#footerInner a:hover{	
	color:#000;
	
}

div#footerInner p.copy{
	text-align:right;
}
footer p#jimusyo {
	right: 5%;
	bottom: 100px;
	z-index: 100;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px #fff solid;
	background: #ddd;
}
footer p#index {
	right: 5%;
	bottom: 100px;
	z-index: 100;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px #fff solid;
	background: #ddd;
}
#pageTop {
	position: fixed;
	top:400px;
	left:1000px;
	background:#333;
}
#home {
	position: fixed;
	top:400px;
	left:50px;
	background:#333;
}
	
	
	
	