@charset "utf-8";

/* override styles */
#content {
width:965px;
}

/* contents holder */
#spaces {
min-height:460px;
height:auto !important;
height:460px;
}

/* section */
#spaces .section {
position:relative;
overflow:hidden;
height:460px;
margin-bottom:15px;
border-top:1px solid #E1DACE;
background:url(../img/index_bg_01.png) right top no-repeat;
}

/* images */
#spaces .section .image {
float:left;
width:615px;
height:460px;
background-color:#EBE8DC;
}
#spaces .section .image .large {
float:left;
width:387px;
height:459px;
}
#spaces .section .image ul {
display:inline;
float:right;
width:216px;
padding-top:21px;
}
#spaces .section .image li {
float:left;
width:64px;
margin-right:8px;
margin-bottom:11px;
}
#spaces .section .image ul a {
display:block;
border:2px solid #CAC1B3;
}
#spaces .section .image ul a.on,
#spaces .section .image ul a:hover {
border-color:#AE8355;
}
#spaces .section .image ul img {
border:1px solid #fff;
}
#spaces .interior .image .large {
float:none;
width:615px;
height:379px;
margin-bottom:12px;
}
#spaces .interior .image ul {
display:block;
float:none;
width:589px;
margin-left:26px;
padding-top:0;
}
#spaces .interior .image li {
width:59px;
}

/* details */
#spaces .section .details {
margin-left:640px;
padding-top:37px;
}
#spaces .section .details h1 {
margin-bottom:20px;
}
#spaces .section .details p {
margin-left:1px;
}
#spaces .section .details .next {
position:absolute;
right:23px;
bottom:28px;
}

/* tab */
#tab ul {
overflow:hidden;
height:40px;
padding-left:156px;
background:url(../img/index_bg_02.png) no-repeat;
}
#tab li {
float:left;
}
#tab ul a {
overflow:hidden;
display:block;
height:40px;
background-repeat:no-repeat;
text-indent:-9999px;
}
#tab ul .active {
background-position:0 -40px;
}
#tab ul .tab_01 a {
width:176px;
background-image:url(../img/at_index_tab_01.png);
}
#tab ul .tab_02 a {
width:150px;
background-image:url(../img/at_index_tab_02.png);
}
#tab ul .tab_03 a {
width:150px;
background-image:url(../img/at_index_tab_03.png);
}
#tab ul .tab_04 a {
width:176px;
background-image:url(../img/at_index_tab_04.png);
}

