@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li{
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF5F5;
	color: #48AA91;
}
.float-clear{
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image : url(bk-container.jpg);
	background-repeat: repeat;
}


#header{
	height: 70px;
	padding-left: 540px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-image : url(header.jpg);
}

#header h1{
	font-size: 0%;
	text-indent: -9999px;
}

#header p{
	font-weight: normal;
	font-size: 90%;
	line-height: 100%;
}



#navigation{
	float: left;
	width: 140px;
	display: inline;
}
#navigation h5{
	font-size: 100%;
	font-weight: bold;
}
#navigation h5 a{
	color: #3E6D63;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image : url(bk-btn.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 131px;
}
#navigation h5 a:hover{
	color: #FFF;
	text-decoration: none;
	background-image : url(bk-btn-over.jpg);
}
#sidecontent{
	float: right;
	width: 147px;
	display: inline;
}
#sidecontent p img{
	margin-bottom: 15px;
}



#maincontent{
	width: 464px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#maincontent h3{
	margin-bottom: 30px;
}


#maincontent h2{
	font-size: 110%;
	color: #3E6D63;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F36162;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}


#maincontent ul{
	list-style-type: none;
	font-size: 90%;
	color: #90526D;
}
#maincontent h4{
	color: #688C85;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #688C85;
}

#maincontent .topic{
	margin-bottom: 130px;
}
#maincontent .topic .txtbox{
	float: left;
	width: 324px;
	display: inline;
	margin-top: 5px;
}
.photo-maincontent{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.txtclor-date{
	color: #3E6D63;
}



#footer{
	background-image : url(footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
}



#footer p{
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: 90%;
	padding-top: 2px;
}
