@charset "UTF-8";
/*コンテンツ全体*/
body {
	color: #020202;
	font-size: 16px;
	background-image: url(../images/bg_topContents.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


div#top div.mainCol {
	width: 754px;
	margin-right: 25px;
	float: left;
}
div#top div.mainCol h2 {
	margin-bottom: 0px;
}

div#top div.mainCol div.topics {
	background-image: url(../images/bg_bottomOfTopics.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
	position: relative;
}
div#top div.mainCol div.topics div.bgBox {
	background-image: url(../images/bg_sideOfTopics.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
div#top div.mainCol div.topics p.toList {
	position: absolute;
	top: 10px;
	right: 8px;
}
div#top div.mainCol div.topics dl {
	font-size: 87.5%;
	background-color: #FFF6E4;
}
div#top div.mainCol div.topics dl dt {
	float: left;
	width: 100px;
	padding-left: 20px;
	background-image: url(../images/bg_listOrange.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
div#top div.mainCol div.topics dl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010200;
}
div#top div.mainCol div.topics dl.topicsbd dt.last {
	float: left;
	width: 100px;
	padding-left: 20px;
	background-image: url(../images/bg_listOrange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #010200;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
div#top div.mainCol div.topics dl dd.lastChild {
	margin-left: 120px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #010200;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
div#top div.mainCol div.latest {
	background-image: url(../images/bg_bottomOfLatest.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
div#top div.mainCol div.latest div.bgBox {
	background-image: url(../images/bg_sideOfLatest.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
div#top div.mainCol div.latest dl p {
	line-height: 1.5;
}
div#top div.mainCol div.latest dl {
	font-size: 87.5%;
	background-color: #EDF4FF;
}
div#top div.mainCol div.latest dl dt {
	float: left;
	width: 165px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010200;
}
div#top div.mainCol div.latest dl.latestbd dt.heightLine-03 {
	float: left;
	width: 165px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDF4FF;
}

div#top div.mainCol div.latest dl dd {
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010200;
}
div#top div.mainCol div.latest dl.latestbd dd.heightLine-03 {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDF4FF;
}

div#top div.mainCol div.latest dl.latestbd dt.last {
	float: left;
	width: 165px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #010200;
}
div#top div.mainCol div.latest dl dd.lastChild,
div#top div.mainCol div.latest dl.latestbd dd.lastChild {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #010200;
}
div#top div.mainCol div.latest dl dd p {
	margin-bottom: 1em;
}

div#top div.mainCol div.program  {
	margin-bottom: 25px;
	width: 364px;
	float: left;
}
div#top div.mainCol div.program h2 {
	margin-bottom: 10px;
}
div#top div.mainCol div.program dl {
	font-size: 87.5%;
}
div#top div.mainCol div.program dl dt {
	float: left;
	width: 70px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010200;
}
div#top div.mainCol div.program dl dt img {
	border: 2px solid #C7C7C7;
}
div#top div.mainCol div.program dl dd {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #010200;
}
div#top div.mainCol div.program dl dd h3 {
	line-height: 1.2;
}
div#top div.mainCol div.program dl dt.lastChild {
}
div#top div.mainCol div.program dl dd.lastChild {
}
div#top div.mainCol div.program dl dd p {
	margin-bottom: 0em;
	line-height: 1.5;
}
div#top div.mainCol div.program dl dd p.textRight {
	margin-bottom: 0em;
	text-align: right;
}


div#top div.mainCol div.report  {
	margin-bottom: 25px;
	width: 364px;
	float: right;
}
div#top div.mainCol div.report h2 {
	margin-bottom: 10px;
}
div#top div.mainCol div.report dl {
}
div#top div.mainCol div.report dl dt {
	font-size: 87.5%;
	font-weight: bold;
	margin-bottom: 5px;
}
div#top div.mainCol div.report dl dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #243A09;
}
div#top div.mainCol div.report dl dd h3 {
	font-size: 87.5%;
	font-weight: normal;
}
div.contents div.subCol div.slideShowBox {
	background-image: url(../images/bg_slideshow.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 12px;
}
div.contents div.subCol div.bottomSlideShow {
	background-image: url(../images/bg_bottomOfslideshow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
}
