@charset "utf-8";



#BOX {
	width:610px;
	margin:10px auto;
}
#BOX a {
	text-decoration:none;
}

#BA_BOX {
	width:610px;
	margin:10px auto;
	border-bottom:1px dotted #CCCCCC;
	background:url(../common/arrow_r.png) no-repeat center center;
}
#BA_BOX a {
	text-decoration:none;
}
#BA_BOX .before {
	float:left;
	width:270px;
}
#BA_BOX .after {
	float:right;
	width:270px;
}

#option {
	width:230px;
	margin:5px 5px 5px 10px;
	float:left;
}

.gallery_ta {
	width:595px;
	border-collapse:separate;
	border-spacing:1px;
	margin: 5px auto 20px auto;
	background-color: #CCC;
	line-height: 1.8em;
	text-align:center;
}

.gallery_ta th {
	background-color: #EFEFEF;
	font-size:12px;
	font-weight: normal;
	padding:5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

.gallery_ta td {
	background:#FAFAFA;
	font-size:12px;
	padding:5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

.gallery_ta td.not {
	background:#333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #111111;
	border-left-color: #111111;
}



h1{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin:0;
}

h1 em{
    font-size: 12px;
    color: #FF9900;
}

.largeImage{
    border: solid 1px #ccc;
    width: 585px;
    height: auto;
    padding: 5px;
}

.thumbs {
	border: solid 1px #ccc;
	margin: 2px;
	padding:3px;
	height:60px;
	overflow:hidden;
	float:left;
}

.thumbs img{
    width: 89px;
}

.thumbs img:hover{
    border-color: #FF9900;
}

.thumbs2 {
	border: solid 1px #ccc;
	margin: 2px;
	padding:3px;
	height:120px;
	overflow:hidden;
	float:left;
}

.thumbs2 img{
    width: 190px;
}

.thumbs2 img:hover{
    border-color: #FF9900;
}

.thumbs3 {
	border: solid 1px #ccc;
	margin: 2px;
	padding:3px;
	height:195px;
	overflow:hidden;
	float:left;
}

.thumbs3 img{
    width: 260px;
}

.thumbs3 img:hover{
    border-color: #FF9900;
}

.thumbs4 {
	border: solid 1px #ccc;
	margin: 3px;
	padding:3px;
	width:200px;
	overflow:hidden;
	float:left;
}

.thumbs4 img{
    width: 200px;
}

.thumbs4 img:hover{
    border-color: #FF9900;
}
.thumbs4 span {
	line-height:1.6em;
}
