@charset "utf-8";
/*
Theme Name: 春節祭用
Theme URI: http://wordpress.org/
Description: 春節祭用に「Twenty Ten　1.3」をベースにカスタマイズ
Author: alta.co.jp
Version: 1.0β
License: GNU General Public License
License URI: license.txt
Tags: n-cj
*/

/* =基本タグ
-------------------------------------------------------------- */
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    color: #333;
    background-image:url(images/ja/bg_body.jpg);
    background-repeat:repeat-x;
    font-size: 12px;
    line-height: 18px;
}
body.home {
    background-image:url(images/ja/bg_body_home.jpg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}
p {
    margin-bottom: 18px;
}
ol,
ul {
    list-style: none;
}

strong {
    font-weight: bold;
}
cite,
em,
i {
    font-style: italic;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
}
a:link {
    color: #0066cc;
}
a:visited {
    color: #743399;
}
a:active,
a:hover {
    color: #ff4b33;
}
/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}
/* =レイアウト
-------------------------------------------------------------- */
#container {
    float: right;
    /*margin-left: -240px;*/
    width: 680px;
}
#content {
    /*margin: 0 0 0 240px;*/
}
/*#primary,
#secondary,
#mobile*/
#sidebar {
    float: left;
    overflow: hidden;
    width: 220px;
}
/*#secondary {
    clear: both;
}
*/
#footer {
    clear: both;
    width: 100%;
    border-top: 3px solid #CC0001;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
    margin: 0 auto;
    width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
    margin: 0 auto;
    width: 900px;
}
/* =フォント
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

/* =構造
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
    margin: 0 auto;
    width: 920px;
}

#header {
}
#branding {
    margin-bottom:20px;
}
#site-title {
    float: left;
    margin: 12px 0 0;
}
#site-title a {
    width: 160px;
    height: 48px;
    background: url("/wp-content/themes/n-cj/images/ja/logo.gif") no-repeat;
    display: block;
}
#site-title a span {
    display: none;
    text-decoration: none;
}
#site-description {
    float: left;
    margin: 25px 0 0 20px;
}
/* language */
#headsubnavi {
    float: right;
    margin: 0;
    padding: 0;
    width: 190px;
}
#headsubnavi div.langs {
    background: url("/wp-content/themes/n-cj/images/ja/headsubnaviback.jpg") no-repeat right top;
    display: block;
    padding: 5px 0 22px;
    width: 161px;
    float: right;
}
div.langs ul {
    margin: 0 0 0 10px;
}
div.langs ul li {
    float: left;
    width: 73px;
}
div.langs ul li.subn1 a {
    background: url("/wp-content/themes/n-cj/images/ja/subn11.jpg") no-repeat scroll left top transparent;
    display: inline;
    float: right;
    height: 20px;
    width: 73px;
}
div.langs ul li.subn2 a {
    background: url("/wp-content/themes/n-cj/images/ja/subn12.jpg") no-repeat scroll left top transparent;
    display: inline;
    float: right;
    height: 20px;
    width: 73px;
}
div.langs a span {
    display: none;
}
/* shortnavi */
.menu-shortnavi-container {
    clear: both;
}
.menu-shortnavi-container ul li {
    display:inline;
}
.menu-shortnavi-container ul li a {
    background-repeat: no-repeat;
    display:block;
    height:14px;
    float:left;
}
.menu-shortnavi-container ul li.menu-item-189 a {
    background-image: url(images/ja/shortnavi189.jpg);
    width:97px;
}
/*.menu-shortnavi-container ul li.menu-item-263 a {
        background-image: url(images/ja/shortnavi263.jpg);
        width:110px;
}
*/
.menu-shortnavi-container ul li.menu-item-262 a {
    background-image: url(images/ja/shortnavi262.jpg);
    width:91px;
}
.menu-shortnavi-container ul li span {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    display: block;
    float: left;
    border-left: 1px solid #CCCCCC;
    margin-bottom:3px;
}
#access .menu-header,
div.menu {
    font-size: 13px;
    width: 100%;
}
#access .menu-header ul,
div.menu ul {
    margin: 0;
}
#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    background: url('/wp-content/themes/n-cj/images/ja/gl_bt.jpg') no-repeat scroll left bottom transparent;
}
#access a {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 37px;
    text-decoration: none;
    width: 116px;
    padding:0 7px;
    height:37px;
}
#access a:hover,
#access li.current-menu-item {
    background: url('/wp-content/themes/n-cj/images/ja/gl_bt.jpg') no-repeat scroll left top transparent;
}

