/* font size & font family */
body                        {font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;}
#banner                     {font-family:'qMmpS Pro W6',sans-serif;}
#banner h1 a                {font-size:xx-large;}
.tag-title                  {font-size:x-large;}
#banner .description        {font-size:90%;}
.sidetitle                  {font-size:normal;font-family:'qMmpS Pro W6',sans-serif;}
.side                       {font-size:90%;}
.syndicate                  {font-size:normal;}
.date                       {font-size:88%;font-family:'qMmpS Pro W6',sans-serif;}
h3.title                    {font-size:90%;font-family:'qMmpS Pro W6',sans-serif;}
.blog .text                 {font-size:100%;}
.text blockquote            {font-size:90%;}
.listCategoryArticle ul li  {font-size:x-small;}
.tag-word                   {font-size:80%;}
.posted                     {font-size:80%;}
.comments-post              {font-size:80%;}
#calendar th                {font-size:small;font-family:'qMmpS Pro W6',sans-serif;}
.calendarday                {font-size:small;}
.navi                       {font-size:small;}
.tweetBlockQuote            {font-size:small;}

#links,
#links-left,
.side,
#content,
.blog,
.blogbody,
.text{
  overflow:hidden;
}


body{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/bg.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#f5f5f5;
  text-align:center;
  margin:0;
  padding:0;
  color:#414e6e;
}

a:link    { color:#414e6e;text-decoration:none;font-family:'qMmpS Pro W6',sans-serif; }
a:visited { color:#202b4b;text-decoration:none; }
a:hover   { text-decoration:underline; }

#links a:link    { text-decoration:underline; }
#links a:visited { text-decoration:underline; }
#links a:hover   { text-decoration:none; }

#links-left a:link    { text-decoration:underline; }
#links-left a:visited { text-decoration:underline; }
#links-left a:hover   { text-decoration:none; }

h2
,h3{padding:0;margin:0;}

#container{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/banner.png");
  background-repeat:no-repeat;
  background-position:top center;
  width:1150px;
  text-align:left;
  margin:0 auto;
}
#banner{
  padding:0px 400px 0px 150px;
  margin-bottom:0px;
  height:377px;
}
#banner h1 a{
  color:#535353;
}
#banner h1{
  margin:0;
  padding-top:30px;
  padding-bottom:20px;
}
#banner .description{
  font-weight:normal;
  padding-left:0px;
}
.navi {
  text-align:center;
  padding-bottom:14px;
}
.navi a{
  text-decoration:none;
}
#links-left{
  width:207px;
  float:left;
  margin-left:40px;
  $margin-left:20px;
  margin-right:20px;
  padding:0px 0px 0px 0px;
  line-height:1.7;
  color:#535353;
}
#links{
  width:304px;
  float:left;
  padding:0px 0px 0px 0px;
  line-height:1.7;
  color:#535353;
}
.sidetitle{
  color:#535353;
  text-align:left;
  padding:10px 0px 0px 15px;
  margin-bottom:0px;
  font-weight:normal;
}
#links-left .sidetitle{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_title_s.png");
  background-repeat:no-repeat;
  background-position:top center;
  height:30px;
  overflow:hidden;
  line-height:1;
}
#links .sidetitle{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_title.png");
  background-repeat:no-repeat;
  background-position:top center;
  height:38px;
  overflow:hidden;
  line-height:1;
}

#links-left .side
, #links-left .side-tag {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 10px 20px 15px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_s.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-color:#eeeeee;
}
#links .side
, #links .side-tag{
  margin-top:0px;
  margin-bottom:15px;
  padding:0 10px 20px 15px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-color:#eeeeee;
}
#content{
  width:519px;
  float:left;
  margin-right:20px;
}
.blog{
  padding-top:0px;
  margin-bottom:30px;
  position:relative;
}

.date{
  position:absolute;
  display:block;
  top:35px;
  left:30px;
  text-align:left;
  padding:0px 0px 0px 0px;
  color:#ffffff;
  font-weight:normal;
}
.blogbody{
  margin-bottom:0px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/title_double.png");
  background-repeat:no-repeat;
  background-position:top center;
  font-weight:normal;
  }
  h3.title{
    padding:0px 140px 0px 30px;
    line-height:1.5;
    height:130px;
  }
  a.title{
    text-decoration:none;
    color:#ffffff;
    font-weight:normal;
    padding:60px 0px 0px 0px;
    display:block;
  }
  .blog .text{
    margin:0 0 0 0px;
    color:#313131;
    padding:15px 40px 0px 30px;
    line-height:1.7;
    font-weight:normal;
    background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/text_double.png");
    background-repeat:repeat-y;
    background-position:top center;
  }
  .text:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  * html .text{
    zoom: 1;
  } /* IE6 */
  *:first-child+html .text{
    zoom: 1;
  } /* IE7 */
  .text blockquote{
    border:0px solid #ca1010;
    margin:10px 0px;
    padding:20px 20px;
    color:#ffffff;
    background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/blockquote.png");
    background-position:top center;
  }
  .bookmark{
    margin-top:5px;
  }
.posted{
  color:#313131;
  padding:0px 40px 20px 0px;
  text-align:right;
  margin-bottom:0px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/posted_double.png");
  background-repeat:no-repeat;
  background-position:bottom center;
}

#footer{clear:both;}

