/*  Tab View内のテーブルCSSの書き換え */

#tab_view a:link, #tab_view a:visited {
	text-decoration: none;
}
#tab_view {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tab_view .yui-content {
	background-color: #FFFFFF;
	background-image: url(../image/bk_40.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#tab_view .tabletype1 td {
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
}
#tab_view .tabletype1 th {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	background-image: url(../image/bk_28.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #AAAAAA;
}
#tab_view .tabletype1 .tbkg {
	background-color: #DFEDFF;
}
#tab_view .tabletype1 {
	border: 1px solid #AAAAAA;
}
#tab1 a:link, #tab1 a:visited, #tab2 a:link, #tab2 a:visited, #tab3 a:link, #tab3 a:visited,#tab4 a:link, #tab4 a:visited, #tab5 a:link, #tab5 a:visited, #tab6 a:link, #tab6 a:visited, #tab7 a:link, #tab7 a:visited {
	text-decoration: underline;
}
.jpfont {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial;
}
#tab_view h3 {
	margin-top: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	text-indent: 7px;
}
#tab_view dl {
	background-image: url(../image/bk_6B.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	list-style-type: none;
	margin: 0px;
	padding-left: 12px;
}

#main .yui-skin-sam #tab_view .yui-nav em {
	color: #000000;
	font-size: 0.93em;
}
#main .yui-skin-sam #tab_view .yui-nav .selected em {
	color: #FFFFFF;
}