/*--------------------------------------------------------
背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/
/*サイト全体*/
body ,td,th {
	margin-top: 0px;
}

/*--------------------------------------------------------
文字色の設定
--------------------------------------------------------*/
/*サイト全体*/
body{ color: #666666;}

/*リンク文字*/
a:link{ color: #0066CC; }
a:visited{ color: #666666; }/*訪問済み*/
a:hover{ color: #ff3300; underline; }/*リンクに乗った時*/
a:active { color: #CC9900; }/*リンク時*/ 

/*性別*/
.male {
	color:#0066FF;
	text-decoration:none;
}
.female {
	color:#ee5588;
	text-decoration:none;
}

/*News&Event*/
.day {
	color:#990000;
	text-decoration:none;
	font-size:93%;
}	
.kakko {
	color:#000000;
	text-decoration:none;
	font-size:93%;
}
.title {
	color:#000000;
	text-decoration:none;
	font-size:108%;
}		
/*footer*/
.footer{ color: #FFFFFF; }

/*サイズ変更表*/
    font:13px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Osaka,arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
