@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/*           share
--------------------------------------------------------------------------------------------*/
div#content h1 {
	font-size:20px;
	background:url(../images/bg_h1.jpg) left top no-repeat;
	padding:40px 0 51px 45px;
	color:#512600;
	margin:0 0 30px 0;
	font-weight:normal;
}



/*           year
--------------------------------------------------------------------------------------------*/
div#content h2 {
	font-size:20px;
	background:url(../images/bg_h2.jpg) left top no-repeat;
	padding:4px 0 0 15px;
	width:615px;
	height:33px;
	margin:0 0 20px 0;
	color:#512600;
	font-weight:normal;
}
div#content dl {
	margin:0 0 0 10px;
}
div#content dl dt {
	font-weight:bold;
	color:#512700;
	background:#E8D1BB;
	font-size:1.2em;
	padding:5px 0 5px 5px;
}
div#content dl dd {
	padding:20px 0 0 0;
}
/*table01*/
div#content dl dd table.table01 {
	margin:0 0 3px 0;
}
div#content dl dd table.table01 tr th {
	background:#512800;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
	border-right:solid 1px #FFFFFF;
	padding:6px 0 6px 9px;
}
div#content dl dd table.table01 tr th.th01 {
	border-right:solid 1px #FFFFFF;
	width:110px;
}
div#content dl dd table.table01 tr th.th02 {
	border-right:solid 1px #FFFFFF;
	width:319px;
}
div#content dl dd table.table01 tr th.th03 {
	width:162px;
}
/*table02*/
div#content dl dd table.table02 {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin:0 0 50px 0;
}
div#content dl dd table.table02 tr td {
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	background:#FFF;
	font-size:1.2em;
	padding:6px 0 6px 9px;
}
div#content dl dd table.table02 tr td.td01 {
	width:109px;
}
div#content dl dd table.table02 tr td.td02 {
	width:319px;
}
div#content dl dd table.table02 tr td.td03 {
	width:161px;
}
