@charset "UTF-8"; /* PublishCharset into mt-

config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small 

letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class 

selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the 

background image.
 * 2.06 2006.02.26: delete font-weight property from all name 

selector and add h type selectors
 *                            and brought property for the title 

together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights 

reserved.
 */

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

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

h1{
    color:#666666;
    font-size:11px;
}


/* リンク */
a,
a:link {
	color: #333333;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #724c3a;
    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;
}

/* ヘッダ */
#header {
    font-size: 10px;
    background: #FFFFFF;
    text-align: left;
    color: #666666;
    white-space:normal;
    height:78px;
    margin-bottom: 15px;
}

#header a,
#header a:link{
	color: #333333;
    text-decoration: none;
}
#header a:visited {
    color: #666666;
    background: transparent;
    text-decoration: none;
}
#header a:hover {
    color: #724c3a;
    text-decoration: underline;
}
#header a:active {}

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

/* ブログ記事日付 */
.date {
    margin: 5px 0;
    padding-left: 5px;
    color: #333333;
    font-size:11px;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 5px;
    color: #333333;
    font-size:11px;
    font-weight: bold;
    line-height: 2.0;
}

/* ブログ記事タイトル */
.entry-header {
    margin: 15px 0 0;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
}

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

/* 段落 */
.entry p {
    margin: 6px 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: 1px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 11px;
    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 {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */


#links-left-box 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;
}

/* サイドメニュータイトル */
.sidetitle {
    color: #666666;
    background: #DADADA;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.0;
    height:21px;
    width:206px;
    padding:3px 0px 0px 5px;
    margin-bottom:10px;
    margin-top:8px;
    
}

/* サイドメニュー */
.side {
    width:210px;
    margin: 3px 0 5px;
    background: none;
    color: #333;
    font-size: 10px;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 5px;
    padding-right: 5px;
}
.side ul li {
    margin-bottom: 3px;
    list-style-type: none;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

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

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

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

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

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

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    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: 83.3%;
    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;
    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-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #FFFFFF;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {

}
.layout-one-column #container {

}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #fff;
}
/* 3カラム固定レイアウト幅 */
.layout-three-column #box {
    width: 950px;
}


/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 770px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 494px;
    height:4350px;
    overflow:auto;

}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 228px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {

}

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



/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column .blog {

    border-width:5px;
    border-color:#FFFFFF;
    border-style: solid;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {

}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 0 15px;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    text-align: center;
}

/* 3カラムリキッドレイアウト */
.layout-three-column-liquid #content {
    margin: 0 228px 0px;

}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 228px;
    top: 126px;
    left: 0px;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 228px;
    top: 126px;
    right: 0px;
}

/* 2カラムリキッドレイアウト(右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
}

/* 2カラムリキッドレイアウト(左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
}

/* 1カラムリキッドレイアウト */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    height: 226px;
    color: #333333;
    background: #ffffff;
    font-size: 11px;
    text-align: left;
    word-spacing: normal;
}
.layout-three-column #footer {
    width: 950px;
}

.layout-two-column #footer{
    width: 770px;
}

.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 770px;
}
.layout-one-column #footer {
    width: 729px;
}

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;}


/* ヘッダ */
/* ヘッダtop */
#topheader{
 width:765px;
 height:78px;
}

#h_logo{
  float: left;
  width:220px;
  height:78px;
}

#h_search_box{
float: left;
width:545px;
height:48px;
}

#h_search_box2{
padding-top:23px;
padding-right:5px;
text-align: right;
}


#h_search ul, #h_search li{
  display: inline; 
  list-style:none;
}

#h_search ul{
  text-align: right;
}

#h_search li{
/*  float: right;*/
}

/* ヘッダ */
/* ヘッダbar */

#headerbar{

width:545px;
height:30px;
float:left;
}


#topbarbox2{
padding-top:6px;
padding-right:1px;
}

#topbarboxw{
width:540px;
height:25px;
}


#h_bar ul{
  text-align: right;
}

#h_bar li{
  display: inline; 
  padding-left:1px;
  list-style:none;
}

/* ヘッダー内コンテンツ */
/* ヘッダー内コンテンツ端 */

#hc_sidewide{
width:216px;
clear:both;
background-color: #fff;
}

#hc_stitlewid1{
width:216px;
height:31px;
clear:both;
}

#hc_stitlepd1{
padding:4px 5px 7px 5px;
}

