/*スタイルシート*/                        
  
BODY 
{
font-size: 10pt;
color:black;
line-height: 1.4;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
A*link     { text-decoration:none; color:#405040 } /*リンク色：橙*/
A*visited  { text-decoration:none; color:#405040 } /*Ｖリンク色：紫*/
A*active   { text-decoration:none; color:#00FF00;background:#000000 } /*Ａリンク色：草*/
A*hover    { text-decoration:none; color:#FFFF00;background:#000000 } /*Ｈリンク色：水色*/
}

TABLE      
{font-size:10pt;　　　　　　　 /*文字サイズ：１０ｐｔ*/
 color:black;
line-height:1.5;
}

.style3 {
	color: #A0F3C4;
	font-size: 5pt;
}
.style5 {color: #66CCCC}
.style6 {color: #333333}
.style7 {color: #990000}
.style9 {
	color: #339966;
	font-weight: bold;
}
.style11 {color: #3C7B78; font-weight: bold; }      


.mars1 {
　vertical-align: baseline;
}
.mars2 {
　vertical-align: sub;
}
.mars3 {
　vertical-align: super;
}
.mars4 {
　vertical-align: middle;
}
.mars5 {
　vertical-align: -20px;
}
.mars6 {
　vertical-align: -20%;
}
.mars7 {
　vertical-align: bottom;
}
.mars8 {
　vertical-align: top;
}
.mars9 {
　vertical-align: text-top;
}
.mars10 {
　vertical-align: text-bottom;
}


/* css for Tab Menu */	
.mainTab{
	font:bold 11px Arial, Helvetica, sans-serif;
	margin-bottom:2em;
	border-bottom:solid 10px #66ccce;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
	}
	.mainTab ul{
		margin:0;
		padding:0;
		list-style-type:none;
		}
	.mainTab li{
		display:inline;
		padding:0;
		margin:0;
		}


	
/* css for right Tab */
.rightTab{
	float:right;
	padding-right:0.8em;
	font-size: 11px;
	margin-top: 4px;
	}
	.rightTab ul{
		margin:0;
		padding:0;
		list-style-type:none;
		}
	.rightTab li{
		display:inline;
		}
	.rightTab li a{
		color:#1b8d1c;
		text-decoration:none;
		font-weight:normal;
		font-size:12px;
		padding:.7em;
		}
	.rightTab li span{
		color:#fe5862;
		}
	.rightTab li span a{
		color:#fe5862;
		text-decoration:none;
		}
		
