@charset "Shift_JIS";

/* CSS Document */

.navi {
	width:auto; margin:0 auto 0 auto ;
	background-image: url("../image/navi-bg.jpg"); 
	background-repeat: repeat-x;
}

.pagetop{
	font-size: 12px;line-height: 180%;color: #6B4C13;
}

.top_image {
	width: 600px;
	margin: 0 auto;
}

/* footer */

.footborder {
	border-top:#FD2816 4px dashed;
	margin:0; padding:0;
}

/* page list */

#pagelist {
	width:570px; 
	padding:8px 8px 8px 20px;
	text-align:left;
	margin:0 auto;
	background:#FFFFFF; 
	border:#B9B7B1 solid 1px;
}

	
	#pagelist li {
		margin: 5px 0 0 5px;
		padding-top:5px;
		color: #0abd68;
		font-weight: bold;
	}

	#pagelist a {
		font-weight: normal;
		font-size: small;
	}

	#pagelist .dot1 {
		color: #777;
		font-weight: normal;
	}

.month_title {
	margin: 10px 0 2px 0;
	padding-top:5px;
	font-weight:bold;
	color:#336600;
	border-top:1px dotted #006600;
}

.month_menu {
	margin-left: 90px;
	color: #aade0a;
}

/* common */
.clear { clear:both;}
.hidden{ display: none;}


