/* トップページ：タブ */


#tabs {
	visibility: hidden;
}

#top-tab {
	width: 424px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#top-tab ul#top-tab-nav {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
float: left;
background: url(../images/tab_pixel.gif) bottom left repeat-x;
}

#top-tab ul#top-tab-nav li {
margin: 0 4px 0 0;
padding: 0;
float: left;
}

#top-tab ul#top-tab-nav a {
float: left;
display: block;
padding: 0;
/*border: 1px solid #FFFFFF; タブメニューの枠の色*/
border-bottom: 0;
background: #FFFFFF;
}

#top-tab ul#top-tab-nav a:hover {
background: #FFFFFF;
}

#top-tab ul#top-tab-nav a.active {
background: #FFFFFF;
padding-bottom: 1px;
cursor: default;
}


#top-tab #tabs {
clear: left;
border: 1px solid #FFFFFF; /*タブボックス全体の枠の色*/
border-top: 0;
padding-top: 8px;
}

#top-tab .tab {
padding: 0 8px 6px 8px;
}

.information {
	overflow: hidden;
	width: 405px;
}
.information dl {
	margin-top: 8px;
}
.information dt {
	font-size: 90%;
	color: #999999;
	padding-bottom: 5px;
}
.information dd {
	font-size: 90%;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	margin-bottom: 8px;
	line-height: 1.5em;
}
.information a {
	color: #0066CC;
	text-decoration: underline;
}
.information .notopic {
	font-size: 95%;
	color: #999999;
	margin-top: 5px;
}

.seeall {
	text-align: right;
	font-size: 90%;
}
.seeall a {
	color: #666666;
}
h2.topics {
	line-height: 1.6em;
	padding-bottom: 10px;
	font-size: 95%;
	padding-top: 8px;
}

