@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:12px;
}

table {
	width:600px;
	}

th {
	width:20%;
	margin:0 0 0 0;
	padding:5px 0 0 40px;
	background-image:url(../images/new_icon.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
	border-bottom:1px #DCDCDC solid;
	vertical-align:top;
	color:#0099FF;
	}
td {
	width:80%;
	line-height:17px;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
	border-bottom:1px #DCDCDC solid;
	}
td a:link,
td a:visited {
	}
td a:hover {
	color:#00CCFF;
	}
dt,dd {
	font-size:12px;
	}

a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#0CF;
}
dt {
	clear:left;
	float:left;
	margin:0 0 0 0;
	padding:5px 5px 0 50px;
	width:70px;
	background-image:url(../images/new_icon.jpg);
	background-repeat:no-repeat;
	}
dt,dd {
	margin:0 0 5px 0;
	}
dd {
	line-height:18px;
	padding:4px 0 0 0;
	}
.clear {
	clear:both;
	}