/*=============== stylesheet ================*/
/*    kenpoku database Web Site Stylesheet   */
/*=============== stylesheet ================*/

@charset "euc-jp";

/*================== body ===================*/
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: center;
	background: #ffffff;
}

/*================== page ====================*/
.page {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}
/*================= title =================*/
.contents {
	width: 720px;
	margin:0px;
	clear:both;
	line-height:110%;
}
/*================ left ================*/
.leftbox {
	width: 385px;
	margin:0px;
	float: left;
	text-align:center;
}
/*================ right ===============*/
.rightbox {
	width: 315px;
	margin:0px;
	float: right;
	text-align:center;
}
/*================= link =================*/
.link {
	clear: both;
	width:100%;
	margin:0px;
	padding:0px 40px;
	text-align:right;
}

/*================= footer =================*/
.footer {
	clear: both;
	width:100%;
	margin:0px;
	font-family:verdana,Helvetica,Arial;
	font-size: 80%;
	text-align:center;
}

/*================= banner =================*/
.banner{
	margin:5px 0px;
	text-align:center;
}

.month_photo {
	width:385px;
	margin:0px;
	text-align:center;
	background: #CC3333;
}

.month_title {
	width:385px;
	height:26px;
	margin:0px;
	padding:0px;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	background: #e7e2cf;
}

.search {
	width:315px;
	margin:0px;
	padding:0px;
	background: #FFFF99;
}

.waku_orange {
	border: solid #ff9900;
	border-width:0px 1px;
	margin:0px;
	padding:3px;
	text-align:left;
}

table.news{
	border-collapse:collapse;
	margin:2px 0px -6px 2px;
}
.news td{
	padding:0px 2px 8px 0px;
}

table.info{
	border-collapse:collapse;
}
.info td{
	padding:2px 10px 10px 0px;
	width:190px;
}

p {
	margin:0px;
	padding-top:3px;
	font-size: 95%;
	line-height: 130%;
}

.stext {
	color: #663300;
	font-size: 80%;
	padding:5px;
	text-align:left;
}

.slink {
	color: #663300;
	font-size: 80%;
	text-align:center;
}

table {
	font-size: 95%;
	line-height: 110%;
}

.kensaku {
	margin:0px;
	background: #FFFF99;
	border: solid #FFBB26;
	border-width:0px 0px 2px 0px;
	text-align:left;
}

hr {
	width : 100%;
	height : 1px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #ff9900;
	text-align : left;
}

