/* CSS Document */

#box {
	float: left;
	width: 630px;
	padding-bottom: 15px;
}
#container a {
	color: #000;
}

#box h3 {
	float: left;
	width: 630px;
	margin-bottom: 20px;
}
#box p {
	float: left;
	width: 630px;
}
#box dl {
	background-image: url(../image/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 630px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#box dt {
	float: left;
	width: 600px;
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 8px;
	padding-left: 30px;
	background-image: url(../image/pri_arrow.gif);
}
#box dd {
	float: left;
	width: 590px;
	padding-left: 40px;
	margin-bottom: 8px;
}


.under {
	float: left;
	width: 280px;
}

.under dl {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#mainmenu p {
	float: left;
	width: 630px;
	margin-bottom: 30px;
}

.under h3 {
	float: left;
	width: 280px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../common/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-size: 12px;
}

.under dt {
	float: left;
	width: 80px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #666666;
}
.under dd {
	float: left;
	width:200px;
}
