@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
	background-color:#fdd4d5;
	color: #574725;
	font-size: 78%;
	line-height: 140%;
}

a {
	color: #574725;
	text-decoration: underline;
}

a:hover {
	color: #fc6476;
	text-decoration: none;
}

div#content {
	width: 840px;
	margin: 0 auto;
}

div#toptext {
	font-size: 11px;
	text-align: right;
	width: 820px;
	padding-right: 20px;
}

div#menu {
	width: 840px;
	margin: 0 auto;
}

div#pannavi {
	font-size: 10px;
	width: 800px;
	margin: 0 auto;
}

div#left {
	width: 184px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	
}

div#right {
	width: 612px;
	padding-right: 14px;
	float: right;
}

td.sh_l {
	width: 6px;
	background-image: url('images/shadow_l.jpg');
	background-repeat: repeat-y;
}

td.sh_r {
	width: 6px;
	background-image: url('images/shadow_r.jpg');
	background-repeat: repeat-y;
}

td.tab_in {
	background-color: #ffeff0;
	width: 600px;
}

.bage {
	color: #b28645;
	font-weight: bold;
}

div.text {
	width: 564px;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 15px;
}

div.textin {
	padding-left: 15px;
	padding-top: 5px;
	width: 530px;
}

div#footer {
	width: 100%;
	background-color: #c5b294;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}

div#footer_in {
	width: 800px;
	margin: 0 auto;
	color: #ffffff;
	text-align: right;
}

div#footer_in a {
	color: #ffffff;
	text-decoration: none;
}

div#footer_in a:hover {
	color: #574725;
	text-decoration: underline;
}

div#copy {
	width: 800px;
	margin: 0 auto;
	color: #ffffff;
	text-align: left;
}

.pink {
	color: #fc6476;
	font-weight: bold;
}

div.keireki {
	width: 288px;
	background-color: #dfd3c4;
	padding: 4px;
	margin-left: 7px;
	margin-bottom: 1px;
}

div.animalstaff {
	float: left;
}

div.animalstaff p {
	padding-left: 14px;
	font-size: 11px;
	margin-top: 1px;
}
.calh {
 background-color:#B6946F;
 color:#fff;
 font-size: 12px;
 font-weight:bold;
 padding:3px;
 font-family: monospace;
}
.cal {
 background-color:#B6946F;
 font-family: monospace;
}
.cal th {
 width: 28px;
 background-color:#fff;
}
.cal td {
 text-align:center;
 width: 28px;
 background-color:#fff;
 color:#B6946F;
 font-size:10pt;
 font-weight:bold;
}
.cal .dat {
 background-color:#fdd4d5;
}
/*
.cal .sat {
 border:1px #00f solid;
}
.cal .sun {
 border:1px #f00 solid;
}
*/
div.sdat {
 clear:both;
 width:560px;
 margin:0 auto;
 line-height:150%;
}
div.sdatw {
 clear:both;
 width:532px;
 padding:10px;
 padding-top:20px;
 padding-bottom:20px;
 margin:0 auto;
 line-height:150%;
 border-top:1px solid #A99B90;
 border-left:1px solid #A99B90;
 border-right:3px solid #A99B90;
 border-bottom:3px solid #A99B90;
}

div.stitle {
 background-image:url('/images/s_ico.jpg');
 background-repeat: no-repeat;
 background-position:middle left;
 padding-bottom:3px;
 padding-left:22px;
 font-size:13pt;
 font-weight:bold;
 font-family: monospace;
 border-bottom:3px dotted #A99B90;
}

div.sdate {
 text-align:right;
 font-size:10pt;
 font-weight:bold;
 font-family: monospace;
 color:#FB919D;
}

div.stext {
 padding-top:10px;
 padding-bottom:10px;
}
div.paging {
 clear:both;
 text-align:center;
 font-size:10pt;
 font-family: monospace;
}

p.cm {
 margin:5px;
 line-height:150%;
}

table.form {
 background-color:#554835;
}
table.form th {
 background-color:#C7B69A;
 color:#554835;
}
table.form td {
 background-color:#fff;
}
div.err {
 font-size:8pt;
 color:#f00;
}
.new_topics{
	overflow:hidden;
	clear:both;
}
.new_topics h3{
	background:url(../images/tle_bg.jpg) no-repeat top left;
	padding:17px 20px 15px;
	margin:0;
}
.new_topics .textbox{
	padding:20px;
}
.new_topics .textbox p{
	margin:0 0 10px;
	line-height:1.5;
}
.t_right{
	text-align:right;
}