<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    font-size: 11px;
    width:950px;
	height:330px;
    position:relative;
}

#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
	font-size:18px;
	background-color:rgba(78,78,78,1.00);
}
#tabmenu div#tab a{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 475px;
    display: block;
    text-decoration:none;
    color:rgba(255,255,255,1.00);
}
#tabmenu div#tab a:hover{
    background:rgba(0,0,0,1.00);
    color:#fff;
}
div#tab_contents{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width:950px;
	height:330px;
    overflow:
    hidden;clear:both;
	color:rgba(255,255,255,1.00);
}
div#tab_contents ul{
    width:950px;
	height:330px;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
    float: left;
    width:950px;
	height:330px;
    list-style-type:none;
    padding:50px  20px  10px 20px;
    background:;
}

</pre></body></html>