@charset "utf-8";

.question{
	width: 440px;
	background-color: #FF9;
	border-radius: 20px;
	padding: 10px 10px 10px 60px;
	margin: 10px 0px 10px 0px;
	background-image: url(../images/sub/advice/q_icon.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.question span{
	font-weight:300;
	font-size:300%;
	color:#FF6;
	
}
	
.answer{
	width: 440px;
	background-color:#FCC;
	border-radius: 20px;
	padding:10px 10px 10px 60px;
	margin:0px 0px 20px 40px;
	background-image: url(../images/sub/advice/A_icon.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.fish_button img{
	margin-right:10px;
}