@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 438px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	
}
table {
	width:438px;
	margin: 0px 0px;
	padding: 0px;
	border-collapse:collapse;
}
table th {
	width:110px;
	background:url(image/topicsIcon.jpg) 10px 10px no-repeat;
	border-bottom:1px dotted #E5DBCC;
	font-size:12px;
	font-weight:bold;
	color:#7F4F2F;
	vertical-align:top;
	text-align:left;
	padding:8px 0px 0px 0px;
	text-indent: 25px;
}
table td {
	width:312px;
	border-bottom:1px dotted #E5DBCC;
	font-size:12px;
	color:#333;
	padding:8px 0 8px 10px;
}
a {
	font-size:13px;
	color:#333!important;
	text-decoration:underline
}
table td span {
	font-size:14px;
	font-weight:bold;
	color:#E60000;
}
