/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 10px;
	line-height: 16px;
	color: #999999;
}
.red {
	font-size: 10px;
	color: #900000;
}
.orange {
	font-size: 10px;
	color: #FF9900;
}
.blue {
	font-size: 10px;
	color: #09568E;
}
.txt12 {
	font-size: 12px;
}


a { 
color: #666666;
} 
.update {
	font-size: 11px;
	line-height: 110%;
	color: #FFFFFF;
}
.date {
	font-size: 9px;
}
.title {
	font-size: 11px;
	color: #535353;
}
.txt11 {
	font-size: 11px;
}

.blog{/* Flash の「_ゴシック」に合わせる */
	font-family: "MS UI Gothic","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10px;
	line-height:130%;
}
.blog-date{
	margin:2px auto 5px 1px; 
}

#bth_close{
	display:block;
	background:url(img/btn_close.gif) no-repeat;
	width:58px;
	height:19px;
}
