@charset "shift_jis";

/* ----------------------------------------- 
 	フロート用
 ----------------------------------------- */

.left {
	width: 226px;
	margin-top: 4px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
}

.left240 {
	width: 250px;
	margin-top: 4px;
	padding-bottom: 10px;
	float: left;
	text-align: left;
}

.right {
	width: 226px;
	margin-top: 4px;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}

.right110 {
	width: 120px;
	margin-top: 4px;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}

.cent{
	width: 300px;
	margin: 4px auto 0;
	padding-bottom: 10px;
}


/* ----------------------------------------- 
 	百科事典テーブル 
 ----------------------------------------- */
table td.poster {
	padding: 3px;
	background-color: #EEE;
}

div#wrapper2 table.hyakka {
	width: 500px;
	margin:0 auto 23px;
	color: #666666;
	font-size: 12px;
	line-height: 1.7;
	border-collapse:collapse;
	border: solid 1px #FFC855;
	padding: 2px;
}

div#wrapper2 th#title {
	background-color: #FEDF96;
	text-align:center;
	padding: 2px;
	border: 1px solid #FFC66F;
}

div#wrapper2 td#ha1 {
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid;
	border: 1px solid #FFC66F;
}
div#wrapper2 td#ha2 {
	padding: 2px;
	background-color: #FDF5EE;
	border-top: 1px solid;
	border: 1px solid #FFC66F;
}
