@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.15em;
	text-align: center;
}
a,
a:link,
a:visited,
a:active {
	color: #339;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: none;
}
img {
	border: 0px;
}
.cl {
	clear: both;
	font: 1px;
	line-height: 1px;
}
.link-mark_right {
	margin-left: 5px;
	vertical-align: top;
}
.link-mark_center {
	margin: 0 5px;
	vertical-align: top;
}


/* layout */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#header {
	padding: 4px 0;
	border-bottom: 1px dotted #666;
}
#content {
	padding: 20px;
}
#pagetop {
	clear: both;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
}
#copy {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	text-align: center;
	border-top: 1px dotted #666;
}


/* header */

#header h1 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:active,
#header h1 a:hover {
	color: #333;
	text-decoration: none;
}


/* menu */

#menu {
	float: right;
	font-size: 11px;
	white-space: nowrap;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#menu li {
	float: left;
	margin: 0 0 0 20px;
}
#menu li a,
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	padding: 3px 0;
}
#menu li a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid #ccc;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