/* =Content
-------------------------------------------------------------- */
#main {
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 0;
}
#content {
    margin-bottom: 36px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}
#content code {
    font-size: 13px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
/* table setting */
#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
#content table caption {
    text-align:left;
    font-weight:bold;
    margin-bottom:5px;
    background: url("/wp-content/themes/n-cj/images/ja/entry-title_point.gif") no-repeat scroll 7px 7px #FCF1D1;
    color: #9D601D;
    font-size: 14px;
    padding: 5px 5px 5px 20px !important;
}
#content td,
#content th {
    padding: 10px;
    border-top: 1px solid #e7e7e7;
}
#content tr th,
#content thead th {
    background-color:#F6F6F6;
    white-space:nowrap;
}
.hentry {
    margin: 0 0 48px 0;
}
.home .hentry {
    margin: 0;
}
.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}
.single .hentry {
    margin: 0 0 36px 0;
}
.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}
.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
    color: #888;
    text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}
#content h1.entry-title,
#content h2.entry-title,
.page-id-36 #content h2 {
    color: #000;
    font-size: 19px;
    height: 39px;
    background-image: url("/wp-content/themes/n-cj/images/ja/entry-title.jpg");
    background-repeat:no-repeat;
    color: #FFFFFF;
    padding: 2px 0 0 20px;
}
#content h3.entry-title,
.page-id-31 #content h2,
.single-history #content h3,
.page-id-38 h3 {
    color: #9D601D;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    background: url("/wp-content/themes/n-cj/images/ja/entry-title_point.gif") no-repeat scroll 7px 7px #FCF1D1;
}
#content h4 {
    font-weight:bold;
    color:#9D601D;
    margin-bottom:5px;
}
.entry-title a:link,
.entry-title a:visited {
    color: #fff;
    text-decoration: none;
}
.home .entry-title a:link,
.home .entry-title a:visited {
    color: #1555BE;
    text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}
.entry-meta {
    color: #888;
    font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
    border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
    clear: both;
    padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
    margin-bottom: 12px;
}
.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}
.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}
.entry-content input {
    margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}
.entry-content label {
    color: #888;
    font-size: 12px;
}
.entry-content select {
    margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
    font-size: 10px;
}
.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}
.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}
.home .sticky .page-link a {
    background: #d9e8f7;
}
.page-link a:active {
    color: #ff4b33;
}
.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
.entry-meta a,
.entry-utility a {
    color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
    color: #ff4b33;
}
#content .video-player {
    padding: 0;
}
/* edit link */
.edit-link {
    clear: both;
    display: block;
    margin:10px 0;
}
.edit-link a {
    background-color: #E6E6E6;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}
.edit-link a:hover {
    background: #888;
    color: #fff;
}

/* =Page setting
-------------------------------------------------------------- 
/* about */
.page-id-2 h1,
.page-id-36 h1 {
    display:none;
}
/* about_map */
div#map {
    height: 600px;
    width: 680px;
}
/* movie */
.page-id-40 #content tr td img {
    vertical-align:top;
}
/* sitemap, about Shunsetsusai */
.page-id-186 #content li li, 
.page-id-33 #content li li {
    margin-left:20px;
}
.page-id-186 #content li li li, 
.page-id-33 #content li li li {
    margin-left:20px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #666;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
    color: #888;
    text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #ff4b33;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#nav-above {
    margin: 0 0 18px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
    display: block;
}
#nav-below {
    margin: -18px 0 0 0;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area select {
    max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
    width: 60%;
}
.widget_search label {
    display: none;
}
.widget-container {
    /* margin: 0 0 18px 0;*/
}
.widget-title {
    color: #222;
    font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}
