@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: 75%;
	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;
}

/* Layout */

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#menu {
	float: left;
	width: 410px;
	height: 500px;
	background: url(/img/top_tree.gif) no-repeat;
	position: relative;
}
#topics {
	float: right;
	width: 350px;
	height: 460px;
	border: 1px solid #999;
	margin: 20px 10px 0 0;
	overflow: auto;
}
#parade {
	clear: both;
}
#Footer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	margin-top: 50px;
}


/* Menu */

#menu-about {
	position: absolute;
	width: 109px;
	height: 22px;
	left: 39px;
	top: 61px;
}
#menu-profile {
	position: absolute;
	width: 109px;
	height: 22px;
	left: 240px;
	top: 50px;
}
#menu-kiseki {
	position: absolute;
	width: 74px;
	height: 46px;
	left: 35px;
	top: 170px;
}
#menu-blog {
	position: absolute;
	width: 57px;
	height: 22px;
	left: 317px;
	top: 152px;
}
#menu-haemem {
	position: absolute;
	width: 74px;
	height: 46px;
	left: 284px;
	top: 262px;
}
#menu-info {
	position: absolute;
	width: 116px;
	height: 22px;
	left: 176px;
	top: 386px;
}


/* Topics */

#topics .entry {
	margin: 20px 15px;
}
#topics .entry h2 {
	color: #333;
	font-size: 110%;
	border-left: 5px solid #00D96F;
	padding: 2px 0 2px 5px;
	margin-bottom: 10px;
}
#topics .entry h2 a {
	color: #333;
	text-decoration: none;
}
#topics .entry h2 a:hover {
	color: #ff83e3;
	text-decoration: underline ;
}
#topics .entry .entryBody {
	clear: both;
	padding-bottom: 5px;
}

#topics .entry .entryFooter {
	clear: both;
	color: #999;
	font-size: 90%;
	text-align: right;
	padding: 2px 0 5px 0;
	border-top: 1px dotted #999;
}

#topics .entryNavi {
	list-style: none;
	text-align: center;
	padding: 10px 0;
}

#topics .entryNavi li {
	display: inline;
	margin: 0 5px;
}

#topics #pageNavi {
	clear: both;
	font-size: 80%;
	letter-spacing: 0em;
	padding-bottom: 20px;
	text-align: center;
}

#topics #pageNavi .current_page {
	border: 1px solid #999;
	background: #999;
	color: #fff;
	padding: 3px 5px;
}

#topics #pageNavi a {
	border: 1px solid #00b8ff;
	color: #333;
	padding: 3px 5px;
}

#topics #pageNavi a:hover {
	border: 1px solid #ff83e3;
	background: #ff83e3;
	color: #fff;
	text-decoration: none;
}


/* Footer */

#footer-menu {
	float: left;
	padding: 5px 0;
}
#pagetop {
	float: right;
	padding: 5px 0;
}
#copy {
	clear: both;
	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;
}

