/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {background:#ffffff;}

h1, h2, h3, strong {font-weight:bold;}

.large {font-size:120%;}
.small {font-size:80%;}
.c {text-align:center;}
.r {text-align:right;}

table.chart {
	margin:10px;
	border:solid 1px #c4b29c;
	border-collapse:collapse;
}

table.chart th {
	padding:5px;
	color:#522a0c;
	font-weight:bold;
	border:solid 1px #c4b29c;
	background:#d4c2ac;
	vertical-align:middle;
}

table.chart td {
	padding:5px;
	border:solid 1px #c4b29c;
}

table.chart tr.total_v th,
table.chart tr.total_v td {
	border-top:double 3px #c4b29c;
}

table.form {
	margin:10px;
}

table.form th {
	padding:5px;
	color:#522a0c;
	font-weight:bold;;
	border:solid 1px #522a0c;
	border-width:1px 0;
	vertical-align:top;
}

table.form td {
	padding:5px;
	border:solid 1px #522a0c;
	border-width:1px 0;
}

#container {
	width:800px;
	margin:auto;
	font-family:meiryo,osaka,sans-serif;
	font-size:13px;
	line-height:1.4;
}

#header {
	height:172px;
	background:url(../img/bg_header.jpg) no-repeat 0 0;
	color:#fff;
}

#header02 {
	width:800px;
	height:172px;
	background:url(../img/bg_header.jpg) no-repeat 0 0;
	color:#fff;
}

#header a {
	color:#fff;
}

#topic_path {
	margin:5px;
}

#header div.member {
	padding:10px;
	text-align:right;
	line-height:30px;
}

#contents {

}

#contents h3 {
	padding:5px;
	color:#522a0c;
	font-size:110%;
	background:#c5b096;
}

#contents strong {
	display:block;
	margin:5px;
	padding-bottom:2px;
	color:#522a0c;
	font-size:110%;
	border-bottom:dotted 1px #522a0c;
}

#contents p {
	padding:10px 10px 30px 10px;
}

#contents div.guide {

}

#contents div.guide ul {
	margin-left:1.5em;
	list-style-type:disc;
}

#contents div.room {
	margin:20px 0;
}

#contents div.room div.navi {
	margin:5px;
}

#contents table.calendar {
	width:810px;
	margin:auto;
	border:solid 1px #d4c2ac;
	border-collapse:collapse;
}

#contents table.calendar th {
	width:110px;
	color:#522a0c;
	font-weight:bold;
	background:#c5b096;
}

#contents table.calendar td {
	border:solid 1px #d4c2ac;
}

#contents table.calendar td div.day {
	padding:2px;
	color:#522a0c;
	background:#e4d2bc;
	font-size:80%;
}

#contents table.calendar td div.reserve {
	padding:5px;
	font-size:80%;
	min-height:1em;
}

#contents table.calendar a.my_reserve {
	color:#f00;
}

#contents ul.error {
	padding:10px;
	color:#f00;
	font-weight:bold;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#contents div.navi {
	margin:10px;
}

#footer {
	margin:20px;
	color:#522a0c;
	font-size:80%;
	text-align:center;
}

#login {
	width:800px;
	margin:auto;
	font-family:meiryo,osaka,sans-serif;
	font-size:13px;
	line-height:1.4;
}

#login p {
	margin:10px;
}

#login table {
	width:100%;
	margin-bottom:10px;
}

#login table th {
	width:6em;
	padding:5px;
	color:#522a0c;
	font-size:110%;
	border-bottom:dotted 1px #522a0c;
}

#login table td {
	padding:5px;
	border-bottom:dotted 1px #522a0c;
}

#login table td input {
}

.comment_table{
	border:solid 1px #4d4d4d;
	border-right:solid 0px #4d4d4d;
	border-bottom:solid 0px #4d4d4d;
	margin-top:-20px;
}

.comment_table th{
	background-color:#c5b096;
	border-right:solid 1px #4d4d4d;
	border-bottom:solid 1px #4d4d4d;
	padding:3px;
}

.comment_table td{
	border-right:solid 1px #4d4d4d;
	border-bottom:solid 1px #4d4d4d;
	padding:3px;
}


.plan_table{
	border-top:solid 1px #4d4d4d;
	border-right:solid 1px #4d4d4d;
	vertical-align:middle;
}


.plan_table td{
	text-align:center;
	font-size:10px;
	background-color:#ffffff;
	padding:1px;
	border-bottom:solid 1px #4d4d4d;
	border-left:solid 1px #4d4d4d;
	vertical-align:middle;
}

.plan_table td div{
	text-align:left;
	font-size:10px;
	background-color:#ffffff;
	padding:1px;
	vertical-align:middle;
}

.plan_table th{
	text-align:center;
	font-weight:normal;
	font-size:10px;
	background-color:#ece4d9;
	padding:2px;
	border-bottom:solid 1px #4d4d4d;
	border-left:solid 1px #4d4d4d;
	vertical-align:middle;
}
