@charset "UTF-8";

#ContentsArea .Detail {
	clear: both;
	width: 620px;
	margin: 0 10px;
	padding: 10px 0 0;
	background: #fff;
}

h3 {
	margin: 10px 10px 20px 10px;
}

.space {
	margin:20px 10px 20px 10px;
}

.TextNormal {
	padding: 0 10px;
}

.TextLink {
	position: relative;
	margin: -26px 10px 0;
	font-size: 10px;
}

.PageTop {
	margin: 5px 10px 5px auto;
}
.PageTop2 {
	margin: 5px 10px 20px auto;
}

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

.TextArea {
	margin: 0 10px 0;
	text-align: left;
}

.TextArea p {
	margin: 0 0 10px;
}

/* +++++++++++ ANSWER +++++++++++ */

.TextArea .Answer {
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: url(../../common/images/dotline.gif) left bottom repeat-x;
}

.TextArea .AnswerText {
	padding: 0 0 0 55px;
	font-size: 12px;
	line-height: 160%;
}

.TextArea .AnswerText a:link {
	color: #ff6600;
	font-size: 12px;
	text-decoration: underline;
}

.TextArea .AnswerText a:visited {
	color: #ff6600;
	font-size: 12px;
	text-decoration: underline;
}

.TextArea .AnswerText a:hover {
	color: #ff6600;
	font-size: 12px;
	text-decoration: underline;
}

.TextArea .AnswerText a:active {
	color: #ff6600;
	font-size: 12px;
	text-decoration: underline;
}

.nondisp {
	/*visibility: hidden;*/
	display: none;
}