@charset "utf-8";
/* CSS Document */
.current {
	color: #c80000;
}

body {
	overflow-x:hidden;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c80000;
}

li.current a {
	color: #c80000;
}

#container {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.6em;
	font-size:12px;
/*	padding-left: 20px; */
}
#container #header h1 {
	float: left;
}
#container #header p {
	float: right;
/*	font-size: 16px; */
	font-weight: bold;
	margin-top:15px;
}
#container #contents {
	clear: both;
}


#container #contents #sidebar {
	float: left;
	width: 170px;
	font-size: 15px;
	font-weight: bold;
	margin-top:50px;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
}
#container #contents #sidebar li {
	margin-bottom: 20px;
}
#container #line {
	clear: both;
}

#container #footer {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#container #footer p {
	text-align:right;
	font-size: 11px;
	padding: 8px 0 30px 0;
}


#container #contents .go_to_top {
	float:right;
	margin-bottom: 30px;
	clear: both;
}

#container #contents .go_to_top a {
	font-size: 11px;
	color: #888;
}

#container #contents .go_to_top a:hover {
	font-size: 11px;
	color: #c80000;
}

.wp-pagenavi a {padding:7px;}


/* Multibox使用時の横スクロールバー不具合解除 */
#OverlayContainer {
}