/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
 mitame Template
 Name   : sblo_basic_2column 0.0.0
 Layout : 3カラム
 Update : 2012.12.04
━━━━━━━━━━━━━━━━━━━━━━━━━
*/


/* 
Color01：#dbe3db
Color02: #6589B8 
*/


/* header画像を表示したい場合は編集
#banner{
background-image:url("●●画像URL●●") !important;
background-repeat:no-repeat !important;
width:900px;
height:200px;/* 画像の高さを変えたい時は数値を変更 */
}
*/

body {
font-family:"メイリオ","Meiryo", Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif,Ariel,Helvetica;
margin:0px;
padding:0px;
text-align:left;
background-color:#FFF;
}

#container{
margin:0px auto;
padding:0px;
width:900px;
-webkit-box-shadow:0px 0px 5px 5px #ccc;
-moz-box-shadow:0px 0px 5px 5px #ccc;
box-shadow:0px 0px 5px 5px #ccc;
border: 1px solid #ccc;
}

a{
 text-decoration: none;
color:#0000ff;
 }
 
 
a:hover{
 text-decoration: underline;
color:#ff0000;
 } 
 
#banner{
margin:0px 0px 0px 0px;
padding-bottom:25px;
text-align:left;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dbe3db), color-stop(1.00, #6589B8));
background: -webkit-linear-gradient(#dbe3db, #6589B8);
background: -moz-linear-gradient(#dbe3db, #6589B8);
background: -o-linear-gradient(#dbe3db, #6589B8);
background: -ms-linear-gradient(#dbe3db, #6589B8);
background: linear-gradient(#dbe3db, #6589B8);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe3db', endColorstr='#6589B8',GradientType=0 );/* IE8 & IE9 */
*background: #6589B8; /* IE7 */
} 



h1 {
margin:0px;
padding: 20px 20px 10px 20px;
font-weight:bolder;
font-size:30px;
text-shadow: 0px 0px 15px #fff,
3px 3px 5px #eee;
}

h1 a{
color:#333333;
text-decoration: none;
}

span.description {
color:#333;
margin:0px 20px 20px 20px;
padding-bottom:20px;
font-size:14px;
}

p.date {
font-size:12px;
font-weight:bold;
margin:0px;
text-align:right;
padding:8px 10px 0px 0px;
}

h2 {
font-size:16px;
font-weight:bold;
font-family:arial, Helvetica;
margin:0px 0px;
padding:10px 0px 8px 10px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dbe3db), color-stop(1.00, #6589B8));
background: -webkit-linear-gradient(#dbe3db, #6589B8);
background: -moz-linear-gradient(#dbe3db, #6589B8);
background: -o-linear-gradient(#dbe3db, #6589B8);
background: -ms-linear-gradient(#dbe3db, #6589B8);
background: linear-gradient(#dbe3db, #6589B8);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#6589B8',GradientType=0 );/* IE9 */
border-radius:10px 10px 0 0;
border-top:solid 1px #6589B8;
border-left:solid 1px #6589B8;
border-right:solid 1px #6589B8;
border-bottom:solid 1px #6589B8;
*background: #6589B8; /* IE7 */
}

h2 a{
font-weight:bolder;
}

h2 a:hover {
color:#ff0000;
text-decoration: underline;
}

h3{
 border-left:2px solid #333;
 padding-left:10px;   
}

/* menubar */
#menubar {
font-size:14px;
font-weight:normal;
background-color:#6589B8;
border-top:0px solid #eee;
border-bottom:1px solid #eee;
margin-bottom: 20px;
}

#menuinner {
overflow:hidden;
margin-left:20px;
}

#menubar ul {
margin: 0;
padding: 0;
list-style: none;
}

#menubar ul li {
float: left;
}

#menubar ul li a {
    display:block;
padding:10px;
color:#fff;
text-decoration: none;
text-align:center;
}
#menubar ul li a:hover {
background-color: #dbe3db;
text-decoration:underline;
color:#ff0000;
border-radius:10px 10px 0 0;
}
.navi {
color:#999;
font-size:12px;
text-align:center;
margin-top:20px;
margin-bottom:10px;
width:100%;
}

#content {
clear:both;        
float:left;
width:560px;
color:#FFF;
text-align:center;
margin:0 15px 20px;
}

.blog {
margin:0px 0px 20px 0px;
text-align:left;
background-repeat:no-repeat;
background-position:top left;
}

.blogbody {
padding-top:0px;
}


.date{
font-size: 12px; 
color:#333;
}

.title{
font-weight:bold;
text-align:left;
}
.title a{
color:#0000ff;
border:none;
text-decoration: none;
font-weight:bolder;
}

.text{
font-size: 14px;
color: #333;
margin-top:0px;
line-height:1.5;
padding:20px 10px 5px 10px;
border-left:solid 1px #6589B8;
border-right:solid 1px #6589B8;
}

.posted{ 
font-size: 10px; 
color: #333;
text-align:right;
padding:5px 10px 5px 0px;
background-position:bottom left;
background:#dbe3db;
border-left:solid 1px #6589B8;
border-right:solid 1px #6589B8;
border-bottom:solid 1px #6589B8;
border-radius:0px 0px 10px 10px;
*background: #dbe3db; /* IE7 */
}
#links-left {
}
#links {
font-weight:normal;
float:left;
width:300px;
margin-right:10px;
}
.sidetitle {
color:#333;
font-size:12px;
font-weight:bold;
padding:7px 0px 7px 15px;
text-align:left;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dbe3db), color-stop(1.00, #fff));
background: -webkit-linear-gradient(#dbe3db, #fff);
background: -moz-linear-gradient(#dbe3db, #fff);
background: -o-linear-gradient(#dbe3db, #fff);
background: -ms-linear-gradient(#dbe3db, #fff);
background: linear-gradient(#dbe3db, #fff);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#dbe3db',GradientType=0 );/* IE9 */
border-radius:10px 10px 0 0;
border-top:solid 1px #dbe3db;
border-left:solid 1px #dbe3db;
border-right:solid 1px #dbe3db;
border-bottom:solid 1px #dbe3db;
*background: #dbe3db; /* IE7 */
}

.side {
color:#999;
font-size:14px;
font-weight:normal;
line-height:1.8em;
margin-bottom:20px;
padding:5px 5px 3px 10px;
margin-top:0;
text-align:left;
border-left:solid 1px #dbe3db;
border-right:solid 1px #dbe3db;
border-bottom:solid 1px #dbe3db;
border-radius:0px 0px 10px 10px;
}
.side-tag {
color:#999;
font-size:12px;
font-weight:normal;
margin-bottom:10px;
padding:3px 5px 3px 10px;
text-align:left;
}
.side-tag a{
font-size:12px;
text-decoration:none;
}
.side input {
border:1px solid #EAEAEA;
background-color:#FFF;
color:#8F8F8F;
}


.syndicate {
font-size:10px;
padding:5px 30px 0px 0px;
padding-bottom:10px;
}

#calendar {
font-weight:normal;
margin-bottom:10px;
text-align:left;
}

#calendar {
font-weight:normal;
margin-bottom:10px;
text-align:left;
}

#calendar table {
    width:300px;
}

#calendar th{
text-align:center;
font-size:12px;
color:#999;
padding:2px;
background-color:#E9F0DB;
border:1px solid #FFF;
}

#calendar td{
text-align:center;
font-size:12px;
color:#999;
padding:2px;
background-color:#F5F5F5;
border:1px solid #FFF;
}

.calendarhead {
    background:#ccc;
font-size:12px;
font-weight:bold;
padding:10px 0px ;
text-align:center;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dbe3db), color-stop(1.00, #fff));
background: -webkit-linear-gradient(#dbe3db, #fff);
background: -moz-linear-gradient(#dbe3db, #fff);
background: -o-linear-gradient(#dbe3db, #fff);
background: -ms-linear-gradient(#dbe3db, #fff);
background: linear-gradient(#dbe3db, #fff);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#dbe3db',GradientType=0 );/* IE9 */
border-radius:10px 10px 0 0;
border-top:solid 1px #dbe3db;
border-left:solid 1px #dbe3db;
border-right:solid 1px #dbe3db;
border-bottom:solid 1px #dbe3db;
*background: #dbe3db; /* IE7 */
}

.calendarhead a{
color:#8E8E8E;
text-decoration:none;
}

.calendarhead .calendarday a{
color:#8E8E8E;
}
.calendarhead .calendarday a{
color:#8E8E8E;
text-decoration:none;
}

.calendarday {
font-size:12px;
}


#comments {
margin-top:25px;
margin-left:5px;
text-align:left;
}

#comments form{
}

#comments textarea{
border:1px solid #EAEAEA;
background-color:#FFF;
color:#8F8F8F;
}

#comments input{
border:1px solid #EAEAEA;
background-color:#FFF;
color:#8F8F8F;
}

.comments-head{ 
margin:0px;
padding-top:10px;
color: #333;
font-size:12px;
}

.comments-body {
padding:5px 5px 5px 0px;
font-size: 12px;
color: #999;
}

.comments-post{ 
font-size: 10px; 
color: #999;
padding:10px 10px 10px 30px;
}

#trackback {
font-size: 12px;
color: #999;
padding:7px 5px 7px 5px;
margin-bottom:10px;
margin-left:5px;
text-align:left;
border:1px dotted #999;
}

#footer{
clear:left;
padding-top:20px;
text-align:center;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe3db', endColorstr='#6589B8',GradientType=0 );/* IE9 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dbe3db), color-stop(1.00, #6589B8));
background: -webkit-linear-gradient(#dbe3db, #6589B8);
background: -moz-linear-gradient(#dbe3db, #6589B8);
background: -o-linear-gradient(#dbe3db, #6589B8);
background: -ms-linear-gradient(#dbe3db, #6589B8);
background: linear-gradient(#dbe3db, #6589B8);
*background: #6589B8; /* IE7 */
}

address{
 font-size:14px;
 margin-top:0px;   
}

address a{
 color:#333;   
}
.powered {
padding:13px 5px 10px 0px;
text-align:center;
margin-left:10px;
}
.copyright{
font-size:80%;
width:100%;
text-align:center;
}

blockquote{
border:1px solid #ccc;
padding:5px;
margin:10px;
}

.tag-word{
margin:20px 0px 5px 0px;
line-height:1.4em;
font-size:10px;
}

.tag{
padding:10px;
position:relative;
font-size:12px;
border:1px solid #E4E4E4;
color: #9B9B9B;
}

#tag_cloud{
border:1px solid #CCC;
padding:10px;
text-align:left;
position:relative;
}

#tag_cloud a {
padding:2px;
}
.tag-title{
font-size:16px;
font-weight:bold;
text-align:left;
}
.tag-body{
margin:10px 0px;
padding:10px 0px 0px 0px;
position:relative;
}

.tag-service{
text-align:left;
font-weight:bold;
border-bottom:1px solid #CCC;
padding:0px 0px 5px 0px;
clear:left;
position:relative;
}
.tag-search{
text-align:right;
padding:5px 0px;
margin-bottom:10px;
font-weight:bold;
position:relative;
}
.tag-article{
padding:0px 10px 10px 10px;
text-align:left;
position:relative;
}
.tag-article-title{
text-align:left;
padding:0px 0px 5px 0px;
font-weight:bold;
position:relative;
}
.tag-article-posted{
font-weight:normal;
position:relative;
}
.tag-article-summary{
padding:0px 10px;
line-height:1.4em;
position:relative;
}
.tag-more{
text-align:right;
margin:10px 0px;
clear:left;
position:relative;
}
.tag-photos{
float:left;
margin:10px 7px;
position:relative;
width:140px;
height:200px;
}
.tag-photos-title{
line-height:1.4em;
padding:5px 0px;
text-align:left;
position:relative;
}
.tag-audios{
margin:5px;
position:relative;
}
.tag-audios-title{
text-align:left;
font-weight:bold;
padding:0px 0px 5px 0px;
position:relative;
}
.tag-audios-posted{
font-weight:normal;
position:relative;
}
.tag-videos{
float:left;
margin:10px 7px;
position:relative;
}
.tag-videos-title{
line-height:1.4em;
padding:5px 0px;
text-align:left;
position:relative;
}
.tag-navi{
clear:left;
text-align:center;
margin:10px 0px;
position:relative;
}


.listCategoryArticle{
margin-top:5px;
padding:5px;
border:solid 1px #FFE2E2;
}
.listCategoryArticle ul{
list-style:none;
padding:0;
margin:0 0 0 10px;
text-align:left;
list-style-position:outside;
}
.listCategoryArticle ul li{
margin:0;
background:url(http://blog.sakura.ne.jp/img/listCategoryArticle.gif) no-repeat 0 2px;
padding-left:12px;
line-height:1.4;
font-size:10px;
}

#diet-container{
    border:1px solid #999;
    padding:5px;
    margin-bottom:5px;
}

.diet-title{
    padding:2px 10px 2px 5px;
    font-size:12px;
    width:90px;
    margin-top:5px;
    font-weight:bold;
}

.diet-content{
    padding-left:10px;font-size:12px;
}

#diet-foods{
    padding-left:10px;font-size:12px;
}

.food-title{
    width:20%;
    clear:left;
    float:left;
}

.food-content{
    width:75%;
    padding-top:10px;
}

/* twitter quote */
.tweetBlockQuote{
 margin-bottom:10px;
 overflow:hidden;
 width:98%;
}
.tweetBlockQuote img{
 border:0;
}
.tweetBlockQuote .tweetImg{
 padding:0px;
 width:53px;
 text-align:left;
 overflow:hidden;
 vertical-align:top;
 float:left;
 margin-right:7px;
}
.tweetBlockQuote .tweetMain{
 padding:5px;
 border:solid 1px #ddd;
 background:#fff;
 color:#000;
 overflow:hidden;
 vertical-align:top;
 float:left;
 width:70%;
}
.tweetBlockQuote .tweetMain a.tweetOwner{
 color:#E86390;
 font-weight:bold;
 text-decoration:none;
}
.tweetBlockQuote .tweetMain a.tweetFriends{
 font-weight:bold;
 color:#26A6DC;
 text-decoration:none;
}
.tweetBlockQuote .tweetMain .tweetText{
 color:#000;
}
.tweetBlockQuote .tweetMain .tweetText a{
 color:#000;
 text-decoration:underline;
}
.tweetBlockQuote .tweetMain .tweetDate{
 color:#9C9C9C;
}
.tweetBlockQuote .tweetBoth{
 clear:both;
}
/* twitter quote */