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

/**********************************************/
/****************** gallery *******************/
/**********************************************/

.gallery #left_colmun li a{background-image:url(../img/localnavi.gif);}

.gallery #left_colmun li#left01 a{background-position:0 0;}
.gallery #left_colmun li#left02 a{background-position:0 -30px;}
.gallery #left_colmun li#left03 a{background-position:0 -60px;}
.gallery #left_colmun li#left04 a{background-position:0 -90px;}
.gallery #left_colmun li#left05 a{background-position:0 -120px;}
.gallery #left_colmun li#left06 a{background-position:0 -150px;}
.gallery #left_colmun li#left07 a{background-position:0 -180px;}
.gallery #left_colmun li#left08 a{background-position:0 -210px;}
.gallery #left_colmun li#left09 a{background-position:0 -240px;}
.gallery #left_colmun li#left10 a{background-position:0 -270px;}
.gallery #left_colmun li#left11 a{background-position:0 -300px;}
.gallery #left_colmun li#left12 a{background-position:0 -330px;}
.gallery #left_colmun li#left13 a{background-position:0 -360px;}

.gallery #left_colmun li#left01 a:hover{background-position:-231px 0;}
.gallery #left_colmun li#left02 a:hover{background-position:-231px -30px;}
.gallery #left_colmun li#left03 a:hover{background-position:-231px -60px;}
.gallery #left_colmun li#left04 a:hover{background-position:-231px -90px;}
.gallery #left_colmun li#left05 a:hover{background-position:-231px -120px;}
.gallery #left_colmun li#left06 a:hover{background-position:-231px -150px;}
.gallery #left_colmun li#left07 a:hover{background-position:-231px -180px;}
.gallery #left_colmun li#left08 a:hover{background-position:-231px -210px;}
.gallery #left_colmun li#left09 a:hover{background-position:-231px -240px;}
.gallery #left_colmun li#left10 a:hover{background-position:-231px -270px;}
.gallery #left_colmun li#left11 a:hover{background-position:-231px -300px;}
.gallery #left_colmun li#left12 a:hover{background-position:-231px -330px;}
.gallery #left_colmun li#left13 a:hover{background-position:-231px -360px;}

.gallery .bnr{
	margin:15px 0 15px 15px;
}

/*tab*/
#right_colmun #tab li {
	text-align:center;
	float:left;
}

#right_colmun #tab li a{
	color:#333;
	display:block;
	height:40px;
	width:150px;
	line-height:40px;
}

#right_colmun #tab li#li01 a{
	background:url(../img/wood.jpg) left bottom no-repeat;
}

#right_colmun #tab li#li01 a.select{
	background:url(../img/wood.jpg) left top no-repeat;
	color:#FFF;
}

#right_colmun #tab li#li02 a{
	background:url(../img/modern.jpg) left bottom no-repeat;
}

#right_colmun #tab li#li02 a.select{
	background:url(../img/modern.jpg) left top no-repeat;
	color:#FFF;
}

#right_colmun #tab li.select a:hover{
	text-decoration:none;
}

#right_colmun #modern, #right_colmun #natural{
	padding:17px 0 17px 17px;
	background-color:#333;
}