#hc_stitlewid2{
width:206px;
height:20px;
background-color: #EFEFEF;
}

#hc_stitlepd2{
padding-left:5px;
color:#666666;
font-size:12px;
font-weight:bold;
text-align:left;
vertical-align:middle;
line-height: 1.5;
}

#hc_scontentswidleft{
width:216px;
height:90px;
clear:both;
}


#hc_scontentswid1{
width:206px;
clear:both;
float:none;
}

#hc_scontentspd1{
padding-left:5px;
padding-right:5px;
}

#hc_scontentswidleft2{
width:206px;
height:90px;
}

#hc_scontentswid2{
width:206px;
}

/* ヘッダー内コンテンツ */
/* ヘッダー内コンテンツ右 */
#sidekeibox{
width:228px;
height:auto;
float:right;
background-color:#D6D6D6;
}

#sidekeiboxleft{
width:228px;
height:auto;
float:left;
background-color:#FFFFFF;
}

#sidekeiboxpd{
padding-right:12px;
padding-left:5px;
}

#sidekeiboxleftpd{
padding-left:0px;
padding-right:12px;
float:left;
}

#sidecontentsbasebox{
width:216px;
height:auto;
background-color: #fff;
}

#mainboxbg{
width:770;
height:auto;
float:right;
background-color:#D6D6D6;
}

#mainboxpd{
padding-left:12px
}

#mainboxbase{
width:722;
height:auto;
float:right;
background-color: #ffffff;
}

#mainboxright{
width:506px;
float:left;
background-color:#D6D6D6;
}

#mainboxrightpd{
padding-right:7px;
padding-left:5px;
}

#maincontentsbasebox{
width:494px;
background-color: #ffffff;
}

#scbb_pd{
padding: 5px 5px 0px 5px;
border-bottom: 1px solid #BBBBBB;
}

#twit_box{
padding: 0px;
    margin-top: 10px;
    border-bottom: 1px solid #BBBBBB;    
}
#fb-likebox{
    overflow:hidden;
    width:216px;
    height:288px;
    position:relative;
    border-bottom: 1px solid #BBBBBB;
    margin-top: 10px;
}

#fb-likebox iframe{
    position:relative;
    left:-1px;
    top: -1px;
}
#scbb_pdtanioka{
padding: 0px 5px 8px 5px;
}

#sc_titlebox{
width:206px;
height:34px;
}

#sc_titleboxpd1{
padding-bottom:10px;
}

#sc_title{
width:206px;
height:24px;
clear:both;
float:none;
background-color: #DADADA;
}

#sc_titleleftb{
width:5px;
height:24px;
float:left;
background-color:#FF6600;
}

#sc_titletextbox{
width:201px;
height:24px;
float:right;
}

#sc_ttbpd{
padding-left:5px;
padding-top:2px;
}

#sc_titletext{
width:196px;
height:22px;
color:#666666;
text-align:left;
vertical-align:middle;
font-size:12px;
line-height: 2.0;
}

#sc_bannerbox1{
width:200px;
height:56px;
padding-left:13px;
clear:both;
float:none;
border-bottom: 1px solid #bbbbbb;
margin-bottom: 7px;
}

#sc_btextbannerbox{
width:180px;
height:55px;
text-align:center;
}

#sc_btextbannerbox56{
width:135px;
height:56px;
float:left;
}

#scb_qrbox{
width:71px;
height:55px;
float:right;
}

#scb_qrbox56{
width:71px;
height:56px;
float:right;
}

#sc_bannertext{
width:180px;
height:15px;
clear:both;
float:none;
color:#666666;
text-align:center;
vertical-align:middle;
font-size:11px;
}

#sc_bannertext16{
width:135px;
height:16px;
clear:both;
float:none;
color:#666666;
text-align:center;
vertical-align:middle;
font-size:11px;
}

#sc_banner{
width:135px;
height:40px;
margin-left: 20px;
}

#scb_boxpd{
padding-left:32px;
padding-right:33px;
}

#scb_qrboxpd{
padding-right:5px;
padding-left:11px;
}

#scb_qrboxpd10{
padding-right:5px;
padding-left:10px;
}

#scb_qr{
width:55px;
height:55px;
}

#scb_qr56{
width:56px;
height:56px;
}

#sc_keibox{
width:206px;
height:11px;
clear:both;
float:none;
}

#sc_keiboxpd{
padding-top:5px;
padding-bottom:5px;
}

