html {
scrollbar-arrow-color: #db7093; 
scrollbar-face-color: #e4dccd;
scrollbar-highlight-color: #f7f7f7 ; 
scrollbar-3dlight-color: #e4dccd;
scrollbar-track-color: #e4dccd;
scrollbar-shadow-color: #f7f7f7;
scrollbar-darkshadow-color: #e4dccd;
}

body {
background:#ffffff url(http://7is.img.jugem.jp/20100506_1116075.jpg) fixed no-repeat top center;
font: 12px/160% "Century Gothic", 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-color: #333333;
margin: 0px auto;
padding: 0px;
}

.clear {
clear: both;
font: 0px/0px sans-serif ;
}

input, textarea {
font-family: "Century Gothic", 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 12px;
color: #444444;
border: 1px solid #bbbbbbb;
}

ul { list-style:none; margin:0; padding:0; }
ol { list-style:none; margin:0; padding:0; }
li { list-style:none; margin:0; padding:0; }


/* レイアウト */
#layout {
margin: 0 auto;
width: 963px;
background-color: #ffffff;
}

#header {
margin: 0px;
padding: 0px;
background: #ffffff;
}

#contents #main {
float: left;
width: 550px;
margin: 0;
padding: 0 5px 0 0px;
background-color: #ffffff;
}

#contents #left{
float: left;
width: 200px;
margin: 0 2px 0 0;
background-color: #ffffff;
}

#contents #right {
float: right;
width: 200px;
margin: 0 2px 0 0;
background-color: #ffffff;
}

#footer {
clear: both;
margin: 0 auto;
padding-right: 10px;
width: 963px;
background-color: #f9f9f9;
text-align: right;
font-size:10px;
color:#666666;
}

/* リンク設定 */

a,
a:link{color: #006699;
       text-decoration:none;}
a:visited{color: #666666;
          text-decoration:none;}
a:hover{color:#bc6374; 
       text-decoration: underline;}

