table {
	font-size: x-small;
	line-height: 1.3;

}
body {
	background-color: ffffff;
	font-size: x-small;
	line-height: 1.3;


}
a:hover img{
    /* IE */
    filter: alpha(opacity=60);
    /* Safari Opera */
    opacity:0.6;
    /* Firefox Netscape */
    -moz-opacity:0.6;
	}

.red {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bggold {
	background-color: gold;
}
.bgcream {
	background-color: #F0EFE1;
}
.xxsmall {
	font-size: xx-small;
}
.gray {
	color: #666666;
}
.bgblue {
	color: #FFFFFF;
	background-color: #2c245b;
}
.bggreen {
	color: #FFFFFF;
	background-color: #99CC00;
}
.pt1margincolor {
	font-size: 1px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.text-UI {
	font-family: "MS UI Gothic";
	font-size: xx-small;
}
.navi-a {
	background-image: url(../images/navi/navibar_r2_c1.gif);
	background-repeat: no-repeat;
}
.navi-b {
	background-image: url(../images/navi/navibar_r2_c2.gif);
	background-repeat: no-repeat;
}
.title-series {
	font-size: 130%;
	background-color: #003300;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}
.navibg {
	background-image: url(../images/navi/navimenu_a_r2_c1.gif);
	background-repeat: repeat-x;
}
h2 {
	background-image: url(../images/midashi.gif);
	height: 30px;
	width: 300px;
	font-size: 25px;


}


/* 更新日 */

.update {
	width: 210px;
	font-size: 130%;
	border: 1px solid red;
	text-align: center;
	padding: 0px;
}

/* 新着部分 */

.newsmoji {
	font-size: 120%;
	font: #ffffff;
	letter-spacing: 0.4em;
	background-color: gold;
	width: 210px;
	text-align: center;
	margin-top: 10px;
	padding: 3px;
}
.i-news{
	width: 210px;
	height: 300px;
	overflow: auto;
	border: 1px solid gold;
	padding: 0;
	margin-bottom: 10px;
	background-color: white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:gold;
	scrollbar-shadow-color:gold;
	scrollbar-3dlight-color:gold;
	scrollbar-arrow-color:gold;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:white;
	}
.i-news p{
	font-size: 130%;
	margin: 2px 2px 8px;
	}
.i-news em{
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #28a528;
	width: 100%;
	}

