@charset "utf-8";

/* •ÊWINDOW
************************************************************************/
body {
/*	font-size:14px;*/
	font: 100% verdana,arial,helvetica,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	line-height: 1.5em;
	color: #333333;
	background-color: #EEEDE5;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}

#wrapper {
	width: 660px;
	margin:0 auto;
	padding: 10px 20px 20px 20px;
	border-right: 3px solid #D7D6CA;
	border-left: 3px solid #D7D6CA;
	background-color: #fff;
}

#footer {
	width: 660px;
	margin:0 auto;
	padding: 10px 20px 20px 20px;
	text-align: center;
	border-right: 3px solid #D7D6CA;
	border-left: 3px solid #D7D6CA;
	background-color: #393939;
}

#footer a {
	padding: 5px 10px;
	color: #fff;
	background-color: #222;
}

#footer a:hover {
	text-decoration: none;
	background-color: #151515;
}


/* contents
************************************************************************/
#top_reed {
	padding: 10px 0 3px;
}

#top_list {
	height: 635px;
	padding-top: 20px;
}

#top_list li {
	padding: 4px 5px;
}

.word_waku {
	padding: 0 10px 5px 10px;
}

.word_waku2 {
	padding: 0 10px 25px 10px;
}

.tbl {
	width:100%;
	margin: 5px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.tbl th,
.tbl td{
	padding:3px 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tbl th {
	text-align: center;
}

.bt_ara {
	height: 35px;
	padding: 5px 0;
}

.bt01,
.bt02,
.bt03 {
	width: 110px;
	padding: 3px 0;
	text-align: center;
	color: #666;
	font-weight: bold;
	background-color: #f90;
}

.bt01 {
	float: left;
}

.bt02 {
	float: right;
}

.bt03 {
	margin-left:170px;
	_margin-left:133px;
	float: left;
}

.bt01 a,
.bt02 a,
.bt03 a,
.bt01 a:hover,
.bt02 a:hover,
.bt03 a:hover, 
.bt01 a:visited,
.bt02 a:visited,
.bt03 a:visited{
	color: #fff;
}