@charset "EUC-JP";

/*
 * File      : styles.css
 * Version   : 1.02
 * Update    :
 * 1.01 2005.12.02: change background of .date
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                  and brought property for the title together.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #008080;
    text-decoration: none;
}

a:hover {
    color: #dd0000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* 順序なしリスト */
ul {
    margin: 0px 0px 0px 2px;
    list-style-image: none ;
    list-style-type: none;
}

ul li {
    margin: 0px 0px 0px 0px;
    padding-left: 10px;
    background: url(http://www.muteki.com/yama/dslr/sb/template/lmark.gif) no-repeat 0px 0.6em;
}

ul ul {
    margin: 0px 0px 0px -3px;
}

ul ul li {
    margin: 0px 0px 0px 0px;
    padding-left: 8px;
    background: url(http://www.muteki.com/yama/dslr/sb/template/lmark_2.gif) no-repeat 0px 0.6em;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
    vertical-align: middle;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #36414d;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #36414d;
    padding: 3px;
}

.note {

    width: auto;
    margin: 15px 0px 0px 40px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-left: 20px solid #DDDDDD;

    font-size: 10px;
    color: #999999;

}

/* タイトルバナー */
#top-banner {

    clear: both;
    padding: 0px;
    color: #999999;
    text-align: left;
    height: 200px;

}

/* 右上ノート */
.banner-note{

    float: right;
    margin: 2px 0px 0px 2px;
    padding: 1px 5px 2px;
    border: 1px solid #999999;
    border-left: 10px solid #999999;

    font-size: 10px;
    line-height: 140%;

}

/* 上部メインメニューバー */
.banner-link{

    float: left;
    width: 79px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;

    border: 1px solid #008080;
    border-right: 0px none #008080;
    background: #008080;

    color: #ffffff;
    font-size: 11px;
    line-height: 140%;
    text-align: center;

    background-position: right top;
    background-image: url("img/img23_footer_bar.jpg");

}

/* 上部メインメニューバー */
.banner-link-red{

    float: left;
    width: 79px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;

    border: 1px solid #800000;
    border-top: 1px solid #800000;
    border-bottom: 1px solid #800000;
    border-right: 0px none #008080;
    background: #800000;

    color: #ffffff;
    font-size: 11px;
    line-height: 140%;
    text-align: center;

    background-position: right top;
    background-image: url("img/img33_footer_bar_red.jpg");


}

/* 上部メインメニューバー最後 */
.banner-link-last{

    float: left;
    width: 78px;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px;

    border: 1px solid #008080;
    background: #008080;

    color: #ffffff;
    font-size: 11px;
    line-height: 140%;
    text-align: center;

    background-position: right top;
    background-image: url("img/img23_footer_bar.jpg");

}

/* エントリータイトルのリンク */
.banner-link a:link,
.banner-link a:visited,
.banner-link a:hover,
.banner-link-red a:link,
.banner-link-red a:visited,
.banner-link-red a:hover,
.banner-link-last a:link,
.banner-link-last a:visited,
.banner-link-last a:hover {

    color: #ffffff;

}

.topic_path {
    clear: both;
    padding: 5px 0px 5px 0px;
    color: #999999;
    font-size: 11px;
}

/* タイトルバナー */
#banner {

    padding: 5px 0px 5px 0px;
    
    color: #999999;
    text-align: left;

    background-position: right canter;
    background-repeat: no-repeat;
/*    background-image: url("img/img5_tn_DSC_6761_640.jpg");*/
/*    height: 80px; */

}

#banner a,
#banner a:link,
#banner a:visited {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#banner a:hover {
    text-decoration: underline;
}

/* タイトルバナー下の説明 */
#banner h2 {
    font-size: 10px;
}

/* エントリー全体 */
.blog {
    padding: 5px 0px 5px 0px;
    
    color: #36414d;
    font-size: small;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 4px 0px 5px 0px;
    padding: 2px 0 3px 5px;
    
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    padding: 0px;
    
    border-top: 0px none #008080;
    border-left: 15px solid #008080;
    border-bottom: 2px solid #008080;
    
    line-height: 100%;
}

/* エントリー */
.entry {

    width: auto;
    margin: 0px 0px 20px 0px;

    color: #36414d;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
    text-align: justify;

}

.entry a:active {}
.entry img {
    margin-bottom: 5px ;
/*
    display: block;
    text-align: center ;
*/
}

.entry hr {

    margin: 0px 0px 0px 0px;
    color: #36414d; /* 線の色(IE用) */
    background-color: #36414d; /* 線の色(NN用) */
    height: 1px; /* 線の太さ */
    border: 1px; /* 枠の太さ */
    border-style: dashed; /* 枠の種類 */

}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 320px;
}

.entry-content{

    width: 480;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    text-align: justify;
    text-justify: inter-ideograph;

}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {

    clear: both;

    width: 473px;
    margin: 3px 0px 20px 0px;
    padding: 1px 0px 2px 5px;
    border: 1px solid  #008080;

    background: #008080;

    color: #ffffff;
    font-size: 11px;
    line-height: 140%;
    font-weight: bold;

    background-position: right top;
    background-image: url("img/img23_footer_bar.jpg");

}

/* エントリータイトルのリンク */
.entry-header a:link,
.entry-header a:visited,
.entry-header a:hover {
    color: #ffffff;
}

