@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  staff.css
	
 ---------------------------------------------- */
body{
	background-color: #04060e;
}

#contents{
	background:url(../images/title.png) no-repeat;
	width:960px;}

#cBox{
width:692px;
margin:92px auto 0 auto;}

#cBox dl{
background:url(../images/bg.gif) repeat-y;
width:680px;
margin-bottom:11px;
font-size:1.2em;
padding:6px;}

#cBox dt{
color:#ffffcc;
width:170px;
text-align:right;
float:left;}

#cBox dd{
margin-left:200px;}