
/*　　　背景　　　*/
body {
	background-image: url(../bg/2010tora.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
	color: #1E1E1E;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	scrollbar-face-color: #FFFFFF; 
        scrollbar-track-color: #FFFFFF; 
        scrollbar-arrow-color: #999999; 
        scrollbar-highlight-color: #999999; 
        scrollbar-shadow-color: #999999; 
        scrollbar-3dlight-color: #FFFFFF; 
        scrollbar-darkshadow-color: #FFFFFF;
}

/*　　　文章　　　*/
.text {
	font-size: 12px;
	line-height: 30px;
}
.text2 {
	font-size: 12px;
}

/*　　　メニュー　　　*/
.menu {
	background-image: url(../menu/bg_4_menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

/*　　　ニュース　　　*/
.new {
	background-image: url(../menu/bg_4_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*　　　リンク　　　*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited  {
	color:#333333;
	text-decoration: none;
}
a:active {
	color:#FF6666;
	text-decoration:underline;
}
a:hover {
	color:#FF5151;
	text-decoration:underline;
}

/*　　　テーブル、その他　　　*/
td   {
	color: #1e1e1e;}
b    {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
	color: #FF7566;
}

.active {
	font-weight: bold;
	color: #FF5F11;
	font-size: 15px;
	font-style: normal;
	line-height: 30px;
}