@charset "EUC-JP";
/* ========================================================
	index.css => index
======================================================== */

#qanda {
}



#qanda #content {
	width: 912px;
	margin: 0px auto;
}

#qanda #contentinner {
	width: 855px;
	margin: 0 auto;
}

#qanda ul {
	padding: 20px 20px 0 20px;
	border: 4px solid #DFDFDF;
	margin-bottom: 50px;
}

#qanda li {
	margin-bottom: 20px;
}

#qanda ul a,#qanda ul a:visited{
	color: #333333;
	text-decoration: underline;
}



#qanda ul a:hover{
	text-decoration: none;
	color: #333333;
}

#qanda li img {
	margin-right: 10px;
}

#qanda dl {
	margin-bottom: 50px;
	font-size: 14px;
}

#qanda dt {
	color: #465B16;
	border-bottom: 1px dashed #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#qanda dd {
	line-height: 200%;

}



#qanda dd a {
	color: #333333;
	text-decoration: none;
}

#qanda dd a:link,
#qanda dd a:visited {
	text-decoration: underline;
}

#qanda dd a:hover,
#qanda dd a:active {
	text-decoration: none;
	color: #333333;
}
