/* リンク */
a:hover
{	
	left: 1pt;
	top: 1pt;
	color:Red;
    text-decoration: underline;
}

a
{
	text-decoration:  underline;    
	color:blue; 
}

/* body */
body
{
	margin:0:20:20:0;
    scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#c0c0c0;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-darkshadow-color: #c0c0c0;
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック";
	text-align:center;
}

/* 見出し */

h1
{
	font-size:100%;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}
h2
{
	text-align:left;
	font-weight:bold;
	font-size: 120%;
	background-color:#ccff00;
	margin-top: 0px; 
	
	color:#ff6666;
}

h3
{
	font-weight: bold;
	font-size: 110%;
	margin-top:10px;
	margin-bottom:10px;
	color:#00cc00;
}	

/* テーブル */
table
{
	font-size:11pt;
	
}
table.blue 
{
     background-color:#00ccff;
}
table.blue2 
{
     background-color:#00ccff;
}

table.orange 
{
     background-color:orange;
}
table.new
{
	line-height:2;	
}

table.seminar
{
	background-color:#00ccff;
	font-size:90%;
}
table.navi
{
	font-size:90%;
	line-height:1.5;		
}
table.small
{
	font-size:80%;
}

/* TR */
tr.white
{
	background-color:White;
}

/* TD */
td.green
{
	color:#00cc00;
}
td.orange
{
	color:#ff6600;
	font-size:90%;
}
td.white
{
	color:White;
}
td.chuui
{
	font-size:90%;
	text-align:right;
}

/* その他 */
.bun
{
line-height:1.5;
}  
.cr
{
	color:White;
}
.center
{
	text-align:center;
}
.small
{
	font-size:80%;
}
.pr
{
	padding:5px;
	text-align:left;
}
	
.hon
{
	font-size: 80%;
	line-height: 1.2em;
}

.honbun
{
	font-size: 70%;
	line-height: 1.2em;
}	
