@charset "UTF-8";
/* fomatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #AE0000;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link style
-------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #660000;
	border-left: 1px solid #660000;
	border-top-color: #660000;
	border-bottom-color: #660000;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 616px;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 10px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 164px;
}
#eventmap {
	clear: both;
	padding: 15px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header style
-------------------*/
#header {
	background-image: url(images/momiji12.jpg);
	background-repeat: no-repeat;
	height: 120px;
	border-top: 3px solid #AE0000;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#header h2 {
	position: absolute;
	width: 450px;
	top: 55px;
	right: 0px;
	color: #FFFFFF;
	font-size: 1.5em;
	text-decoration: none;
}
#header ul {
	width: 450px;
	position: absolute;
	top: 80px;
	right: 0px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	height: 2.5em;
	font-size: 1.3em;
	padding-right: 10px;
	border-right: 1px #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}
#header  a:hover {
	text-decoration: underline;
}
#header  h3 {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 250px;
	color: #FFFFFF;
	font-size: 1.2em;
}
#header    h3 a:link {
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	text-decoration: none;
}
#header h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* sidebar style
-------------------*/

#sidebar li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 1em;
}
/* main style
-------------------*/
#main div.info {
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main div.event {
	float: left;
	width: 286px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 5px;
	background-image: none;
}
#main div.event img {
	border: 1px solid #FFFFFF;
}
/* footer style
-------------------*/
#main div.event img:hover {
	border: 1px solid #FF0000;
}
#main  h2 {
	padding-bottom: 10px;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* shop style
-------------------*/
#main div.shop-info {
	height: 180px;
	margin-bottom: 10px;
}#main  div.shop-info img  {
	float: right;
	margin-left: 10px;
}
#main div.shop-info2 {
	float: none;
}
#main div.shop-info2 table {
	float: right;
}
#main div.shop-info2 img {
	float: left;
}
/* 
-------------------*/
#main div.access {
	float: left;
	margin-right: 5px;
}
#main div.shop-h3 {
	clear: both;
}
#main div.shop-index {
	float: left;
	width: 190px;
	height: 150px;
	text-align: center;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
#main div.shop-index:hover {
	border: 1px solid #FF0000;
}
#main div.contact h3 {
	padding-top: 10px;
}
#main div.contact p {
	padding-left: 1em;
	color: #666666;
}
#main div.event-info {
	height: 250px;
}
#main div.event-info img {
	float: right;
	margin-left: 10px;
	padding-right: 10px;
}
#main div.kakoevent img {
	padding-bottom: 15px;
	padding-left: 25px;
}
#main div.blog-entry {
	margin-left: 10px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2em;
	padding-left: 15px;
	width: 385px;
	float: left;
}
#main div.twitter {
	float: right;
	width: 200px;
	clear: right;
}

