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

#contents{
	margin:0 auto;
	width:650px;
	padding:0 0 25px 0;
	font-size:14px;
}

#sub_window h1{
	font-size:24px;
	color:#666;
	border-bottom:1px dotted #666;
	background:url(../imgs/ttl_subwin_h1.jpg) left top no-repeat;
	padding:0 0 5px 10px;
	margin-bottom:20px;
}

#sub_window dl{
	width:330px
}

#sub_window dt{
	color:#666;
	font-weight:bold;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:5px
}

#sub_window dd{
	margin-bottom:15px;
}