/*
 * File      : styles-site.css
 * Version   : 1.00
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    /*font-size: 100%;*/
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1
{
font-weight: bold;
    font-size: 18pt;
}

h2
{
    font-size: 12pt;
font-weight: normal;

}

h3
{
    font-size: 12pt;
font-weight: normal;
}

h4
{
    font-size: 12pt;
font-weight: normal;

}

h5
{
font-weight: bold;
    font-size: 10pt;
}

h6 {
font-weight: bold;
}

/* リンク */
a,
a:link,
a:visited {
    /*color: #C24806;*/
    color: #36414d;

    text-decoration: none;
}
a:hover {
    /*color: #C24806;*/
    color: #0066CC;
    text-decoration: underline;
}
a:active {}

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}


/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
font-size: 12px;
/*color: #666666;*/
color: #0066CC;
padding: 5px 5px 5px 8px;
}

.datebox{
border: 1px solid  #cccccc;
width:100%;
margin-bottom:15px;
background: #F2F2F2;
}

/* ブログ記事日付・各タイトル */
/*.date,*/
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header {
    border: 1px solid  #cccccc;
    margin: 5px;
    padding-left: 8px;
    color: #0066CC;
    /*color: #666666;*/
    /*background: #D8DCCE;*/
    background: #F2F2F2;
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    /*margin: 15px 0 0;*/
    /*padding-left: 5px;*/
    /*border-left: 3px solid #999;*/
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #36414d;

}

/* ブログ記事 */
.entry {
    /*width: auto;*/
    
    /*margin: 0 0 0 30px;*/
    color: #36414d;
    background: #fff;
    font-size: 12px;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    /*margin: 15px 0;*/
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

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

/* テキストエリア */
.entry textarea {
    /*width: 97%;*/
}

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

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

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

/* 投稿者 **********************/
.entry-footer {
　  /*margin: 10px 0 0;*/
    margin: 0 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 10px;
    text-align: right;
}

/* タグ */
.entry-tags {
    /*margin-bottom: 5px;*/
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

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

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    text-align: center;
    font-size: 10px;
}

/*カレンダーAJAX*/
#calendar {
    /*margin: 5px 0 5px;*/
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 12px;
    font-weight:bold;
    /*letter-spacing: 0.2em;*/
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 10px;
}
#calendar td {
    width: 30px;
    height: 15px;
    padding: 2px 0;
    text-align: center;
    vertical-align: top;
    font-size: 10px;
    line-height: 120%;
}
#calendar a{
    font-weight:bold;
    text-decoration : underline;
}
.today {
    display: block;
    border: 1px solid #CCCCCC;
    background: #ECF2FA;
    font-weight: bold;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #3399cc;
}

ox dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 10px;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* ウィジェット ********************************************************/


.widget-list-item{
    margin-left: 0px;
    line-height: 18px;
    list-style-type: disc;
    color:#666666;
}

.widget-content{
    font-size: 12px;
    text-align: left;
    margin: 0 0 10px 0px;
}

/* サイドメニュータイトル ********************************/
.sidetitle {
    /*margin-top: 3px;*/
    border: 1px solid  #cccccc;
    color: #0066CC;
    /*color: #666666;*/
    background: #F2F2F2;
    text-align: center;
    font-size: 12px;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    /*line-height: 2.0;*/
}

/* サイドメニュー */
.recent-comments-list{
    font-size: 12px;
    /*padding-left: 12px;*/
}
.widget-list{
    font-size: 12px;
    list-style-position: inside;

}

.side {
    padding-top:10px;
    padding-bottom:20px;
    margin: 0 0 0 0;
    background: none;
    color: #333;
    font-size: 12px;
    /*line-height: 1.5;*/
}
.side ul,
.side ol {
    font-size: 12px;
    padding-left: 12px;
}
.side ul li {
    font-size: 12px;
    list-style-type: circle;
    /*padding-left: 12px;*/
}
.side ul li ul {
    font-size: 12px;
    /*padding-left: 12px;*/
}
.side li li {
    font-size: 12px;
    list-style-type: none;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    /*font-size: 75%;*/
}


/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    /*padding-left: 12px;*/
}
.side #categories ul ul {
    /*padding-left: 12px;*/
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 12px;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 12px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 12px;
}
ul#tags li.taglevel5 {
    font-size: 12px;
}
ul#tags li.taglevel6 {
    font-size: 12px;
}

/* 検索 */
fieldset {
    border: none;
}

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

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

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

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

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

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
#search-form {
    font-size: 83.3%;
}
.search-header {
    margin: 15px 0;
}
.search-result-header {
    margin: 15px 0 0;
}



/* ヘッダ ***************************/
#header {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("baseimage/topbg.gif") ;
    /*margin-bottom: 10px;*/
}

