@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");
@import url("css/photos.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #f1efe6;
}

#wrapper-inner {
    width: 870px;
    margin: 0 auto;
    padding: 0;
    background: none;
    text-align: left;
}

#content {
    width: 100%;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#banner {
    width: 100%;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
    float: none;
}

#footer {
    width: 100%;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 570px;
}

.layout-2column-right #aside {
    width: 270px;
}


/* style ----------------------------------------------------------------- */


a { color: #415c1f; text-decoration: underline;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }


#header {
    margin: 0;
    padding: 0;
    height: 140px;
    background: url(images/header-bg.gif) no-repeat;
}

#header h1 {
    margin: 66px 5px 0 0;
    padding: 0;
    font-size: 93%;
    color: 000;
    font-weight: normal;
    float: right;
    width: 290px;
}

#logo {

    margin: 34px 0 0 5px;
}



#header p {}

#banner {
    margin: 0;
    border: 0;
}

#nav {
    background: none;
    height: 26px;
    margin: 0 0 15px 0;
    padding: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 26px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 26px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 26px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/nav01.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav02 a {
    background: url(images/nav02.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav03 a {
    background: url(images/nav03.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav04 a {
    background: url(images/nav04.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav05 a {
    background: url(images/nav05.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav06 a {
    background: url(images/nav06.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav07 a {
    background: url(images/nav07.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.nav08 a {
    background: url(images/nav08.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 80px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
    background-position: 0 -26px;
}


/* Topic Path */

#topicpath {
    margin: 0;
    padding: 0;
    width: 870px;
    overflow: hidden;
}


#topicpath ol {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

#topicpath ol li {
    float: left;
    padding-right: 7px;
    padding-left: 12px;
    background: url(images/topicpath-arrow.gif) no-repeat 0 50%;
    list-style-type: none;
}

#topicpath ol li.home {
    padding-left: 0;
    background: none;
}

#topicpath ol li a:link,
#topicpath ol li a:visited {
    text-decoration: underline;
}

#topicpath ol li a:hover,
#topicpath ol li a:active {
    text-decoration: underline;
}

#topicpath ol li em {
    font-style: normal;
    font-weight: bold;
}


#banner {
    margin: 0;
    padding: 0;
}

#content {
    margin: 10px 0 30px 0;
    padding: 0;
}

#article {
    margin: 0 auto;
    padding: 0;
}

.headline {
	margin: 0 0 15px 0;
}

.layout-1column #article {
    margin: 0;
}

.section {
    margin: 0 0 15px 0;
    padding: 0;
    overflow:hidden;
}

.section p {
    margin: 0 0 10px 0;
}

.section h2 {
    color: #415c1f;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.section .section-header {
    font-weight: normal;
    margin: 0 0 15px 0;
    background: url(images/section-header-bg.gif);
    width: 570px;
}

.section .section-header h2 {
    font-weight: normal;
    font-size: 97%;
    color: #fff;
    margin: 0 360px 0 0;
    padding: 10px 20px 10px 20px;
    line-height: 1;
    background: #000 url(images/widget-header-bg.gif) 5px center no-repeat;
    display: block;
}

.section-body {
    overflow:hidden;
}

.entry-listing {
    margin: 0 0 15px 55px;
}
.entry-listing ul {
    margin: 0;
}
.entry-listing li {
    border-bottom: 1px solid #ddddd9;
    clear: left;
}
.entry-listing li a {
    display: block;
}
.entry-listing li a:hover {
    text-decoration: none;
    background: #eeeeea;
}
.entry-listing li span {
    display: block;
    float: left;
    padding: 4px 0 2px;
    line-height: 24px;
    color: #666662;
}
.entry-listing li span.entry-listing-date {
    width: 15%;
    margin-right: 5%;
}
.entry-listing li span.entry-listing-title {
    font-family: Georgia;
    font-size: 14px;
    width: 65%;
    margin-right: 5%;
    display: block;
    color: #004D80;
}
.entry-listing li span.entry-listing-comments {
    padding-left: 20px;
    background: url(comment.gif) no-repeat 0 50%;
    color: #000;
}
.message-content {
    margin-left: 55px;
}
#overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#dialog {
    display: none;
    position: absolute;
    width: 100%;
    top: 100px;
    z-index:1002;
}
* html #dialog,
*:first-child+html #dialog {
    left: 0;
}
#dialog-inner {
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
#dialog-content {
    padding: 20px;
}
#dialog-content h2 {
    text-align: left;
    border: none;
    margin-bottom: 10px;
}
#dialog-content div {
    text-align: left;
}
#dialog-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}
#dialog-text-inner {
    padding: 20px;
    margin: 0 20px 20px;
    color: #fff;
    background: #000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#dialog-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(close.gif) no-repeat 2px 2px;
}
#dialog-close:hover {
    background: url(close.gif) no-repeat 2px -18px;
}
.message {
    margin: 0 0 15px 55px;
    padding: 5px 10px;
    border: 1px solid #fc3;
    background: #ffd;
}


