body {
	text-align: left;
	background-color: black;
	font-size: 14px;
	color: white;
scrollbar-track-color:#484848;
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#484848;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;}
img {border: none;}
.box {
	width: auto;
	height: auto;
	text-align: left;}
h1{font-size: 17px;}
h2{font-size: 15px;
   color:#ff0000;}
hr{color: silver;}
.hr2{
	border-top: 1px solid gold;}
a {text-decoration: none;}
a:hover {color: #ffebcd; text-decoration:underline;}
a:link {color: #ff8c00;}
a:visited {color:#ff8c00;}

/*news用*/
.box1 {
	width: 400px;
	height: auto;
	margin-bottom: 20px;}
.box1_title {
	background-image: url(../img/bar.jpg);
	font-weight: bold;
	background-color: #000000;
	text-align: left;}
.box1_in {
	background-color: ;
	width: auto;
	height: auto;
	line-height: 2;
	border-bottom: 1px solid #808080 ;
	border-left: 1px solid #d3d3d3;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;}
/*radio用*/

.box2_title {
	background-image: url(../img/bar2.jpg);
	font-weight: bold;
	text-align: left;}
.box2_in {
	color: white;
	width: auto;
	height: auto;
	line-height: 2;
	border-bottom: 1px solid #778899;
	border-left: 1px solid #4682b4;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;}

.box3_title {
	background-image: url(../img/bar3.jpg);
	font-weight: bold;
	text-align: left;}
.box3_in {
	color: white;
	width: auto;
	height: auto;
	line-height: 2;
	border-bottom: 1px solid #4b0082;
	border-left: 1px solid #483d8b;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;}
	
.box4_title {
	background-image: url(../img/bar4.jpg);
	font-weight: bold;
	text-align: left;}
.box4_in {
	color: white;
	width: auto;
	height: auto;
	line-height: 2;
	border-bottom: 1px solid #8b0000;
	border-left: 1px solid #a0522d;
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;}

/*文字装飾関連*/
.white {color: white;}
.bold {font-weight: bold; color: #ffff00;}
.table_font1 {
	line-height: 2;
	color: #dc143c;
	font-size: 13px;}
.table_font2 {
	color: #7b68ee;
	font-weight: bold;
	font-size: 15px;}
}