.site_title a {color: #ffffff; text-decoration: none;}
.site_title a:link {color: #ffffff; text-decoration: none;}
.site_title a:visited {color: #ffffff; text-decoration: none;}
.site_title a:hover {color: #ffffff; text-decoration: none; background-color: transparent}

.entry_title a { color: #db7093; text-decoration: none; }
.entry_title a:link { color: #666666; text-decoration: none; }
.entry_title a:visited { color: #666666; text-decoration: none; }
.entry_title a:hover { color: #ffffff; text-decoration: none; background-color:#ed1c24; }

.entry_body a { color: #db7093; border-bottom: dotted 1px #669966; }
.entry_body a:link { color: #006699; border-bottom: dotted 1px #669966;}
.entry_body a:visited { color: #777777; border-bottom: dotted 1px #669966; }
.entry_body a:hover { color: #db7093; text-decoration: underline; }

.entry_more a { color: #db7093; border-bottom: dotted 1px #669966; }
.entry_more a:link { color: #006699; border-bottom: dotted 1px #669966;}
.entry_more a:visited { color: #777777; border-bottom: dotted 1px #669966; }
.entry_more a:hover { color: #db7093; text-decoration: underline; }

.side, .side2 a { color: #ffffff; text-decoration: none; }
.side, .side2 a:link { color: #006699; text-decoration: none;}
.side, .side2 a:visited { color: #777777; text-decoration: none }
.side, .side2 a:hover { color: #db7093; text-decoration: underline; }

.side, .side2 a { color: #ffffff; text-decoration: none; }
.side, .side2 a:link { color: #006699; text-decoration: none}
.side, .side2 a:visited { color: #777777; text-decoration: none }
.side, .side2 a:hover { color: #db7093; text-decoration: underline; }

.site_title {
font-size: 14px;
color: #ffffff;
text-align: left;
font-family:Times New Roman;
margin: 0px;
padding: 0 20px 0 0 ;
}

.description {
font-size: 6px;
color: #ffffff;
text-align: left;
line-height: 160%;
margin: 0px 30px 0px 3px;
padding: 0px;
}

#navi {
    margin: 0px;
    padding: 2px;
    list-style: none;
    float: left;
    width: 100%;
}
#navi li {
    float: left;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 2px solid #bbbbbb;
    border-left:2px solid #fb7093;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 134px;
    height: 20px;
    margin: 0px;
    }
#navi a {
    color: #3d3b3f;
    display: block;
    margin: 1px;
    width: 134px;
    height: 20px;
}
#navi a:hover {
    color: #945f5d;
    background-color: #ffffff;
    text-decoration: none;
    height: 20px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}

/* カレンダー */

.calendar {
font-family: "Century Gothic", "Verdana";
font-size: 11px;
color: #444444;
margin: 5px 0 0;
padding: 3px;
text-align: center;
}

.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active {
color: #db7093;
text-decoration: none;
}
.calendar a:hover {
color: #f3f3f3;
background:#e35b78;
}

.entry_body, div.entry_more, div.profile_body {
width:530px;
letter-spacing: 1px;
}

.entry_navi{
font-size: 12px;
text-align: center;
color: #3d3b3f;
margin-top: 10px;
}

.entry {
margin: 5px 2px 8px 0px;
background-color: #ffffff;
}

.entry2 {
margin: 5px 3px 8px 0px;
padding: 10px;
border:1px solid #d6d6d6;
}

.entry_date {
font-size: 13px;
font-weight: bolder;
color: #3d3b3f;
margin: 10px;
padding: 15px 10px 5px 30px;
border-bottom: 2px solid #000000;
}

.entry_title {
font-family: "Century Gothic", メイリオ,　Meriyo,"Verdana";
font-size: 18px;
font-weight: bolder;
color: #3d3b3f;
margin: 0px;
padding: 5px 10px 5px 30px;
background:#f6f6f6 url('http://satorin.img.jugem.jp/20111208_2105498.gif') 8px no-repeat; border-bottom: 1px solid #fad6e4;
}

.entry_date2 {
font-size: 11px;
color: #3d3b3f;
margin: 0 5px 5px 10px;
padding: 5px 0px 2px 0px;
text-align: left;
}

.tweettitle {
font-family: "メイリオ",  "Verdana";
font-size: 14px;
font-weight: bolder;
color: #3d3b3f;
margin: 5px 3px 0 0;
padding: 5px 10px 5px 35px;
background:#d6d6d6 url('http://satorin.img.jugem.jp/20101207_1752373.gif') 8px no-repeat; 
border-bottom: 1px solid #d6d6d6;
}

.tweettitle2 {
font-family: "Century Gothic", 'メイリオ',Meiryo,  Verdana, MS UI Gothic, arial,helvetica, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 14px;
font-weight: bolder;
color: #3d3b3f;
margin: 0 ;
padding: 5px 10px 5px 35px;
background:#f8ced6 url('http://satorin.img.jugem.jp/20101207_1752373.gif') 8px no-repeat; 
border-bottom: 1px solid #d6d6d6;
}

.tweet {
font-size: 10px;
line-height: 150%;
color: #3d3b3f;
margin: 0 3px 0 0;
padding: 10px 5px 5px 5px;
text-align:right;
}

.entry_body {
font-size: 14px;
line-height: 160%;
color: #3d3b3f;
margin: 5px;
padding: 10px 10px 5px 5px;
}
.entry_body hr { display: none; }

.entry_more {
font-size: 14px;
line-height: 160%;
color: #3d3b3f;
margin: 5px;
padding: 10px 10px 5px 5px;
}

.entry_state {
font-size: 10px;
color: #DB7093;
margin: 11px;
padding: 10px 5px 20px 5px;
text-align:right;
clear:both;
}

.entry_state2 {
font-size: 14px;
font-weight: bold;
color: #3d3b3f;
margin: 11px;
padding: 10px 10px 10px 0;
text-align:left;
}

.tweetbutton { 
margin:50px 10px;
}

.zenback {
font-size: 10px;
color: #DB7093;
margin: 5px;
padding: 10px 5px 20px 5px;
text-align:right;
clear:both;
}

blockquote {
color:#000000;
margin:10px 10px 0px 10px;
padding:15px 10px 10px 20px;
border : 1px dotted #bbbbbb;
background: #ffffff url(http://7is.img.jugem.jp/20090626_712311.jpg); 
background-repeat:no-repeat;
background-position:bottom right;
}

.relatedEntry {
font-size: 12px;
line-height: 150%;
color: #000000;
margin: 5px;
padding: 10px 5px 5px 5px;
}

img {
	border:none;
	}



.pict2 {
    margin: 0px 10px 5px 0px;
    padding: 0px 5px 1px 0;
}

.pict3 { border:0; padding: 0 0 0 0; align: center;}

.pict {
margin: 0px 5px 5px 0px;
}

h4 {
    margin: 45px 0 15px ;
    padding-left: 25px;
    background: url(http://7is.img.jugem.jp/20090627_715820.gif) no-repeat left;
    color: #70964b;
    border-bottom: dotted 1px #dddddd;
    font-size: 131%;
    font-weight: bold;
}


h6 {
    margin: 8px 0 5px 0;
    padding-left: 25px;
    background: url(http://7is.img.jugem.jp/20090627_715819.gif) no-repeat left;
    background-color: #f2e5db;
    color: #444;
    border-bottom: dotted 1px #666666;
    font-size: 131%;
    font-weight: bold;
}

.ranking{
font-size: 12px;
line-height: 150%;
color: #000000;
margin: 15px 5px 5px 5px;
padding: 5px 10px 0px 5px;
}

.splink {
font-size: 11px;
color: #000000;
padding: 10px 0 5px 10px;
text-align:left;
}


.cm_tb_title {
font-size: 14px;
font-weight: bolder;
color: #db7093;
margin: 2px 0 0 0;
padding: 0px 0 10px  0px;
border-bottom: 1px solid #888888;
}

.comment_body {
font-family: "Century Gothic", メイリオ,　Meriyo,"Verdana";
font-size: 12px;
color: #444444;
line-height: 150%;
padding: 0px 0px 0px 0px;
}
.cm_tb_body {
font-family: "Century Gothic", メイリオ,　Meriyo,"Verdana";
font-size: 12px;
line-height: 150%;
color: #000000;
margin: 10px 0 0 0;
padding: 5px;
background: #ffffff;
}
.cm_state {
font-family: "Century Gothic", メイリオ,　Meriyo, "Verdana";
font-size: 12px;
color: #333333;
text-align: right;
margin: 0 0 10px 0;
padding: 5px;
background: #eeeeee;
}

.tb_state {
font-family: "Century Gothic", メイリオ,　Meriyo, "Verdana";
font-size: 12px;
color: #333333;
padding: 0 0 0 5px;
}


/* サイド */

.side {
border: 1px solid #efedeb;
background-color: #efedeb;
margin: 5px 0 15px 0;
padding:10px 10px 10px 10px;
}

.side2 {
border: 1px solid #efedeb;
background : #efedeb url(http://satorin.img.jugem.jp/20120105_2127876.gif);
margin: 5px 0 15px 0;
padding:10px 10px 10px 10px;
}

.linktitle {
font-family:  "Verdana";
font-size: 12px;
font-weight: bolder;
color: #555555;
padding: 5px 10px 5px 10px;
border-left:7px solid #ffcbdb;
border-bottom: 2px solid #ffcbdb;
background: #fee1ea url(http://img.sator.in/20100116_802383.gif);
}

.linktitle span { color:gray; }
.linktitle a.foldmark { text-decoration:none; }

.linktext {
font-size: 11px;
color: #3d3b3f;
background-color: #ffffff;
line-height: 170%;
padding: 5px;
}

.search {
font-size: 10px;
color: #000000;
line-height: 170%;
padding: 5px 0px;
}

.jugem_bana { text-align: center; }



/* ページナビ */

.navipage {
font-family: "Century Gothic", "Verdana";
font-size: 14px;
color: #000000;
margin: 0px 0px 50px 0px;
padding: 3px;
text-align: left;
}


/* コピーライト */

.copyright {
font-size: 10px;
color: #000000;
line-height: 170%;
margin: 0px;
}


/* ツリー化スクリプト */

ul.tree {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 16px;
  background-image: url(http://tea.respire.chu.jp/images/list1.gif);
  background-repeat: no-repeat;
}
ul.tree li.end {
  background-image: url(http://tea.respire.chu.jp/images/list2.gif);
}

.blogpeople-main {
overflow: auto; height:150px;
}


.blogpeople-tbp-link {
overflow: auto; height 120px;
}

div.cate,
div.bookmark{
height:400px;
overflow:auto;
}

div.com_area {
height:300px;
overflow:auto;
}

/*----oshiraseエリアの外枠や背景----*/
.oshirase{
background-color: #ffffff; 
margin: 5px 3px 5px 3px;
padding: 0px 0px 2px 0px;
border: 1px solid #f0f0f0;
}
/*----oshiraseテキスト（エントリータイトル）----*/
.oshirasetitle{
font-size: 14px;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #cccccc;
background: url(http://img.sator.in/20100116_802383.gif);
margin-top: 0;
padding: 0px 10px;
text-align: center;
}
.oshirasetext{
font-size: 12px;
color: #222222;
line-height: 160%;
text-align : left ;
margin: 5px 10px 0px 10px;
padding: 1px 0px 0px 0px;
}
/*----oshiraseテキストのリストマークを消す----*/
.oshirasetext ul {
list-style:none;
}

ul.tree {
list-style: none;
margin: 0px;
padding: 0px;
}
ul.tree li {
margin-left: 3px;
padding: 0px 0px 0px 10px;
background-image: url(http://satorinsanpo.img.jugem.jp/20101101_1362614.gif);
background-repeat: no-repeat;
}
ul.tree li.end {
background-image: url(http://satorinsanpo.img.jugem.jp/20101101_1362613.gif);
}

.newClass{
    margin-left: 2em;
    padding: 0.3em;
    border: solid 1px;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    background-color:#fff;
}

.mobile{
font-size: 12px;
line-height: 150%;
color: #000000;
padding: 0 20px 0 0;
}