/* Entry */

.entry-asset {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.entry-asset .asset-header {
    width: 100%;
    color: #415c1f;
}

.entry-asset .asset-header .entry-date {
    font-size: 93%;
    margin: 0 0 0 0;
    color: #666;
}

.entry-asset .asset-header h2 {
    font-weight: normal;
}

.entry-asset .asset-header h3 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #415c1f;
    font-size: 116%;
    font-weight: normal;
}

.entry-asset .asset-body {
    margin: 0;
    padding: 0;
}

.entry-asset .asset-header .main-image {
    padding: 0;
    margin: 0 0 10px 0;
    border: 10px solid #111;
    width: 550px;
    height: 220px;
    overflow: hidden;
}

.entry-asset .asset-header .main-image img {
    margin: 0;
}

.entry-asset .asset-footer {
    margin: 0;
    padding: 0;
    font-size: 87%;
}

.entry-asset .asset-meta {
    font-size: 85%;
    text-align: right;
    margin: 0;
    padding: 3px;
    background: #dbddcd;
}


/* Page */

.page-asset {
    margin: 0;
    padding: 0;
}

.page-asset .page-header {
    font-weight: normal;
    margin: 0 0 15px 0;
    background: url(images/section-header-bg.gif);
    overflow: hidden;
}

.page-asset .page-header h2 {
    font-weight: normal;
    font-size: 97%;
    color: #fff;
    margin: 0 360px 0 0;
    padding: 10px 20px 10px 20px;
    line-height: 1;
    background: #000 url(images/widget-header-bg.gif) 5px center no-repeat;
    display: block;
}

.page-asset .page-header .entry-date {
    font-size: 93%;
    margin: 0 0 5px 0;
    color: #666;
}

.page-asset .page-header h3 {
    display: none;
}

.page-asset .page-body {
    padding: 0;
}

.page-asset .page-body h3 {
    padding: 0;
    margin: 0 0 5px 0;
    color: #415c1f;
    font-size: 131%;
    font-weight: normal;
}

.page-asset .page-body h4 {
    padding: 0;
    margin: 0 0 5px 0;
}

.page-asset .page-body .main-image {
    padding: 0;
    margin: 0 10px 10px 0;
    border: 5px solid #f5f5f5;
}

.page-asset .page-body .headline {
    padding: 0;
    margin: -15px 0 15px 0;
}

.page-asset .page-body .overview {
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: url(images/underline.gif) center bottom no-repeat;
}

.page-asset .page-body blockquote {
    border: 1px solid #cce2b0;
    background: #e2eed3;
    padding: 15px 15px 5px 15px;
}

.page-asset .page-body table {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    border: 3px solid #111;
}

.page-asset .page-body table th {
    width: 160px;
    padding: 5px;
    margin: 0;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #415c1f;
    font-weight: normal;
    text-align: left;
}

.page-asset .page-body table td {
    padding: 5px;
    margin: 0;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
}

