@charset "utf-8";

/* CSS Document */

/*----------------------------------------------------------------------
	toppage.html
----------------------------------------------------------------------*/
div#keyvisual {
	clear: both;
	background-image: url(../img/bg_toppage_keyvisual.png);
	background-repeat: no-repeat;
	height: 0;
	margin: 0;
	padding-top: 230px;
	overflow: hidden;
}

div#topbox {
	border: solid #CCCCCC 1px;
	padding: 20px;
	margin: 0 0 20px 0;
}

div#topbox p#topbox_titel {
	color: #74460A;
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 20px;
}

h2#toppage_topics {
	background-image: url(../img/bg_toppage_topics.jpg);
	background-position: 8px 8px;
	font-size: 110%;
	height: 22px;
	background-color: #F8F8F8;
	padding: 8px 0 0 33px;
	border: solid #e3e3e3 1px;
	border-bottom: none;
	margin: 0;
}

div#toppage_topics_box {
	height: 165px;
	margin: 0 0 10px;
	padding: 5px 8px;
	border: solid #e3e3e3 1px;/*	border-top: none; */
	overflow: auto;
	background-color: #f8f8f8;
	border-top: none;
}

div#toppage_topics_box table {
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

div#toppage_topics_box table th {
	background-color: transparent;
	background-image: url(../img/bg_toppage_topics_dot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border: none;
	border-bottom: dotted #e3e3e3 1px;
	color: #FFFFFF;
	width: 83px;
	padding: 8px;
}

div#toppage_topics_box table td {
	border: none;
	border-bottom: dotted #e3e3e3 1px;
}

div#toppage_topics_box table tr:nth-last-of-type(1) th,
div#toppage_topics_box table tr:nth-last-of-type(1) td{
	border-bottom: none;
}
