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

a:link    { color: #ffffff; text-decoration: underline }
a:visited { color: #ffffff; text-decoration: underline }
a:active  { color: #ff0000; text-decoration: none }
a:hover   { color: #ff9933; text-decoration: none }

#box {
	float:left;
	margin-top:19px;
	width:793px;
	height:338px;
}
#title {
	margin-left:21px;
	width:186px;
	height:33px;
}
#list {
	margin-top:29px;
	margin-left:34px;
	width:721px;
}
#list dl {
	width:700px;
	height:20px;
	margin-bottom:10px;
	background-image:url(../img/name_bg.gif);
	background-repeat:repeat-y;
	padding-left:12px;
	color:#FFFFFF;
}
#list dt {
	float:left;
	margin:0;
	width:240px;
	height: 20px;
}
#list dd {
	margin-left:60px;
	width:460px;
	height: 20px;
}