.page-asset .page-body .cafe-menu {
    width: 570px
    padding: 0;
    margin: 0 0 30px 0;
    border: 0;
    background: url(images/underline.gif) left top no-repeat;
}

.page-asset .page-body .cafe-menu tr {
    background: url(images/underline.gif) left bottom no-repeat;
}

.page-asset .page-body .cafe-menu th {
    width: 450px;
    padding: 10px 0;
    margin: 0;
    border: 0;
}
.page-asset .page-body .cafe-menu td {
    width: 120px;
    padding: 10px 0;
    margin: 0;
    border: 0;
}

.page-asset .page-body .cafe-menu th p {
    color: #000;
}

.artists {
    overflow: hidden;
    width: 570px;
    margin: 0;
}

.artist {
    overflow: hidden;
    width: 285px;
    float: left;
    margin: 0 0 10px 0;
}

.artist a {
    float: left;
    width: 261px;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #F1EFE6;
    color: #111;
}

.artist a:hover {
    border: 1px solid #111;
    color: #000;
}

.artist a:hover img {
    filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

.artist img {
    border: 0;
    margin: 0 10px 0 0;
    float: left;
}

.artist .name {
    margin: 5px 0 10px 0;
    font-size: 116%;
}

.artist-profile {
    border-top: 1px solid #000;
}

.artist-profile img {
    border: 5px solid #333;
    margin: 15px 25px 30px 30px;
    float: left;
}

.artist-profile .profile {
    width: 410px;
    border: 0;
    margin: 15px 0 15px 0;
    float: left;
}

.artist-profile .profile h4 {
    font-size: 93%;
    color: #fff;
    margin: 5px 0 5px 0;
    padding: 0;
}

.artist-profile .profile p {
    font-size: 85%;
    color: #fff;
}

.artist-profile .profile table {
    margin: 0;
    padding: 0;
    font-size: 85%;
    color: #fff;
}

.artist-profile .profile table th,
.artist-profile .profile table td {
    margin: 0;
    padding: 2px 0;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.artist-profile .profile table th {
    width: 50px;
}

.page-asset .page-footer {
    padding: 0;
}

.page-asset .widget-content {
    padding: 15px 15px 5px 15px;
    margin: 0 0 15px 0;
    border: 3px solid #111111;
}

.page-asset .asset-list {
    margin: 0 0 10px 0;
    padding: 0;
}

.page-asset .artists-list {
    padding: 15px 15px 5px 15px;
    margin: 0 0 15px 0;
    border: 3px solid #111111;
}

.page-asset .artists-list ul {
    width: 235px;
    float: left;
    margin: 15px 0 15px 30px;
}

.page-asset .asset-list li {
    margin: 0 0 5px 0;
    padding: 0 0 0 13px;
    background: url(images/list-icon.gif) left 3px no-repeat;
    list-style: none;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}


/* Content */

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


.asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Sights Index */

.sights-index .entry-asset .section-header {
    padding: 0;
}


/* Photo Index */

.photo-index {
    background: url(images/photo-index-bg.gif);
    width: 570px;
    overflow: hidden;
}

.photo-index .section-header {
    margin: 7px 0 0 0;
    padding: 50px 0 0 0;
    background: url(images/title-photo-index.gif) top right no-repeat;
    float: right;
    width: 156px;
}

.photo-index .section-header h3 {
    display: none;
}

.photo-index .section-header p {
    font-size: 85%;
    color: #fff;
    margin-right: 7px;
}

.photo-index .section-body {
    padding: 0;
    float: left;
    width: 410px;
}

.photo-index .photo-listing {
    padding: 0
    margin: 0;
}

.photo-index .photo-listing ul {
    padding: 0;
    margin: 7px 0 2px 7px;
    background: none;
    border: 0;
    height: 160px;
    width: 410px;
}

.photo-index .photo-listing ul li {
    padding: 0;
    margin: 0 5px 5px 0;
    border: 0;
}

.photo-index .photo-listing ul li img {
    padding: 0;
    border: 0;
}

.photo-index .section-footer {
    padding: 0 30px 20px 30px;
}


#aside {
    float: right;
    width: 200px;
}

.widget {
    margin-bottom: 10px;
}

.widget .widget-content {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    font-size: 93%;
}

.widget .widget-header {
    background: #000 url(images/widget-header-bg.gif) 5px 3px no-repeat;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 3px 0 3px 20px;
    font-weight: normal;
    width: 270px;
    font-size: 93%;
    line-height: 1;
}

.widget h4 {
    color: #415c1f;
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.widget .widget-list {
    margin: 5px 0 10px 0;
    padding: 0;
}

.widget .widget-list li {
    margin: 0 0 5px 0;
    padding: 0 0 0 13px;
    background: url(images/list-icon.gif) left 3px no-repeat;
    list-style: none;
    width: 237px;
}

.widget .widget-list ul {
    margin: 5px 0 0 13px;
    padding: 0;
}

.widget .widget-photogallery {
    margin: 5px -9px 10px -9px;
    padding: 0;
    border-top: 3px solid #111;
    border-left: 3px solid #111;
    overflow: hidden;
    width: 270px;
}

.widget .widget-photogallery li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 3px solid #111;
    border-bottom: 3px solid #111;
    list-style: none;
}


/* Menu */

.widget-menu {
    margin: 0 0 15px 0;
    padding: 0;
}

.widget-menu .widget-content {
    margin: 0;
    padding: 0;
}

.widget-menu .widget-content ul {
    margin: 0;
    padding: 0;
}

.widget-menu .widget-content ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-menu .widget-content ul li img {
    vertical-align: bottom;
}


/* Tag Cloud */

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }


