@charset "UTF-8";
/* CSS Document */
#period{
	width:auto;
	height:auto;
}
dl.accordion dt {
	cursor:pointer;
	padding-left:2em;
	background: url(images/period_close.gif) no-repeat left center;
	border-bottom:#2D2D2D solid 1px;
	font-size:100%;
	color:#525252;
}
dl.accordion dt.opened {
	background: url(images/period_open.gif) no-repeat left center;
}
dl.accordion dd {
	border-bottom:#2D2D2D solid 1px;
}
.wrap {
	width: 800px;
	padding: 15px 0;
	overflow: auto;
}  
.box {
	width: 133px;
	height:133px;
	padding: 10px 0;
	float: left;
	display: inline;  /* IE6 fix */ 
	text-align:center;
}