@charset "UTF-8";

/* CSS Document */

body {
	background:url(../../images/profile/profile-page-background.jpg) repeat-x #FFF;
}
div#visual {
	width: 950px;
	height: 192px;
}
.data-tstyle {
	width: 100%;
}
.data-tstyle th {
	width: 95px;
	font-size: 100%;
	line-height: 180%;
	font-weight: normal;
	text-align: left;
	border-bottom: 3px solid #34a6e6;
	padding: 12px 3px;
}
.data-tstyle td {
	font-size: 100%;
	line-height: 180%;
	text-align: left;
	border-bottom: 3px solid #999;
	padding: 12px 3px;
}
.data-tstyle2 {
	width: 100%;
}
.data-tstyle2 th {
	width: 160px;
	font-size: 100%;
	line-height: 180%;
	font-weight: normal;
	text-align: left;
	border-bottom: 3px solid #34a6e6;
	padding: 12px 3px;
}
.data-tstyle2 td {
	font-size: 100%;
	line-height: 180%;
	text-align: left;
	border-bottom: 3px solid #999;
	padding: 12px 3px;
}

.faq-box {
	
}
.faq-box dt {
	line-height: 180%;
	padding-left: 45px;
	padding-top: 6px;
	padding-bottom: 22px;
}
.faq-box dd {
	line-height: 180%;
	border-bottom: 1px dotted #999;
	padding-left: 45px;
	padding-top: 6px;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
