@charset "UTF-8";

/* CSS Document */
td {
	font-size:1em;
	line-height: 1.6em;
}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	height: 1px; /* 高さ */
	width: 100%;
}

.faq_link {
	width: 95%;
	margin: auto;
}

#wapper .contents .text .faq_link a:link {
	text-decoration: none;
	color:#135656;
}

#wapper .contents .text .faq_link a:visited {
	color:#39600;
}

#wapper .contents .text .faq_link a:hover {
	color: red;
	text-decoration: underline;
}

#wapper .contents .text .faq_links a:active {
	color: lime 
}

.top_link {
	width: 95%;
	margin: auto;
}

#wapper .contents .text .top_link a:link {
	text-decoration: none;
	color:#135656;
}

#wapper .contents .text .top_link a:visited {
	color:#39600;
}

#wapper .contents .text .top_link a:hover {
	color: red;
	text-decoration: underline;
}

#wapper .contents .text .top_link a:active {
	color: lime 
}
