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

#pagetitle {
	background:#000;
	color:#fff;
	
	text-align:center;
	padding:15px 0;
}
#pagetitle h1 {
	font-size:120%;
}
#profile dl {
	border-top:1px solid #ccc;
	
	line-height:170%;
	
}
#profile dl dt {
	padding:10px 5px 0 5px;
	font-weight:bold;
	font-size:100%;
}
#profile dl dd {
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #ccc;
	font-size:90%;
}
#profile dl dd .chu {
color:#f76053;
font-size:90%;
}
#profile a {
	color:#999999;
}