@charset "shift_jis";
/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
#header h1{
	margin: 0;
	padding: 0;
}
/*-------------------------------------------------------------
	content
-------------------------------------------------------------*/
#text{
	width: 600px;
	padding: 20px 100px;
	text-align: left;
}

#text h2{
	margin: 35px 0 15px;
	padding: 5px 0 3px;
	border-top: 2px solid #f09;
	border-bottom: 2px solid #f09;
	background: #ffc;
	font-size: 14pt;
	line-height: 160%;
	font-weight: 700;
	text-align: left;
	color: #f00;
}

#text p.text{
	margin: 10px 15px 30px;
}

#text h3{
	font-size: 12pt;
	font-weight: 700;
}


#frame{
	margin: 10px 0;
	padding: 10px 0;
	background: #ffc;
	border: 3px solid #f09;
}

#frame p{
	margin: 5px;
	padding-left: 30px;
	font-size: 11pt;
}

#frame p.q{
	background: url(../images/bg_q.gif) no-repeat 0 0 #ffc;
}

#frame p.a{
	background: url(../images/bg_a.gif) no-repeat 0 0 #ffc;
	font-weight: 600;
}



#frame ul{
	list-style: none;
	margin: 5px 0 30px 20px;
	padding: 0;
}

#frame li{
	margin: 15px 0 5px;
	padding-left: 27px;
	background: url(../images/bg_list.gif) no-repeat 0 0 #ffc;
	font-size: 11pt;
	font-weight: 600;
}




#button a{
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 600px;
	height: 100px;
	background: url(../images/button.jpg) no-repeat 0 0;
}

#button a span{
	display: none;
}

#button a:hover{
	background-position: 0 -100px;
}
/*---------- fonts ----------*/
.red {
	color: #ff0000;
}

.small {
	font-size: 9pt;
}

strong{
	font-size: larger;
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}

.f12{
	font-size: 12pt;
	line-height: 15pt;
}