@charset "utf-8";
/* CSS Document */

#main #title {
	width: 205px;
	height: 40px;
	margin: 0px auto 20px;
}
#main dl {
	width: 610px;
	height: auto;
	margin: 0px auto;
}
#main dt {
	height: 50px;
	width: 610px;
	font-size: 1.4em;
	font-weight: bold;
	color: #52BD51;
	text-align: center;
	display: block;
	line-height: 2em;
	padding-top: 26px;
}
#main dt.bg1 {
	background: url(../images/experience/top1.gif) no-repeat;
}
#main dt.bg2 {
	background: url(../images/experience/top2.gif) no-repeat;
}
#main dt.bg3 {
	background: url(../images/experience/top3.gif) no-repeat;
}
#main dt.bg4 {
	background: url(../images/experience/top4.gif) no-repeat;
}
#main dd.middle {
	background: url(../images/experience/middle.gif) repeat-y;
	height: auto;
	width: 610px;
}
#main dd p {
	font-size: 1.2em;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-indent: 1.2em;
	padding: 0px 18px;
	height: auto;
	width: auto;
	display: block;
}
#main dd.bottom {
	background: url(../images/experience/bottom.gif) no-repeat center bottom;
	height: 25px;
	width: 610px;
	display: block;
}