/* 投稿者 */
.entry-footer {

    clear: both;
    margin: 30px 0 0 0;
    border-top: 1px dotted #36414d;
    
    color: #36414d;
    font-size: 9px;
    line-height: 150%;
    text-align: right;

}

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendar_month {
    margin-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    line-height: 150%;
/*    letter-spacing: 0.2em;*/
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.weekday {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {

    margin-top: 3px;
    padding: 2px 0 1px 0px;
    border: 1px solid  #666666;
    
    color: #444444;
    text-align: center;
    font-size: 10px;
    line-height: 140%;
    
    background: #f6f6f6;
}

/* サイドメニュー */
.side {

    margin: 3px 0px 20px 0px;
    
    color: #444444;
    font-size: 10px;
    line-height: 150%;
    
    background: none;

}

.side ul{
}

.side li {
    margin: 3px 0 3px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {

    margin: 0px 0px 10px 0px;
    text-align: left;
    color: #36414d;
    font-size: 9px;
    line-height: 150%;

}

.powered img {
    margin-top: 3px;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

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

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 0px 10px 100px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0 5px 0;
    padding: 0px 0 1px 5px;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
    margin-bottom: 20px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #008080;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

#tb_url {
    width: 250px;
    _width: 270px;
}

#comments-open-data dl {}
#comments-open-data dt {
    float: left;
    width: 70px;
    padding: 5px 5px 5px 0;
    _padding: 5px 0 5px 0;
    text-align: right;
}
#comments-open-data dd {
    padding: 5px 0 5px 8px;
}

/* 2カラム用 */
body.layout-two-column-left {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.layout-two-column-left #container {
    margin-bottom: 10px;
}
/* 2カラム用 */
.layout-two-column-left #box {

    width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;

    text-align: left;
    background-color: #ffffff;

}

/* 2/3カラム用フッタ */
.layout-two-column-left #footer {

    text-align: center;
    font-size: 10px;
    width: 638px;

    padding: 3px 0px 4px;
    border: 1px solid  #008080;
 
    margin-bottom: 2px;

    color: #FFFFFF;

    background: #008080;
    background-position: right top;
    background-image: url("img/img23_footer_bar.jpg");

}

.layout-two-column-left #footer-liquid {
    display: none;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {

    float: left;
    width: 480px;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;

}
.layout-two-column-left #links-left-box {

    float: left;
    width: 160px;
    height : 100%;
    padding: 0px 0px 0px 0px;

}
.layout-two-column-left #links-left {
    width: 150px;
    padding: 5px 0px 0px 0px;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.mainmenu {

    margin-bottom: 5px;
    padding-left: 5px;

    border-top : 2px none #666666;
    border-right: 2px none #666666;
    border-bottom: 2px solid #666666;
    border-left: 18px solid #666666;

    color: #666666 ;
    font-size: 12px;
    line-height: 120%;
    font-weight: bold;

}

.icon_pict {
    margin: 0px 5px 0px 0px;
    padding: 0;
}

.pict,
.book_pict,
.amazon_pict {
    /* display: block; */
    float: left;
    margin: 4px 10px 40px 0px;
    padding:  0px 0px 0px 0px;
    border: 1px solid #666666;
}

.book_text,
.amazon_text {
    width: 340px;
    float: right;
    margin: 0px 0px 0px 0px;
    padding:  0px 0px 0px 0px;

}

.entry_body ul {
    margin: 0px 0px 0px 20px;
}

.entry_body ul ul{
    margin: 0px 0px 0px 0px;
}

#footer-box {
     float: left;
     width: 640px;
}

.clear {
    clear: both;
}

span.new {
    display: none;
    color: #008080;
    font-weight: bold;
}

.category_text {
    margin: 0px 0px 12px 0px;
}

/* デフォルト画像 */
.category_photo_,
.category_photo_4 {

    background-position: right canter;
    background-repeat: no-repeat;
/*    background-image: url("img/img27_tn_DSC_6761_640x200.jpg"); */
    background-image: url("img/img178_tn_DSC_3929_640x200.jpg"); 
    height: 200px;

}

/* お知らせ＆足跡 */
.category_photo_43 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("img/img238_indexphoto_3125_640.jpg"); 
    height: 200px;

}

/* プロフィール画像 */
.category_photo_1 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_0148_640.jpg"); 
    height: 200px;

}

/* 作品ギャラリー */
.category_photo_3 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_8434_640.jpg"); 
    height: 200px;

}

/* 機材紹介 */
.category_photo_2 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_1778_640.jpg"); 
    height: 200px;

}

/* 機材紹介 */
.category_photo_7 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_9077_640.jpg"); 
    height: 200px;

}

/* 楽しく語ろう掲示板 */
.category_photo_5 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_8371_640.jpg"); 
    height: 200px;

}

/* ウェブサイト紹介 */
.category_photo_15 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_2755_640.jpg"); 
    height: 200px;

}

/* 大判出力サービス */
.category_photo_16 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/indexphoto_3957_640.jpg"); 
    height: 200px;

}

/* 大判出力サービス */
.category_photo_37 {

    background-position: right canter;
    background-repeat: no-repeat;
    background-image: url("img/img27_tn_DSC_6761_640x200.jpg"); 
    height: 200px;

}

/* QRコード画像 */
.qrcode_mobile {

    background-position: canter canter;
    background-repeat: no-repeat;
    background-image: url("http://www.muteki.com/yama/dslr/sb/template/qrcode_url_moblie_100_gray.jpg"); 
    height: 90px;
    width: 150;

}
