﻿@charset "utf-8";

#center{
	width:400px;
	float:left;
}

#menu_r{
	width:200px;
	float:right;
	padding-top: 15px;
}

/*ニュース＆イベント*/
#topic-table2{
	margin:10px 10px 0px 10px;
	padding:20px 20px 10px 20px;
	background-color:#f9f2f2;
	height:200px;
	background-repeat:no-repeat;
}
#news2{
	width:370px;
	height:150px;
	background-color:#ffffff;
	border:1px solid #999;
	margin:0px auto;
}
#event2{
	float:right;
	width:260px;
	background-color:#f9f2f2;
}
.topic-title2{
	font-family:"Verdana","Arial","sans-serif";
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:10px 0px 7px 20px;
	text-align:left;
}
.topic-scroll{
	overflow:auto;
	margin:7px 10px 0px;
}
.topic-date{
	font-size:10px;
	text-align:left;
	vertical-align:top;
	border-left:5px solid #666666;
	margin:0px 0px 5px;
	padding:2px 0px 2px 5px;
	clear:left;
	float:left;
	width:7em;
}
.topic-note{
	font-size:10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dashed #CCCCCC;
	margin:0px 0px 5px;
	padding:2px 0px 2px 7em;
}

.topic-note a{}
.topic-note a:hover{
	text-decoration:underline;
}

#ichioshi{
	margin:5px auto 20px;
	border-collapse:separate;
}
#ichioshi td{
	width:180px;
	border:1px solid #999;
	vertical-align:top;
}
.name {
	font-size: 10px;
	font-weight: bold;
	padding-bottom:5px;
	margin:5px;
	border-bottom: 1px dashed #CCC;
	text-align: left;
}

.imgs {
	border-right: 4px solid #E30080;
	width: 53px;
	float: left;
	margin: 0px 3px 5px 5px;
}

.hitokoto {
	text-align:left;
	font-size: 10px;
	line-height:10px;
	margin: 0px 1px 5px 0px;
}

#hikken {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #999;
	text-align: left;
	padding: 4px;
	margin: 20px 13px 0px;
}

.name a {
	color: #333;
	text-decoration:none;
}

.name a:hover { text-decoration:underline; }

