@charset "utf-8";

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


body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #FFEBCD;
	color: #666;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 787px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(images/hidamari_bk-container.jpg);
	background-repeat: repeat;
}


#header {
	height: 80px;
	padding-left: 540px;
	padding-top: 40px;
	background-image: url(images/hidamari_header.jpg);
	background-repeat: no-repeat;
}

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

#header p {
	color: #666;
	font-weight: normal;
	font-size: 90%;
}



#navigation {
	float: left;
	width: 140px;
	display: inline;
}
#navigation h5 {
	font-size: 120%;
	font-weight: bold;
}
#navigation h5 a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FF9933;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navigation h5 a:hover {
	color: #FF9933;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33cc66;
}
#sidecontent {
	float: right;
	width: 147px;
	display: inline;
}
#sidecontent p img {
	margin-bottom: 15px;
}



#maincontent {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#top2 {
	width:440px;
	margin-top:20px;
	margin-left:10px;
}
.red{
	font-size:150%;
	font-weight:bold;
	color:#F30;
}
#maincontent h2 {
	font-size: 130%;
	color: #FF9933;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.tenmetsu{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;
	}
@-webkit-keyframes blink{
	0%{opacity:0;}
	100%{opacity:1;}
	}
@-moz-keyframes blink{
	0%{opacity:0;}
	100%{opacity:1;}
	}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
	}
#maincontent h3 {
	font-weight: bold;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #096;
	border-bottom-color: #096;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#maincontent ul {
	list-style-type: none;
	font-size: 90%;
}
#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: #009865;
}

#topicpath {
	margin-top: 10px;
	margin-bottom: 20px;
}
#topicpath p {
	font-size: 85%;
	color: #999;
}
.availability{	
	border-collapse:collapse;
	}
.availability th{
	background-color:#4DB464;
	color:#FFFFFF;
	width:60px;
	text-align:center;
	height:30px;
	}
.availability tbody{
	text-align:center;
	height:50px;
	}
.availability table,th,td{
	border:2px solid #333; 
	}
.availability tfoot{
	text-align:right!important;
	color:#F60;
	}
#footer {
	background-image: url(images/hidamari_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;
}