#sc_kei1{
width:206px;
height:1px;
clear:both;
float:none;
background-color:#D6D6D6;
}

#sidetopbannerbox{
width:206px;
height:90px;
clear:both;
float:none;
}

#sidetopbannerbox2{
width:206px;
height:170px;
clear:both;
float:none;
}

#stb_boxpd{
padding-left:19px;
padding-right:20px;
}

#sidetopbanner{
width:167px;
height:90px;
}

#sidetopbanner2{
width:167px;
height:170px;
}

#sidetoptextbox1{
width:206px;
height:24px;
clear:both;
float:none;
border-bottom: 1px solid #bbbbbb;
margin-bottom: 7px;
}

#stt_boxpd{
padding-left:5px;
padding-right:5px;
}

#sidetoptext1{
width:196px;
height:24px;
color:#666666;
text-align:center;
vertical-align:middle;
font-size:11px;
}

#sidetoptextbox2{
width:206px;
height:25px;
clear:both;
float:none;
}

#sidetoptext2{
width:196px;
height:25px;
color:#666666;
text-align:center;
vertical-align:middle;
font-size:11px;
}

#sidetoptextbox3{
width:206px;
height:70px;
clear:both;
float:none;
border-bottom: 1px solid #bbbbbb;
margin-bottom: 7px;
}


#sidetoptextbox4{
width:206px;
height:40px;
clear:both;
float:none;
}

#sidetoptextbox5{
width:206px;
height:40px;
clear:both;
float:none;
}

#sidetoptextbox6{
width:206px;
height:20px;
clear:both;
float:none;
}

#sidetoptext4{
width:196px;
height:40px;
color:#666666;
text-align:center;
vertical-align:middle;
font-size:11px;
}

#sidetoptext3{
width:196px;
height:70px;
color:#666666;
text-align:left;
vertical-align:middle;
font-size:11px;
}

#sidetoptext6{
width:196px;
height:20px;
color:#666666;
text-align:right;
vertical-align:middle;
font-size:11px;
}

#secondkeisidebox{
width:216px;
height:11px;
clear:both;
}

#sidebanw20650{
width:206px;
height:50px;
clear:both;
float:none;
}

#sidebanw19650{
width:167px;
height:50px;
clear:both;
float:none;
}

/* フッター */
/* フッターコンテンツ */
#footer1{
width:770px;
height:43px;
/*
background-image:url(http://sonydes.jp/blog2/image/bottomkeibackgroundimg.gif);
background-repeat:no-repeat;
*/
clear:both;
float:none;
}

#f1_ptpd{
padding:13px 10px 10px 670px;
}

#f1_pagetop{
width:79px;
height:20px;
clear:both;
float:none;
}

#footer2{
width:770px;
height:183px;
clear:both;
float:none;
}


#f2_upbox{
width:770px;
height:64px;
clear:both;
float:none;
}

#f2_downbox{
width:770px;
height:65px;
clear:both;
float:none;
}

#f2_upboxpd{
padding-top:17px;
padding-right:0px;
padding-left:43px;
float:left;
}

#f2u_leftunit{
width:412px;
height:47px;
clear:both;
float:left;
}

#f2u_rightunit{
width:370px;
height:47px;
float:right;
}

#bannerbox1{
width:185px;
height:47px;
clear:both;
float:left;
}

#bannerboxoutright{
width:227px;
height:47px;
float:right;
}

#bannerboxpd{
padding-left:42px;
}

#bannerboxbase1{
width:185px;
height:47px;
}

#bannerboxoutleft{
width:227px;
height:47px;
float:left;
}


#f2_copybox{
width:770px;
height:54px;
clear:both;
float:none;
}

#f2_copyboxpd{
padding-top:20px;
padding-bottom:20px;
}

#f2_copyright{
width:770px;
height:14px;
clear:both;
float:none;
text-align:center;
}

#sc_blogparts_pd{
padding: 5px 23px 5px 23px;
}

#sc_blogparts{
width:160px;
clear:both;
float:none;
}

#sc_blogpartspd{
margin:0px auto 0px;
}

.blogparts {
  overflow: auto;
}

.blogparts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blogparts ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}

a:hover img {
  filter: Alpha(Opacity=70);
  _moz-opacity: 0.75;
  opacity: 0.75;
}

p.pagination {
  clear:both;
  font-size:14px;
  padding-top:8px;
  text-align:center;
}

p.pagination a{
  text-decoration:none;
}

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