/* Gallery */

.widget-gallery {
    background: #cedde6 url(sidebar-bg-top.gif) no-repeat left top;
    margin-bottom: 20px;
    position: relative;
}
.widget-gallery .widget-header {
    margin-bottom: 5px;
    padding: 6px 0 0;
    font-size: 14px;
}
.widget-gallery .inner {
    background: url(sidebar-bg-bot.gif) no-repeat left bottom;
    padding: 0 10px 10px;
}
.widget-gallery .widget-content {
    background: url(sidebar-bg-inner-bot.gif) no-repeat left bottom;
    padding-bottom: 5px;
}
.widget-gallery .widget-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: Georgia;
    overflow: hidden;
}
.widget-gallery .widget-content-inner {
    background: url(sidebar-bg-inner-top.gif) no-repeat left top;
    padding: 10px 10px 5px;
}
.widget-gallery .gallery-item-nav {
     position: absolute;
     right: 10px;
     top: 8px;
     width: 40px;
     height: 16px;
}
#showcase-prev,
#showcase-next {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(gallery-arrows.gif) no-repeat 50% -80px;
}
#showcase-next {
    background-position: 50% -120px;
}
#showcase-prev.inactive,
#showcase-next.inactive {
    background-position: 50% 0px;
    cursor: default;
}
#showcase-next.inactive {
    background-position: 50% -40px;
}
.widget-gallery .asset-image {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 3px;
}
.widget-gallery .gallery-item {
    display: none;
}
.widget-gallery .asset-description {
    line-height: 1.5;
    overflow: hidden;
    height: 90px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



#footer {
    margin: 0;
    background: url(images/footer-bg.jpg) bottom left no-repeat;
    height: 80px;
}

#footer .address {
    margin: 0;
    font-size: 93%;
    font-family: century;
    float: left;
}

#footer ul {
    width: 300px;
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 83%;
    float: right;
}

#footer ul li {
    float: left;
    margin-left: -1px;
    padding: 0 7px 0 11px;
    border-left: 1px #333333 solid;
    list-style-type: none;
}


/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #111;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid #111;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 10px; background: #eee; }

.red { color: #ee0000; }
.blue { color: #0066ff; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/* box ----------------------------------------------------------------- */

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.box-white {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


