﻿article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary {
display:block;
}

body {
	margin:0px;
	background-color:#ffffff;
	color:#666666;
}
img {
	border:0;
 	         
}

#shadow {
	width:820px;
	background-image:url("img/shadow.jpg");
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
}
#sotowaku {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #eeeeee;
}
#header {
	margin-bottom:10px;
}
#header p{
	text-align:right;
	margin:0;
	padding:5px;
	font-size: 14px;
}
#header a{
	color:#999999;
}


#header h1 {
	text-align:center;
	font-size: 18px;
	margin-top:0; margin-bottom:0; 
	font-weight:bold;
	color:#666666;
}
#header h3 {
	text-align:center;
	font-weight:bold;
	margin-top:0; margin-bottom:0; 
	color:#666666;
	font-size: 14px;
}
#header h4 {
	text-align:center;
	font-size:14px;
	margin-top:0;
	font-weight:normal;
}

 
h2 {
	margin:0px;
	margin-top:10px; 
	margin-bottom:10px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	border-bottom:1px solid #DEBA89;
	
	clear:both;
}
h3 {
	color:#666666;
	font-size: 14px;
	line-height:1.2em;
	padding: 3px
}
h4 {
	font-size:14px;
}

#left {
	width:180px;
	float:left;
	margin-left:2px;
}

#left h2 {
	margin-bottom:0px;
	font-size: 14px;
	padding-left: 3px;
	color:#C78E56;
	
	border-bottom:1px solid #DEBA89;
}
.menu {
	width:180px;
	margin-bottom:10px;
}
.menu a {
	text-decoration: none;
	display: block;
	padding:5px;
	width:170px;
	color:#C6A76C;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
}
.menu a:hover {
	color:#996666;
	background-color:#F6F6F6
}


/*ここからメインコンテンツ＝御挨拶*/
#right {
	width:600px;
	float:right
}
.contents {
	padding-right:10px;
}
.contents p {
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:10px

}

p{
text-indent:0em;
}


img.left {
        float: left }

img.right {
        float: right }

/*ここから＝お知らせ*/
.contents2 p {
	margin:0;
	color: #666666;
	line-height:130%;
	font-size:80%;
	padding:2px
        width: 200px;
        height: 200px;
        overflow:  auto;
}





/*フッタ部*/
#footer{
	clear:both;
	text-align:center;
	font-size:13px;
	color: #999999;
	margin-top:20px;
	margin-right:10px ;
	margin-left:10px;
	border-top:1px dotted #ccc;
}
#footer a{
	color:#999;
	
}
#footer a:hover{
	color:#963;
	text-decoration:none;
}

