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


/*----------- contents -------------*/
#wrapper {
	margin: 0 auto;
}
#head {
	background: url(../images/main_v_bkgrnd.png);
	background-repeat: repeat;
	background-position: center;
	dominant-baseline: auto;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
#head img {
	margin: 0 auto;
	text-align: center;
}
#content3 {
	background: #f2f2f2;
	overflow: hidden;
	padding-bottom: 40px;
	text-align: center;
}

#about{
	margin: 40px auto 100px auto;
	}
#aboutdl {
	width: 822px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	table-layout: fixed;
	margin: 0 auto 30px auto;
}
#aboutdl dt {
	display: table-cell;
	vertical-align: middle!important;
	background: #eeeeee;
	padding: 30px 10px;
	width: 250px !important;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
#aboutdl dd {
	display: table-cell;
	vertical-align: middle!important;
	padding: 30px 10px;
	width: 600px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}
#aboutdl .cleardd {
	display: block !important;
	height: 0 !important;
	padding: 0 !important;
	border: none !important;
}
