#entry /* リンクの設定 */
a:link {
	color: #003333;
	text-decoration: underline;
}
#contents      h3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	font-size: 110%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	background-image: url(../../img/subpage/faq/icon_q.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #FFFFFF;
	border-bottom-color: #18396C;
	color: #18396C;
}
.box_answer {
	background-image: url(../../img/subpage/faq/icon_a.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	border: 1px dotted #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	background-position: 10px 10px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}


#entry ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#entry  ul li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
#entry ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
#entry  ol li {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 5px;
}
#entry blockquote {
	border: 1px solid #43B4FF;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFCC;
	padding: 10px;
}
#entry table {
	border-collapse:collapse;
	border:1px solid #295D97;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 10;
}
#entry table  td, #entry table th  {
	padding:8px 10px;
	text-align:left;
	background-color:white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #295D97;
	border-right-color: #295D97;
	border-bottom-color: #295D97;
	border-left-color: #295D97;
}
#entry   table th{
	font-weight:bold;
	background-color: #DFEAF7;
}
#entry table p {
	margin: 0px;
}
