body {
	font-size: x-small;
	text-align: center;

}
table {
	font-size: x-small;
	line-height: 1.2;

}
a:link {
	color: #FF3300;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF3300;
}
.pt12 {
	font-size: 12px;
}
.pt9 {
	font-size: 9px;
}
.pt10 {
	font-size: 10px;
}
.pt11 {
	font-size: 11px;
}
.pt13 {
	font-size: 13px;
}
.bukken {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	background-color: #000033;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.news-day {
	font-weight: bold;
	color: #003300;
	background-color: #e9e9e9;
	font-size: 10px;
}
.news-text {
	font-size: 11px;
	color: #FF0000;
}

/* 新着部分 */

.news{
	width: 300px;
	height: 130px;
	overflow: auto;
	border: 1px solid #CCC;
	padding: 0;
	margin-bottom: 0;
	font-size: 12px;
	background-color: white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:gray;
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	}
.news p{
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
.news b{
	font-size: 13px;
	width: 100%;
	margin: 0;
	padding: 3px;
	text-align: center;
	background-color: #CCC;
	}
.news em{
	font-style: normal;
	font-weight: bold;
	color: #030;
	margin: 2px 0px;
	padding:2px;
	background-color: #e9e9e9;
	width: 100%;
	}
