@charset "utf-8";

h2 {
	width: 610px;
	padding: 5px 20px 0 0;
	float: right;
}

/* content設定 */
#content {
	width: 610px;
	padding: 0 20px 40px 0;
	background: transparent url(../img/bg_content.jpg) repeat-y;
	float: right;
}

/* contentn内設定 */
ul#box-fontsize {
	width: 140px;
	height: 20px;
	padding: 0 0 0 455px;
	clear: both;
}
ul#box-fontsize li {
	width: 20px;
	height: 20px;
	padding-right: 1px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}
ul#box-fontsize li#fontsize {
	width: 63px;
	height: 20px;
	padding-right: 5px;
}
ul#box-fontsize li#font-s {
	background: transparent url(../img/bg_font_s.gif) no-repeat;
}
ul#box-fontsize li#font-m {
	background: transparent url(../img/bg_font_m.gif) no-repeat;
}
ul#box-fontsize li#font-l {
	background: transparent url(../img/bg_font_l.gif) no-repeat;
}

ul#qa {
	margin: 0 40px;
	padding: 20px 0;
	clear: both;
	border-bottom: 1px solid #130611;
}
ul#qa li {
	list-style-type: none;
	padding: 6px 0 5px 25px;
	color: #130611;
	background: transparent url(../img/question/icon_f.gif) no-repeat 0 5px;
}
ul#qa li a {
	color: #130611;
	text-decoration: none;
	font-weight: bold;
}
ul#qa li a:hover,
ul#qa li a:active {
	color: #5233df;
	text-decoration: none;
	font-weight: bold;
}

div.box-content {
	width: 530px;
	margin-top: 20px;
	padding: 0 40px;
	clear: both;
	background: transparent url(../img/question/bg_qa.gif) repeat-y center;
}
div.box-content dl {
	padding: 0 20px 20px 20px;
}
div.box-content dl dt {
	margin-top: 20px;
	padding: 45px 20px 0 20px;
	background: transparent url(../img/question/icon_q.gif) no-repeat 0 25px;
	line-height: 1.5;
	border-top: 1px solid #130611;
}
div.box-content dl dd {
	margin-top: 20px;
	padding: 25px 20px 20px 20px;
	background: transparent url(../img/question/icon_a.gif) no-repeat 0 5px;
	line-height: 1.5;
}

div.box-content p.pagetop {
	padding: 0 20px 0 0;
	float: right;
	width: 115px;
	height: 15px;
}
div.box-content p.pagetop a.rollover:link,
div.box-content p.pagetop a.rollover:visited {
	background: transparent url(../img/pagetop.gif) no-repeat;
}
div.box-content p.pagetop a.rollover:hover,
div.box-content p.pagetop a.rollover:active {
	background: transparent url(../img/pagetop_on.gif) no-repeat;
}

p.txt-qa {
	padding-top: 20px;
	text-align: center;
	color: #130611;
}