.widget-area .entry-meta {
    font-size: 11px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    margin-bottom: 20px;
}
#colophon {
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
}
#site-info {
    font-weight: bold;
}
#site-info a {
    color: #000;
    text-decoration: none;
}

img#wpstats {
    display: block;
    margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}
code {
    -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}
#site-description {
    -webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
    body {
        background: none !important;
    }
    #wrapper {
        clear: both !important;
        display: block !important;
        float: none !important;
        position: relative !important;
    }
    #header {
        border-bottom: 2pt solid #000;
        padding-bottom: 18pt;
    }
    #colophon {
        border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
        float: none;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }
    #site-title {
        font-size: 13pt;
    }
    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }
    .entry-title {
        font-size: 21pt;
    }
    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }
    #container,
    #header,
    #footer {
        margin: 0;
        width: 100%;
    }
    #content,
    .one-column #content {
        margin: 24pt 0 0;
        width: 100%;
    }
    .wp-caption p {
        font-size: 11pt;
    }
    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }
    #colophon {
        width: auto;
    }
    img#wpstats {
        display: none;
    }
    #site-generator a {
        margin: 0;
        padding: 0;
    }
    #entry-author-info {
        border: 1px solid #e7e7e7;
    }
    #main {
        display: inline;
    }
    .home .sticky {
        border: none;
    }
}
/* =navi_side01
-------------------------------------------------------------- */
#nav_menu-3 li {
    display: block;
    margin-bottom: 3px;
    background-repeat:no-repeat;
}
#nav_menu-3 li a {
    display: block;
    width:200px;
    height:56px;
    text-indent:-9999px;
}
#nav_menu-3 li#menu-item-9 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_outline.jpg');
}
#nav_menu-3 li#menu-item-99 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_history.jpg');
}
#nav_menu-3 li#menu-item-47 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_point.jpg');
}
#nav_menu-3 li#menu-item-45 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_photo.jpg');
}
#nav_menu-3 li#menu-item-46 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_movie.jpg');
}
#nav_menu-3 li#menu-item-268 {
    background-image: url('/wp-content/themes/n-cj/images/ja/menu_download.jpg');
}
/*
#nav_menu-3 li#menu-item-628 {
        background-image: url('/wp-content/themes/n-cj/images/ja/menu_point.jpg');
}
*/
/* =navi_side02
-------------------------------------------------------------- */
#secondary {
    background: url("images/ja/bg_menu02body.jpg") no-repeat left bottom;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0 0 20px;
}
/*#secondary .menu-navi_side02-container {
width:180px;
}
*/#secondary h3 {
    background: url("images/ja/bg_menu02_top.jpg") no-repeat;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 200px;
    text-indent:-9999px;
}
#secondary ul#menu-navi_side02 {
    padding-left:10px;
    /*background-color:#00CC99;*/
    width:170px;
}
#secondary ul#menu-navi_side02 li a {
    background: url("images/ja/bg_menu02.jpg") no-repeat left top;
    color: #000000;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    width: 170px;
    padding:7px 0 0 10px;
}
#secondary ul#menu-navi_side02 li a:hover {
    background: url("images/ja/bg_menu02.jpg") no-repeat left bottom;
    color: #CC0001;
    font-weight: bold;
}
/* =mobile link
-------------------------------------------------------------- */
#mobile {
    background: url("images/ja/bg_menu02body.jpg") no-repeat left bottom;
    margin: 5px 0 20px;
    overflow: hidden;
    padding: 0 0 20px;
}
#mobile h3 {
    background: url("images/ja/bg_mobile_top.jpg") no-repeat;
    display: block;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 200px;
    text-indent:-9999px;
}
#mobile div {
    float: left;
    margin: 0 5px;
    width: 70px;
}
#mobile p {
    float: left;
    width: 100px;
    margin:5px 0 0;
}
