#header{
height:130px !important;
}
#main{
/*width:1220px;*/
margin:0 auto;
}
.pageswitch{
padding:15px;
text-align:center;
clear:both;
}
p.justifyleft{
text-align:left;
}
p.justifyright{
text-align:right;
}
img.alignleft{
float:left;
margin:0 20px 20px 0px;
}
img.alignright{
float:right;
margin:0 0 20px 20px;
}
.tal{ text-align: left; }
.tac{ text-align: center; }
.tar{ text-align: right; }

.fll{ float: left; }
.flr{ float: right; }
.clr{ clear: both; }



section{
	width: 100%;
	min-height: 300px;
	clear: both;
	padding: 30px 0;
}

section article{
	position: relative;
	width: 960px;
	margin: 0 auto;
	line-height: 1.8;
}

section article:after{
	content:"";
	display:block;
	clear:both;
}
section h2{
	width: 100%;
	height: 40px;
	padding: 0 0 30px 0;
	line-height: 40px;
	font-family: serif;
	color: #666;
	text-align: center;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: 2px;
}

section h3{
	clear: both;
	font-size: 123.1%;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	border-left: 2px solid #9b916d;
	border-bottom: 2px solid #9b916d;
	color: #666;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-weight: normal;
}

section p{
	font-size: 117%;
	color: #333;
	margin: 30px 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

#top_box h1{
	position: absolute;
	top: 0;
	right: 30px;
	border-bottom: 5px solid #9b916d;
	font-size: 150%;
	font-family: serif;
	color: #333;
}

#top_box p{
	width: 960px;
	margin: 0 0 40px 0;
}

#top_box li{
	float: left;
	width: 220px;
	height: 40px;
	margin: 0 20px 0 0;
	text-align: center;
	border-radius: 20px;
	background: #9b916d;
}

#top_box li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: serif;
	font-size: 117%;
	line-height: 40px;
	text-decoration: none;
}

#subnav{
list-style:none;
}
.pagination{
	max-width:960px;
	margin:0 auto;
}
.page-numbers{
	text-align: center;
	margin: 40px 0;
}

.page-numbers li{
	display: inline-block;
	color: #404040;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a{
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display:block;
	padding: 5px 12px;
	border: 1px solid #ccc;
}
.page-numbers li a:hover{
	color:#404040;
	background:#ccc;
}

.page-numbers li span{
	text-decoration: none;
	font-weight: bold;
	color: #404040;
	display:block;
	padding: 5px 12px;
	border: 1px solid #ccc;
background: #fff;
}
.page-numbers li span.current{
	background:#ccc;
}