#headerhome {
    width: 820px;
    margin-right: auto;
    margin-left: auto;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    /*text-align: center;*/
    /*background: #36414d;*/
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 背景 **************************************************/
body.layout-one-column,
body.layout-two-column-right {
    text-align: center;
    background-color: #000033;
    background-image: url("baseimage/bg.gif");
    background-attachment:fixed;
}


/* 固定レイアウト共通 ***********************/
.layout-two-column-right #box {
/* 2カラム固定レイアウト幅 */

    margin-right: auto;
    margin-left: auto;
    padding: 15px 0 30px 0;
    width: 780px;
    background-color: #fff;
    background-color: #fff;
}


/* 2カラム固定レイアウト(ブログ記事+右サイドバー) **************************/
.layout-two-column-right #content {
    /*background-color: #ffffff;*/
    float: left;
    width: 780px;
padding:0 0 0 30px;
margin:0 0 0 0;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #links-right-box {
    float: right;
    width: 160px;
}

/*20100122****************************************************************/
.layout-two-column-right #links-right-box2 {
    margin: 10px 0 0 30px;
    float: left;
    width: 210px;
}

.layout-two-column-right #links-right {
    width: 210px;
}

.layout-two-column-right #links-right2 {
    float: left;
    width: 210px;
padding:0 0 0 0;
margin:0 0 0 0;
}



/* 2カラム固定レイアウト(ブログ記事全体) */
.layout-two-column-right .blog {
    float: left;
    background-color: #fff;
    text-align: left;
    padding: 0px 0px 0px 30px;
    width: 530px;
}

.layout-two-column-right .blog2 {
    float: left;
    background-color: #fff;
    text-align: left;
    padding: 0px 0px 0px 30px;
    width: 720px;
}

.layout-two-column-right .blog3 {
    float: left;
    background-color: #ffffff;
    text-align: left;
    margin: 10px 0px 0px 0px;
padding: 0 0 0 0;
    width: 480px;
}



/* 2カラム固定レイアウト(ブログ記事全体) ********************/
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 780px;
}


/* フッタ************************************/
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin-right: auto;
    margin-left: auto;
    height: 45px;
    font-size: 10px;
    text-indent: 30px;
    text-align: left;
    line-height: 3.5;
}

/* フッタ ************************************/
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column #footer {
    width: 780px;
    background-image: url("baseimage/footerbg.gif");
}

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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.headertitle {
    padding: 0 0 0 30px;

    /*margin-left: 30px;*/
}
.headertitle2 {
    padding: 0 0 0 0;

    /*margin-left: 30px;*/
}


.pagetitlebg {
    width: 760px;
    height: 45px;
background-image: url("baseimage/title_bg.gif") ;
}

.contentst {
    width: 720px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #000066;
    line-height: 18px;
    text-indent: 10px;
    background-image: url("baseimage/midashi_bg.gif") ;
    background-repeat:no-repeat;
    padding-top:7px;
}

.contentsmidashi {
    font-size: 14px;
    font-weight: bold;
    color: #3366CC;
    line-height: 21px;
}

.contentsb {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.price {
    color: #CA3400;
}

.t10r{
    font-size: 10px;
    color: #cc0000;
    line-height: 14px;
}

.t10rb{
    font-size: 10px;
    color: #cc0000;
    line-height: 14px;
    font-weight: bold;
}

.t10cate{
    font-size: 10px;
    color: #0066CC;
    font-weight: bold;
    margin-top:15px;
}



.t10 {
    font-size: 10px;
    line-height: 14px;
}

.red{
    color: #cc0000;
}



.contents {
    font-size: 12px;
    line-height: 18px;
}

.caption {
    font-size: 10px;
    line-height: 14px;
}

.scheduletitle {
    float: left;
    color: #000066;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.schedule {
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.schedulemore {
    color: #444444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
.schedule2 {
    color: #444444;
    /*margin: 5px 0 0;*/
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.schedulemenu {
    border-top: 1px solid #6699CC;
    padding: 7px 0px 7px 0px;
    font-size: 10px;
    font-weight: normal;
}
.schedulemenu2 {
    border-top: 1px solid #6699CC;
    border-bottom: 1px solid #6699CC;
    padding: 7px 0px 7px 0px;
    font-size: 10px;
    font-weight: normal;
}


.blogentry{
    width: 530px;
}
/*20100122*******************************************/
.blogentry2{
    width: 480px;
margin:0 0 0 0;
padding:0 0 0 0;
}


.formtable{
font-size: 12px;
padding:10px;
}

.linktable{
font-size: 12px;
padding:5px;
}

.table20{
padding:20px;
}



.clearfix {display: inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
