@charset "euc-jp";
/* CSS Document */

*{
	color: #432509;
}




#lead{
	width: 520px;
	height: auto;
	background: url(../img/chapter1/chapter1_1/lead.jpg) top center no-repeat;
	padding: 0 90px;
	text-align: left;
}

.cntBox{
	width: 520px;
	height: auto;
	background: url(../img/chapter1/chapter1_1/ctBox_center.jpg) top center;
	padding: 0 90px;
}

.cntBox p{
	width: 510px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
}

#lead strong{
	color: #aa5500;
}

.cntBox strong{
	color: #ffff00;
}


.ssBox{
	width: 407px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
}

.miniTitle{
	width: 520px;
	padding: 5px 0;
}

table{
	height: auto;
	border-collapse: collapse;
	margin-left: 3px;
	padding: 0;
	border: solid 2px #927950;
}

td{
	width: 120px;
	padding: 5px;
	border: solid 1px #927950;
	color: #fff;
	text-align: center;
	background: #483c26;
}

td.syoku{
	background: #004080;
}

td.fontColor{
	color: #ffff00;
	border: solid 1px #927950;
	border-bottom: solid 2px #927950;
}

td.notd{
	background: #927950;
}