@charset "utf-8";

/*======================================================

	Copyright (c) JOM

	# common		- 基本設定

	# wrapper		- 枠組


======================================================*/

/* common
------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 0.8em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
p, ul, ol, li, strong, em, img, iframe {
	font-weight: normal;
	font-style: normal;
	list-style: none;
	border: 0;
	line-height: 1.3em;
}
table {
	font-size: 1em;
}

/* linkstyle
------------------------------------------------------*/
a:link		{ color: #0000ff; }
a:visited	{ color: #800080; }
a:hover		{ color: #ff0000; }
a:active	{ color: #ff0000; }

/* wrapper
------------------------------------------------------*/
#wrapper {
	width: 750px;
	background: #ffffff;
}

/* body
------------------------------------------------------*/
#body {
	text-align: center;
	margin: 0 auto 30px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 550px;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}
#closeComment {
	text-align: right;
	margin: 0 0 30px 0;
}

	/* comment
	------------------------------------------------------*/
	#comment {
		text-align: left;
		margin: 0 0 30px 0;
	}
	#comment p {
		margin: 0 0 15px 0;
	}

/* footer
------------------------------------------------------*/
#footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 750px;
	height: 50px;
	background: #344750;
}
#copyright {
	font-size: 0.8em;
	color: #ffffff;
	line-height: 50px;
}
