/* トップページ */

/* 基本 */
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
　	min-height:100%;
　	margin-bottom:-20px;
　	height:auto !important;
　	height:100%;

}
#header {
	width: 780px;
	height: 215px;
  	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
#main {
	width:780px;
	font-size: 12px;
	margin: auto;
	height: 100%;
}
#contents {
	float: left;
	width:560px;
	margin-right: 5px 0 0 0;
	padding: 5px;
}
#right_navi {
	float: right;
	width:200px;
	margin: 5px 0 0 0;
	vertical-align: top;
	padding: 5px;
}
#footer {
	clear:both;
	text-align:center;
	font-size:10px;
	color: #fff;
	font-weight: bold;
	background:#0E388D;
	margin: auto;
	width:780px;
	height:20px
}
img { border: none;}
cr { clear: both; }
/* サイドメニュー */
.right_table {
	width: 190px;
	margin: 10px 0 10px 0;
	border: 1px solid #0E388D;
}
.right_midashi {
	background-color: #0E388D;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}
.shop_comment {
	font-size: 12px;
	color: #333;
	padding: 5px;
}
.latest_item {
	font-size: 12px;
	color: #333;
	padding: 5px 5px 5px 0;
}
.calender {
	width: 180px;
	background-color: #aaa;
	margin: 5px;
}
.calender td {
	padding: 2px;
	width: 25px;
	text-align: center;
}
.calender th {
	background-color: #fff;
}
th.year_midashi {
	text-align: center;
	background-color: #0E388D;
	color: #fff;
}
.none {
	background-color: #fff;
}
.day {
	color: #000;
	background-color: #fff;
}
.nowday {
	color: #fff;
	background-color: #0E388D;
	font-weight: bold;
}
.subday {
	color: #0000ff;
	background-color: #fff;
}
.holiday {
	color: #ff0000;
	background-color: #fff;
}
/* 本文 */
.pager {
	width: 550px;
	margin: 25px 10px 25px 0;
	font-size: 16px;
}
p.created_date{
	font-size: 10px;
	font-weight: normal;
	margin: 5px 5px 50px 5px;
	text-align: right;
}
p.date {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-align: left;
}
.title_midashi {
	width :500px;
	font-size: 16px;
	padding: 0 0 3px 10px;
	border-left: 5px solid #0e388d;
	border-bottom: 1px solid #333;
}
.title_midashi a {
	color: #07519a;
	text-decoration: none;
}
.title_midashi a:hover {
	text-decoration: underline;
}
p.comment {
	marign: 5px;
}
#ul {
	margin-left: 1em;
	font-size: 12px;
	color: #333;
}
#li {
	display: list-item;
	list-style: disc inside;
	font-size: 12px;
	color: #333;
}