

#info{
width: 215px;
float: left;
margin-top: 30px;
font-size: 1.1em;
}
#info h3{
font-size: 1.5em;
margin-bottom: 15px;
}

#info p{
padding-left: 20px;
}

#gg_map{
width: 471px;
float:left;
padding: 0px 20px;
height:300px;
margin-top: 30px;
}
#gg_map h1{
height: 250px;
text-indent: -9999999px;
background: url(../images/system/gg_map.jpg) no-repeat top left;
}

#bottom_post{
border: 1px solid #040404;
margin: -45px 20px 40px 0px;
padding: 15px 20px;
font-size: 1.1em;
}

#right_column ul.list{
	margin: 0;
	padding: 0;
}

#right_column ul.list li{
	float:left;
	width:204px;
	height: 204px;
	padding: 0;
	/*padding:30px 6px;*/
	display: block;
	position: relative;
	overflow: hidden;
}

#right_column ul.list li img{
	width: 204px;
	height: 204px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#right_column ul.list li .caption {
	position: absolute;
	background: rgba(0,0,0,0.75);
	color: white;
	padding: 10px 20px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);*/
	opacity: 0;
	bottom: -30%;
	left: 0;
	width: 164px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#right_column ul.list li:hover .caption {
	opacity: 1;
	bottom: 0;
}

#right_column ul.list p{
	margin: 0;
	padding: 0;
}
#right_column ul.list p span.tatol{
margin-left: 50px;
color: #C4B23E;
}

#right_column ul.list p span.title{
font-weight: bold;
}

