@charset "UTF-8";

/* ぺぺぺぺ */


* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

html>/**/body{
	overflow: -moz-scrollbars-vertical;
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	font-family: Verdana, Sans-Serif;
	line-height: 1.25;
	background-color: #fff;

	font-size:82%; 
	text-align: center;
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


img {
	border: 0;
}


h1 {
	width: 814px;
	margin: 0 auto;
	padding: 24px 0;
}

	h1 a {
		color: #666;
		text-decoration: none;
	}

		h1 a span {
			font-size: 84%;
		}

#fot {
	width: 830px;
	margin: 0 auto;
	padding: 24px 0;
}

	#fot .status {
		width: 148px;
		height: 280px;
		margin: 8px;
		float: left;
		border: 1px solid #999;
		text-align: center;
		position: relative;
		background: #fff;
		overflow: hidden;
	}

	#fot .status .chara {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 50px;
	}

	#fot .status .bodyText {
		margin-bottom: 4px;
		text-align: center;
	}

		#fot .status .bodyText a {
			padding: 1px 3px 8px 3px;
			color: #111;
			text-decoration: none;
			display: block;
		}

	#fot .status .userImage {
	}

	#fot .status .title {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #444;
		background: #ccc;
		border-top: 1px solid #bbb;
		width: 100%;
		line-height: 44px;
		overflow: hidden;
		white-space: nowrap;
	}




#backLink {
	margin-top: 2em;
	text-align: center;
}

#footer {
	width: 814px;
	margin: 2em auto 0 auto;
	margin-top: 2em;
	text-align: right;
	font-size: 84%;
	padding-bottom: 2em;
}



#bodyTopPage {
	padding: 24px;
}

	#bodyTopPage #content {
		width: 830px;
		margin: 0 auto;
	}

	#bodyTopPage h1 {
		color: #666;
	}

		#bodyTopPage h1 span {
			font-size: 84%;
		}

	#bodyTopPage .section {
		text-align: center;
		padding: 48px 0;
	}

