@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,ul,dl{
	margin:0;
	padding:0;
}

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

div#headerInner{
	width:800px;
	margin: 0 auto;
}

div#headerInner 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#headerInner h4{
    text-align:right;
	color:#FFF;
}

h4{
	margin-left:23px;
	color:#555;
}

div#content1{
	width:800px;
	height:270px;
	border:1px solid #CCC;
	background:url(../img/paper_texture.jpg);
}

div#content1 img{
	float:left;
	margin-left:30px
}
.aisatu p{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-indent:1em;
	margin-left:200px;
	margin-right:20px;
	color:#444;
	line-height:1.6;
	
}
p.syomei {
	text-align:right;
}

div#content2{
	clear:both;
	width:800px;
	height:400px;
	border:1px solid #CCC;
	background:url(../img/paper_texture.jpg);
	overflow:hidden;
	
}



div#col1{
	width:192px;
	height:400px;
	float:left;
	background:url(../img/paper_texture.jpg);
	overflow:scroll;
	
}

div#col1 h3{
	text-align:center;
}
div#col1 p{
	font-size:14px;
	line-height:1.4;
	margin-left:10px;	
}

div#col1 li{
	font-size:12px;
	line-height:1.2;
	margin-left:5px;	
}




div#col1 a{
	text-decoration:none;
	color:#444;
	
}

div#calendar {
	margin-left: 5px;
	margin-top: 20px;
}

div#col2{
	width:605px;
	height:400px;
	float:right;
	background:url(../img/paper_texture.jpg);
}

div#col2 .sitanoe{
	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;
}

p #pageTop{
	position:fixed;
}