<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
h2{
	margin-top:25px;
}
#content_box .unique_box_content p {
	margin:5px;
	line-height:145%;
}
#contents{
	font-size:12px;
	padding:5px;
	margin:5px;
	border:#CCCCCC 1px solid;
	width:400px;
}

#contents h3{
	color:#004276;
	font-size:13px;
	margin:0px 0px 5px 10px;
}
#contents ul{
	margin-left: 10px;
	list-style:none;
}
#contents a:visited{
	color:#004276;
}
img.horizontal{
	height:120px;
	margin:5px;
	width:160px;
}
img.vertical{
	height:160px;
	margin:5px;
	width:120px;
}
img.left{
	float:left;
}
img.right{
	float:right;
}
#widget{
	float:left;
	margin-right:2px;
	width:300px;
}
.text{
	float:left;
	line-height:145%;
	width:672px;
}
.table{
	float:left;
	font-size:12px;
	width:672px;
}
.table .title{
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}
.table .head{
	font-weight:bold;
}
.table .head .blue{
	color:#0D3A7B;
	float:left;
	width:120px;
	padding-left:4px;
}
.table .head .black{
	float:left;
	width:86px;
	padding-left:4px;
}
.table .line{
	color:#333;
	background:#EEE;
	border-top:#AAA 1px solid;
	height:25px;
}
.table .line .city{
	font-weight:bold;
	float:left;
	width:120px;
	padding:4px 0 0 4px;
}
.table .line .month{
	float:left;
	width:86px;
	padding:4px 0 0 4px;
	font-size:11px;
}
.table .line .green{
	color:#090;
}
.table .line .red{
	color:#F00;
}
#widget_code_float{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #000000;
    float: left;
    font-size: 12px;
    margin: 25px 0 0 -300px;
    overflow: hidden;
    width: 280px;
}
#widget_code_float textarea{
	font-size: 11px;
    height: 150px;
    width: 280px;
	
}</pre></body></html>