* {
	margin: 0;
	padding: 0;
}
body {
/*	background-color: #EBB1C3;*/
	background-color: #FEE4E6;
	text-align: center;
	font-family: sans-serif;
}
body div {
	text-align: left;
	margin: 0 auto;
}
#wrapper {
	width: 830px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}
#menu {
	width: 830px;
	height:35px;
	border-bottom: 1px solid #999;
	background: url(../img/header/menu_bg.jpg) repeat-x;
}
#menu ul li {
	list-item-position: inside;
	list-style-type: none;
	display: inline;
	margin-right: 3px;
}
#main {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 10px;
/*	background-color: #009090;*/
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -10px;
}
h3 {
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 15px;
/*	color: #009930;*/
	color: #339933;
	font-size: 1.2em;
}
p {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 14px;
	line-height: 1.3em;
	padding-right: 10px;
}
dl {
	margin-left: 15px;
}
dt {
	font-weight: bold;
}

a img {
	border-style:none;
}

#timetable {
	margin-top: 10px;
	margin-left: 20px;
	border-collapse: collapse;
	background-color: #f00;
	color: #339933;
}
#timetable tr {
	margin: 0px;
	padding: 0px;
}
#timetable th {
	text-align: center;
	padding: 3px 12px 3px 12px;
	background-color: #ccffcc;
	border: 1px solid #339933;
}
#timetable td {
	text-align: center;
	padding: 3px 12px 3px 12px;
	background-color: #ffffcc;
	border: 1px solid #030; 
}

#timetable td.closedday {
	background-color: #f99;
}
#timetable .firstcolumn {
	width: 140px;
}

#address {
	width: 80%;
	padding: 4px 6px 4px 6px;
	line-height: 1.5em;
	border: 1px dotted #606060;
}
#map {
	width: 80%;
	margin-top: 20px;
	margin-left: 10px;
}

#sidebar {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	width: 240px;
/*	background-color: #ff9999;*/
	color: #303030;
	font-size: 0.8em;
}
#sidebar h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#sidebar dl {
    width: 220px;
    padding-left: 0.4em;
}
#sidebar dt {
    line-height: 1.2em;
    margin-top: 6px;
}
#sidebar dt a {
    color: #339933;
}
#sidebar dd {
    margin-top: 4px;
    line-height: 1.4em;
    padding-left: 1em;
    padding-right: 1em;
}
#qrcode {
	text-align: center;
	line-height: 2em;
}
.appearance {
	text-align: center;
}
#cats {
	text-align: center;
}
#footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px #999999 solid;
	text-align: center;
}
.rightpara {
	text-align: right;
	padding-right: 20px;
}
.to {
	font-size: 1.2em;
	font-weight: bold;
}
.tel {
	font-weight: bold;
}