@charset "utf-8";

/* content設定 */
#content {
	width: 600px;
	float: right;
	padding-bottom: 20px;
	position: relative;
}

#content div.box-content {
	background: transparent url(../img/website/bg_content.gif) repeat-y;
	padding: 40px 40px 0 40px;
	line-height: 1.8;
}

#content div.box-content ul#box-fontsize {
	width: 140px;
	height: 20px;
	position: absolute;
	top: 60px;
	right: 40px;
}
#content div.box-content ul#box-fontsize li {
	width: 20px;
	height: 20px;
	padding-right: 2px;
	float: left;
	list-style-type: none;
	overflow: hidden;
	line-height: 1.0;
}
#content div.box-content ul#box-fontsize li#fontsize {
	width: 64px;
	height: 20px;
}
#content div.box-content ul#box-fontsize li#font-s {
	background: transparent url(../img/bg_font_s.gif) no-repeat;
}
#content div.box-content ul#box-fontsize li#font-m {
	background: transparent url(../img/bg_font_m.gif) no-repeat;
}
#content div.box-content ul#box-fontsize li#font-l {
	background: transparent url(../img/bg_font_l.gif) no-repeat;
}

#content div.box-content ul#support {
	border-top: 1px solid #bdb9d0;
	margin-top: 2em;
}
#content div.box-content ul#support li {
	padding-top: 2em;
	list-style-type: none;
	clear: both;
}
#content div.box-content ul#support li p {
	padding-left: 1em;
	text-indent: -0.5em;
}

#content div.box-content p.pagetop {
	width: 91px;
	padding: 40px 0 20px 429px;
}

