/* CSS Document */
* {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 0px;
}
body {
	background-image: url(img/bg_top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a{text-decoration:none}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.news {
	border-left:1px solid #006699;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;

}

#rss{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-30px;
	padding-right:5px;
}

.tab2 {
	border:1px solid #006633;
}
.style {
	color: #FFFFFF;
	background-color: #006633;
	padding-left:5px;
	margin-bottom:3px;
}
.space {
	padding: 5px;
}
.t1 {
	font-size: 13px;
	font-weight: bold;
	color: #CC6666;
	padding: 5px 5px 10px 20px;
	border-bottom: 1px solid #993333;
}
#head {
	background-image: url(img/page_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 86px;
}
#com{
	text-align:center;
	padding-top:10px;
	width:600px;
}
#com #main{
	padding-bottom:10px;
}
#com #tokyo{
	text-align:left;
	float:left;
	padding-left:10px;
	width:270px;
}
#com #ota{
	text-align:left;
	float:right;
	width:320px;
}
