@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/back.gif) repeat-y center;
	text-align: center;
	color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
}
a,
a:link,
a:active,
a:visited {
	color: #00b8ff;
	text-decoration: none;
}
a:hover {
	color: #ff83e3;
	text-decoration: none;
}
img {
	border: 0px;
}
.cl {
	clear: both;
	font: 1px;
	line-height: 1px;
}
.link-right {
	margin-right: 5px;
	vertical-align: baseline;
}


/* Layout */

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 10px;
}
#content {
	padding: 10px 0 40px 0;
}
#Footer {
	margin-top: 10px;
}


/* Header */

#logo {
	float: left;
	margin-bottom: 5px;
}
#menu {
	float: right;
}
#menu ul {
	margin: 45px 5px 0 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
	padding: 0 3px;
}
#navi-bar {
	clear: both;
	background-color: #998675;
	color: #fff;
	padding: 3px 5px;
	border-bottom: 2px solid #300;
}
#pagename {
	font-size: 100%;
	font-weight: bold;
	margin-right: 20px;
}
#breadcrumbs {
	font-size: 80%;
	font-weight: normal;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #fff;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #ff83e3;
	text-decoration: none;
}


/* Footer */

#footer-menu {
	float: left;
	font-size: 70%;
	padding: 5px 0;
}
#pagetop {
	float: right;
	font-size: 70%;
	padding: 5px 0;
}
#copy {
	clear: both;
	font-size: 70%;
	text-align: right;
	padding: 3px 0;
	border-top: 2px solid #998675;
}


/* Clearfix */

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