body,td,th { /*BODY指定*/
	color : #333333; /*本文の色*/
	line-height:160%;/*行間*/
}

table { /*TABLE指定*/
/*	table-layout:fixed; /*テーブル高速表示option*/
}

a:Link{ /*リンク指定*/
	text-decoration  : true ; /*下線指定*/
/*	color : #333333; 色指定*/
}

a:Visited{ /*リンク後指定*/
	text-decoration  : true; /*下線指定*/
	color : #444444; /*色指定*/
}

a:Active{ /*アクティブリンク指定*/
	text-decoration  : none; /*下線指定*/
	color : #cc3333; /*色指定*/
}

a:Hover	{ /*ホバ−リンク指定*/
	text-decoration  : true; /*下線指定*/
	background-color : #555555; /*文字背景指定*/
	color : #eeeeee; /*色指定*/
}

.midashi {color: #111111; FONT-SIZE:100%; _FONT-SIZE:94%; line-height: 130%; font-weight: bold;}

.text_normal {FONT-SIZE:94%; _FONT-SIZE:75%; line-height: 130%;}

.text_mid_mini {FONT-SIZE:94%; _FONT-SIZE:75%; line-height: 130%;}

.text_mini {FONT-SIZE:83%; _FONT-SIZE:66%; line-height: 130%;}

.magazine_date_month {color: #333333; FONT-SIZE:108%; _FONT-SIZE:100%; line-height: 130%; font-weight: bold;}

.magazine_date_day {color: #333333; FONT-SIZE:108%; _FONT-SIZE:100%; line-height: 130%; font-weight: bold;}

.magazine_date_vol {color: #cc0000; FONT-SIZE:108%; _FONT-SIZE:100%; line-height: 130%; font-weight: bold;}

.diary_date {FONT-SIZE:83%; _FONT-SIZE:66%; line-height: 120%;}

.diary_link {FONT-SIZE:94%; _FONT-SIZE:75%; line-height: 120%;}

.table_margin_top{
	 margin-top:10px;/*上のオブジェクトとの間隔*/
}

.border_top_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
