@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #352a18;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #a5904d;
	text-decoration: none;
}
a:hover, a:active {
	color: #a5904d;
	text-decoration: underline;
}
li {
	list-style-type: none;
}
#stage {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#headArea {
	margin-bottom: 20px;
}
#bodyArea {
	overflow: hidden;
}
#sideBox {
	float: left;
	width: 170px;
}
.content {
	margin-bottom: 15px;
}
.content h2 {
	margin-bottom: 5px;
}
.content#calendar table {
	width: 100%;
	text-align: center;
}


#mainBox {
	float: right;
	width: 600px;
}
.pages {
	text-align: center;
}
.pages.top {
	margin-bottom: 15px;
}
.pages.bottom {
	margin-top: 15px;
	clear:both;
}
.article {
	color: #352a18;
	background-color: #FFF;
	padding: 15px;
}
.article .date {
	color: #FFF;
	background-color: #5E5546;
	padding: 3px;
}
.article h2 {
	font-size: 18px;
	line-height: 48px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E5546;
	margin-bottom: 5px;
}


#footArea {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d5546;
	padding: 20px;
	color: #a5904d;
	text-align:center;
	margin-top: 20px;
}

