body {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #222222;
	background-color: #F9F7EB;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 10px;
	height: 100%;
}
.container {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
}


.copyright {
	font-size: 9px;
	color: #858585;
}


/* メインテキスト */

.text-16 {
	font-size: 16px;
	line-height: 1.5em;
}

.text-14 {
	font-size: 14px;
	line-height: 1.5em;
}

.text-13 {
	font-size: 13px;
	line-height: 1.5em;
}

.text-12 {
	font-size: 12px;
	line-height: 1.4em;
}

.text-12-he16 {
	font-size: 12px;
	line-height: 1.6em;
}

.text-11px {
	font-size: 11px;
	line-height: 1.3em;
}
.text-10px {
	font-size: 10px;
	line-height: 1.3em;
}
.s-topimg {
	background-attachment: scroll;
	background-image: url(s/img/top_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