.powered {
  padding:20px 0px 20px 0px;
  text-align:center;
}
.powered table{
  margin:0px auto;
}
.syndicate {
  margin-right:10px;
  text-align:center;
}
#links-left #calendar {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 0px 10px 0px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_s.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-color:#eeeeee;
}
#links #calendar {
  margin-top:0px;
  margin-bottom:15px;
  padding:0 0px 10px 0px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  background-color:#eeeeee;
}
#links-left #calendar table{
  width:207px;
  margin:0px auto;
  border-collapse: separate;
  border-spacing: 1px;
}
#links #calendar table{
  width:300px;
  margin:0px auto;
}
.calendarhead{
  color:#414e6e;
  text-align:centert;
  padding:5px 0px 0px 0px;
  margin-bottom:0px;
  font-weight:normal;
}
#links-left .calendarhead{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_title_s.png");
  background-repeat:no-repeat;
  background-position:top center;
  height:37px;
}
#links .calendarhead{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_title.png");
  background-repeat:no-repeat;
  background-position:top center;
  height:45px;
}

#links-left td.calendarday a{
  font-weight:normal;
  display:block;
  text-decoration:none;
  padding:0px 0px;
  color:#ffffff;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/cal_bg_s.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  width:100%;
  height:25px;
  line-height:25px;
}
#links td.calendarday a{
  font-weight:normal;
  display:block;
  text-decoration:none;
  padding:0px 0px;
  color:#ffffff;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/cal_bg.png");
  background-repeat:no-repeat;
  background-position:bottom center;
  width:100%;
  height:27px;
  line-height:27px;
}

.calendarhead .calendarday{
  color:#414e6e;
}
.calendarhead .calendarday a{
  text-decoration:underline;
  display:inline;
  color:#414e6e;
  background:none;
}
.calendarhead a{
  text-decoration:underline;
  display:inline;
  color:#414e6e;
}
#calendar th{
  border-bottom:solid 2px #a9acac;
  color:#7d7d7d;
}
#calendar td{
  padding:0;
  margin:0;
  height:25px;
  line-height:25px;
}

.calendarday {
  padding:1px 2px;
  color:#000000;
}
#calendar th.sunday{
color:#ff0000;
}
#calendar th.saturday{
}

input{
  max-width:200px;
}
.side input[type="text"]{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/input_text_bg.png");
  background-repeat:repeat-x;
  background-position:top center;
  border:solid 1px #868686;
  height:22px;
  line-height:22px;
  padding:0;
  margin:0;
  border:solid 0px #ffffff;
  width:150px;
  vertical-align:middle;
}
.side input[type="text"]:hover{
  opacity:0.9;
  filter:alpha(opacity=90);
  -ms-filter:"alpha(opacity=90)";
}
.side input[type="text"]:focus{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha(opacity=70)";
}
#links-left .side input[type="text"]{
  width:100px;
}
.side .input-submit{
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/side_input_submit.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#ffffff;
  border:0;
  color:#ffffff;
  width:40px;
  height:22px;
  line-height:22px;
  display:inline-block;
  cursor:pointer;
  vertical-align:middle;
}
.side .input-submit:hover{
  opacity:0.9;
  filter:alpha(opacity=90);
  -ms-filter:"alpha(opacity=90)";
}
#comments .input-submit{
  margin-right:5px;
  background-image:url("http://blog.seesaa.jp/img/bg/airmail_2/input_submit.png");
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#ffffff;
  border:0;
  color:#ffffff;
  width:74px;
  height:34px;
  line-height:34px;
  display:inline-block;
  cursor:pointer;
}
#comments .input-submit:hover{
  opacity:0.9;
  filter:alpha(opacity=90);
  -ms-filter:"alpha(opacity=90)";
}


#comments {
  padding:20px 20px 20px 20px;
  margin-top:25px;
  background:#e4dfd4;
}
#comments form {
  margin:0px;
  padding:0px 10px;
}
textarea{
  width:95%;
  margin-bottom:5px;
}
.comments-head{ 
  color:#414e6e;
  font-weight:bold;
  margin:0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom:solid 1px #535353;
}
.comments-body {
  margin:0px;
  padding:0px;
}
.comments-body .text{
  color:#535353;
  padding:0px;
  margin:0px;
}
.comments-post {
  padding:5px 10px;
  text-align:right;
  border-bottom:dotted 0px #999;
  margin-bottom:20px;
}
#trackback {
  padding:20px 20px 20px 20px;
  margin-top:25px;
  background:#e4dfd4;
}
.copyright{
  text-align:center;
}
.diet-content{
  padding-left:10px;
}
#diet-foods{
  padding-left:10px;
}
.food-title{
  width:20%;
  clear:left;
  float:left;
}
.food-content{
  width:75%;
  padding-top:10px;
}
#diet-container{
  border:1px solid #999;
  padding:5px;
  margin-bottom:5px;
}
.diet-title{
  padding:2px 10px 2px 5px;
  margin-top:5px;
}
.diet-content{
  padding-left:10px;
}
#diet-foods{
  padding-left:10px;
}
.food-title{
  width:20%;
  clear:left;
  float:left;
}
.food-content{
  width:75%;
  padding-top:10px;
}
.tag-word{
  margin:10px 0px 0px 0px;
  line-height:1.4em;
  text-align:right;
}
.tag{
  padding:20px 20px 20px 20px;
  margin-top:0px;
  background:#e4dfd4;
}
#tag_cloud{
  border:1px solid #CCC;
  padding:10px;
  text-align:left;
  position:relative;
}
#tag_cloud a {
  padding:2px;
}
.tag-title{
  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 5px;
  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 5px;
  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 #b8b3aa;
}
.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.seesaa.jp/img/listCategoryArticle.gif) no-repeat 0 2px;
  padding-left:12px;
  line-height:1.4;
}

/* 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 */
