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

#section #left_sec {
	float: left;
	width: 180px;
}
#Wrap #Sub1 #section #right_sec {
	float: right;
	width: 500px;
}
#right_sec p {
	margin-bottom: 5px;
}
#section {
	font-size: 80%;
}

#section h4 {


}
#section #clear {
	height: 50px;
	width: 680px;
	clear: both;
}
#section .gallery td {
	text-align: center;
}

#section .gallery {
	background-image: url(../section/img/gallery_bak.jpg);
	background-repeat: repeat-x;

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	border-left-color: #C8C8C8;
}
