@charset "UTF-8";
#main_image {
	background-image: url(../../img/lower_bg_b.jpg);
	position: relative;
	width: 1024px;
	height: 629px;
	z-index: 1;
	margin: 0 auto;
	padding: 19px 0 0;
	}
#img_container {
	background-image: url(../img/main_image.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 986px;
	height: 610px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
/**/
#content_box {
	padding-top: 30px;
	}

.re_column {
	width: 492px;
	float: left;
	padding-left: 20px;
	}

.bt_box img {
	margin-top: 5px;
	margin-right: 5px;
	}
.re_column h3 {
	margin-bottom: 20px;
	}
.re_column dl {
	
	}
.re_column dt {
	color: #464646;
	font-size: 8pt;
	font-weight: lighter;
	line-height: 180%;
	letter-spacing: 0.2em;
	width: 132px;
	float: left;
	margin-bottom: 15px;
	}
.re_column dd {
	color: #464646;
	font-size: 8pt;
	line-height: 180%;
	letter-spacing: 0.1em;
	width: 340px;
	float: left;
	margin-bottom: 15px;
	padding-right: 20px;
	}
#content_box a {
	color: #464646;
	text-decoration: none;
	transition: all 0.18s ease-out ;
	-webkit-transition: all 0.18s ease-out ;
	-moz-transition:  all 0.18s ease-out ;
	-ms-transition:  all 0.18s ease-out ;
	}
#content_box a:hover {
	color: #b4b4b4;
	text-decoration: none;
	}
/**/
#entry {
	font-size: 8pt;
	text-align: center;
	}

#entry img {
	margin-top: 30px;
	margin-bottom: 35px;
	}

