@charset "UTF-8";
/*サイドメニュー
---------------------------------------------------------------------------*/
.side {
	width		: 280px;
	margin 	: 0px 0px;
	padding: 0px;
}
.side_top {
	background 	: url(../images/sidebar_top.png) no-repeat;
	width: 280px;
	height:15px;
}
.side_contents {
	background 	: url(../images/sidebar_contents.png) repeat;
	width: 280px;
}
.side_bottom {
	background 	: url(../images/sidebar_bottom.png) no-repeat;
	width		: 290px;
	height:15px;
}
.side h1{
	font-size:21px;
	margin: 0px 9px;
	padding: 15px 10px 15px 20px;
	color:#FFF;
	letter-spacing: 5px;
	width:230px;
	background:#21529E;
}
.side h1 img{
	float:right;
}
.side #about h1{background:#21529E;}
.side #social h1{background:#E65022;}
.side #scholar h1{background:#4D8F41;}
.side #culture h1{background:#BD8E00;}
.side #macro h1{background:#5E697D;}
.side #capital h1{background:#5E483F;}

.side table{
	background:#FFF;
	width:259px;
	border:none;
	margin: 0px 9px;
}
.side table tr {
	height:auto;
	border-top: 1px solid #D9D9D9;
}
.side table th {
	vertical-align: middle;
	text-align: left;
	background: none;
	width: 210px;
	padding: 20px 0px 20px 20px;
	border: none;
}
.side table th.midasi {
	vertical-align: middle;
	text-align:left;
	background:#808080;
	color:#FFF;
	padding:5px 0px 5px 12px;
	border:none;
	font-size:14px;
}
.side table th img{
	vertical-align: text-bottom;
	margin-left: 4px;
}
.side table td{
	vertical-align: middle;
	border:none;
	padding:0px 0px 0 10px;
}
.side table a {
	font-weight			: bold;
	font-size			: 15px;
	color					: #202020;
}
.side table a:hover {
	color					: #9C9C9C;
}