body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
/*背景*/
.background01 {
	background-image: url(image/background01.gif);
	background-repeat: repeat-y;
	background-position: center;

}
.background02 {
	background-image: url(image/background02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center top;
}
/*テキスト*/
.texts {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	line-height: 130%;
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
}
.textd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 130%;
	font-weight: bold;
}
/*余白*/
.td-5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.td-b5 {
	padding-bottom: 5px;
}
.td-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.td-t10 {
	padding-top: 10px;
}
.td-b10 {
	padding-bottom: 10px;
}
.td-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.td-t20 {
	padding-top: 20px;
}
.td-b20 {
	padding-bottom: 20px;
}
.td-lb10 {
    padding-bottom: 10px;
	padding-left: 10px;
}
/*seo*/
h1 {
	margin:0;
	padding:5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 130%;
	color:#000066;
	font-weight:normal;
}
* html h1 {
	margin:0;
	padding:5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 130%;
	color:#000066;
	font-weight:normal;
}

/*新着情報のスクロール*/
#new{
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: x-small;
 line-height: 130%;
 margin:0;
 padding:0px 0px 0px 0px;
 width:360px;
 height:100px;
 overflow:scroll;
}
*html #new{
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: 8pt;
 line-height: 130%;
 margin:0;
 padding:0px 0px 0px 0px;
 width:360px;
 height:100px;
 overflow:scroll;
} 