@charset "utf-8";

/*　ギャラリー
------------------------------------------------------------ */



#main {
    background: url(../common/images/gallery_mainbg.jpg) right top no-repeat;
}

#tx_main {
    height: 480px;
	_height: 500px;
	overflow: auto;
	scrollbar-base-color: #222222;
}

.box_01 {
    width: 758px;
	_width: 800px;
	height: 358px;
	_height: 400px;
	border: 1px solid #666;
	padding: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.ul_01 {
    width: 310px;
	display: block;
	float: left;
}

.map {
    width: 448px;
	float: right;
}

.table_01 {
    width: 820px;
	font-size: 1em;
	text-align: left;
	margin-left: 20px;
}
.table_01 td {
    width: 160px;
	_width: 220px;
	padding-right: 60px;
	padding-bottom: 10px;
}
.table_01 th {
    width: 160px;
	padding-bottom: 10px;
}

.table_01 a:hover img {
	filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}