@charset "utf-8";
/* CSS Document */
#q_index{
	margin-left: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: double #3C6 4px;
}
#q_index a:hover{
	text-decoration: blink;
	color: #909;
}
.q_title{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
.question{
	margin-top: 5px;
	margin-left: 20px;
	color: #33C;
}
.answer{
	color: #C00;
	margin-left: 20px;
	padding-bottom: 5px;
}
.answer a{
	text-decoration: none;
	color: #F30;
}
.q_box{
	border-style: outset;
	border-width: 5px;
	padding: 5px;
	margin-bottom: 5px;
	border-color: #999;
	background-color: #CCC;
}