@charset "utf-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
	overflow-x: hidden;
}
#body  {
	background-image: url(../images/topics_body.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 437px;
	
}

th {
	font-size: 10px;
	text-align: left;
	padding-left: 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	padding-top: 5px;
}
td{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11px;
	color: #666666;
	height: auto;
	padding: 0 0 5px 30px;
	display: block;
}

td p{
	border-bottom: 1px dotted #999999;
	line-height: 145%;
	width: 385px;
	padding-bottom:10px;
	margin:0 0 10px
}

td a {
	color: #0080C0;
	text-decoration: underline;
}
