@charset "EUC-JP";

/* Template Info
==============================================================================
 Name: several line
 Layout: 2Column Fixed Layout (Right Menu)
 Update: 2008.05.19
 
 designed by cie. http://blog.livedoor.jp/cie/
==============================================================================
*/

/* STYLE GUIDE
------------------------------------------------------------------------------
# [Layout]

 1. Body
   2. Container / #container
     2.1. Header / #banner
     2.2. Content / #content
       2.2.1. Left column(main) / #content
       2.2.2. Right column(sidebar) / #links
     2.3. Footer / #footer

 livedoor Header / #header
 Advertisements  / #ad


# [Color Codes]

 Text-Color:    #033
 Background:    #9cc
 Content-Color: #fff6e9

 Link-Text: #963
 Link-Text: #033

------------------------------------------------------------------------------
*/


/* 初期設定
------------------------------------------------------------------------------*/
* {margin: 0;padding: 0;}

body {
  width: 100%;
  height: 100%;
  font-family: Verdana, sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Meiryo, Osaka, Arial;
  text-align: center;
  letter-spacing: 1px;
  color: #033;
  font-size: 100%;
  line-height: 1.3;
  background-color: #9cc;
  }
a, a:link, a:active, a:visited {color: #963;text-decoration: none;}
a:hover, a:focus {color: #033;text-decoration: underline;}
br {letter-spacing: normal;}
img {border: 0;}
p {margin-bottom: 1em;}
select option {padding: 0 5px;}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  }
ul, ol, dl {margin: 1em 1em 1em 2em;}
ul ul {
  list-style-type: square;
  margin-left: 1em;
  }
ul ul ul {list-style-type: circle;}
ol ol {
  list-style-type: upper-roman;
  margin-left: 1em;
  }
ol ol ol {list-style-type: upper-alpha;}
h1,h2,h3,h4,h5 {margin: .3em 0; }
hr {
  border: 1px;
  height: 1px;
  color: #033;
  background-color: #033;
  margin: 1em;
  }
blockquote {
  font-size: .9em;
  background: #fff;
  color: #033;
  border-left: 2px solid #033;
  padding: 1em;
  overflow: hidden;
  word-break: break-all;
  }
blockquote[title]::after {
  padding: 1em 0 0;
  font-size: .9em;
  color: #999;
  background-color: transparent;
  text-align: right;
  content: attr(title);
  display: block;
  }
blockquote[cite]::after {
  padding: 1em 0 0;
  font-size: .9em;
  color: #999;
  background-color: transparent;
  text-align: right;
  content: attr(cite);
  display: block;
  }
blockquote[title][cite]::after {
  padding: 1em 0 0;
  font-size: .9em;
  color: #999;
  background-color: transparent;
  text-align: right;
  content: attr(title)" - "attr(cite);
  display: block;
  }
blockquote ul,
blockquote ol {
  margin-left: 2em !important;
  }


/* レイアウト
------------------------------------------------------------------------------*/
#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: #fff6e9;
  }
#content {
  float: left;
  width: 540px;
  padding: 0 0 30px;
  margin-right: 10px;
  }
#links {
  width: 220px;
  float: left;
  padding: 0 0 30px 0;
  margin-left: 10px;
  text-align: left;
  }
#footer {
  clear: both;
  padding: 10px 0 40px 40px;
  font-size: .65em;
  line-height: 2em;
  }


/* バナー
------------------------------------------------------------------------------*/
#banner {
  width: 800px;
  height: 160px;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/d/9/d9ab51dd.png) repeat-x;
  text-align: left;
  }
#banner a,
#banner a:link,
#banner a:active,
#banner a:visited {color: #033;text-decoration: none;}
#banner a:hover {color: #033;text-decoration: none;}

.blogtitle {
  font-size: 17px;
  padding: 71px 0 0 30px;
  margin: 0;
  text-align: left;
  font-weight: 900;
  }
.description {
  font-size: 11px;
  padding: 8px 0 0 30px;
  margin: 0;
  text-align: left;
}

/* パンくずリスト
------------------------------------------------------------------------------*/
#breadcrumb {
  text-align: left;
  padding: 1em;
  margin: 0 2em 1.5em 2em;
  color: #033;
  font-size: .8em;
  }
#breadcrumb a {border-bottom: 1px dotted #033;}
#breadcrumb a:hover,
#breadcrumb a:focus {border: 0;}

/* 記事
------------------------------------------------------------------------------*/
.blog {
  padding-left: 20px;
  padding-right: 20px;
  }
.date {
  font-size: .8em;
  padding: 0 15px 1px 0;
  margin: 15px 0 0;
  text-align: right;
  }
.blogbody {
  padding: 0 0 20px 0;
  line-height: 1.3em;
  border: 0;
  }
.title {
  color: #033;
  font-size: 1em;
  font-weight: 900;
  margin-bottom: .5em;
  padding: .5em 0 .2em 1.3em;
  border-bottom: 1px solid #033;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/2/b/2b7c4436.png) no-repeat 0 50%;
  }
.title img {padding: 0 0 0 5px;}
.title a,
.title a:link,
.title a:active,
.title a:visited {color: #033;text-decoration: none;}
.title a:hover,
.title a:focus {color: #963;text-decoration: none;}
.main {
  font-size: .8em;
  margin: 0 5px 20px 10px;
  padding: 0 5px 0 5px;
  word-break: break-all;
  }
.main a,
.main a:link,
.main a:active,
.main a:visited {}
.main a:hover,
.main a:focus {}
.main acronym,
.main abbr {
  cursor: help;
  border-bottom: 1px dotted #963;
  }
.main img {
  margin: 0 1px;
  vertical-align: middle;
  float: none;
  border: 0;
  }
.main img.pict {
  margin: 0 5px 3px 5px;
  border: 1px solid #033;
  }
.main ul,
.main ol,
.main dl,
.main blockquote {margin: 2em 0 2em 1em;}
.continues{
  clear: both;
  font-size: 1.2em;
  font-weight: 900;
  margin: 1em 0;
  }
.continues a,
.continues a:link,
.continues a:visited {color: #033;text-decoration: none;}
.continues a:hover,
.continues a:focus {color: #033;text-decoration: underline;}
.main-continues {clear:both;}
.article-tags {
  background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/tag.gif) no-repeat 0 50%;
  padding-left: 25px !important;
  margin: 1em .5em !important;
  height: 1%;
  min-height: 16px;
  }
.common-theme {
  background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/common_theme.gif) no-repeat 0 50%;
  padding-left: 25px !important;
  margin: 1em .5em !important;
  height: 1%;
  min-height: 16px;
  }
.posted {
  margin: 1em .5em 3em;
  list-style-type: none;
  font-size: .6em;
  text-align: right;
  }
.posted ul {margin-top: .2em;}
.posted li {display: inline;}
.posted a, .posted a:link, .posted a:visited{color: #963;text-decoration: none;}
.posted a:hover, .posted a:focus, .posted a:active{color: #033;text-decoration: underline;}
.posted a img {vertical-align: text-bottom;}
.nick {margin-left: 2px;}

a.ldclip-redirect img {}
span.clap img {vertical-align: text-bottom !important;}


/* ナビゲーション
------------------------------------------------------------------------------*/
.pager {
  font-size: .8em;
  text-align: center;
  margin: 2em 0 3em;
  }
.pager a,
.pager a:link,
.pager a:visited {color: #033;text-decoration: none;}
.pager a:hover,
.pager a:focus {color: #963;text-decoration: underline;}
.pagetop{
  font-size: .8em;
  text-align: right;
  margin: 2em 0;
  }
.pagetop a,
.pagetop a:link,
.pagetop a:active,
.pagetop a:visited {color: #033;text-decoration: none;}
.pagetop a:hover,
.pagetop a:focus {color: #963;text-decoration: underline;}
.nextpage {
  margin: 1em 0;
  font-size: .8em;
  text-align: center;
  }
.nextpage a {}
.nextpage a:hover,
.nextpage a:focus {}


/* トラックバック
------------------------------------------------------------------------------*/
.trackback-urlhead {
  font-size: .9em;
  font-weight: 900;
  margin: 3em 0 1em;
  padding: .3em 0 .3em 1em;
  border-left: 15px solid #963;
}
.trackback-url {
  color: #963;
  font-size: .7em;
  font-weight: 900;
  margin: 1em 0 3em 2em;
  }
.trackback-head {
  font-size: .9em;
  font-weight: 900;
  margin: 2em 0 1em;
  padding: .3em 0 .3em 1em;
  border-left: 15px solid #963;
  }
.trackback-body {
  font-size: .75em;
  margin: 1em 1em 0;
  padding: 1em .5em .5em;
  }
.trackback-post{
  font-size: .65em;
  text-align: right;
  margin: 0 1em 2em;
  padding: .5em .5em 1em;
  border-top: 1px solid #033;
  }
.trackback-post a,
.trackback-post a:link,
.trackback-post a:visited {color: #963;text-decoration: none;}
.trackback-post a:hover,
.trackback-post a:focus,
.trackback-post a:active {color: #033;text-decoration: underline;}

/* コメント
------------------------------------------------------------------------------*/
.comments-head {
  font-size: .9em;
  font-weight: 900;
  margin: 3em 0 1em;
  padding: .3em 0 .3em 1em;
  border-left: 15px solid #963;
  }
.comments-body {
  font-size: .75em;
  margin: 1em 1em 0;
  padding: 1em .5em .5em;
  }
.comments-body img {
  margin: 0 1px;
  vertical-align: middle;
  float: none;
  border: 0;
  }
.comments-post {
  font-size: .65em;
  text-align: left;
  margin: 0 1em 2em;
  padding: .5em .5em 1em;
  border-top: 1px solid #033;
  }
.comments-post a,
.comments-post a:link,
.comments-post a:visited {color: #963;text-decoration: none;}
.comments-post a:hover,
.comments-post a:focus,
.comments-post a:active {color: #033;text-decoration: underline;}

.body-rows {}
.post-rows {text-align: right;}

/* コメントフォーム
------------------------------------------------------------------------------*/
table.form {margin: 20px 0 0 10px;} 
table.form td {font-size: .8em;font-weight: normal; padding: .4em 0;} 
table.form label {font-weight: 900; padding-right: .3em;} 
table.form #author,
table.form #email,
table.form #url {
  width: 250px;
  background: #fff;
  border: 1px solid #033;
  font-size: 1.2em;
  } 
table.form #text {
  width: 400px;
  height: 200px;
  border: 1px solid #033;
  font-size: 1.2em;
  background: #fff;
  } 

table.form input,
table.form textarea {padding: .3em;}
table.form input:hover,
table.form textarea:hover {background: #fafafa !important;}
table.form input:focus,
table.form textarea:focus {background: #ffe !important;}
table.form input#submit {
  width: 250px;
  font-size: 1.2em;
  background: #fafafa;
  padding: 1em;
  letter-spacing: .5em;
  cursor: pointer;
  border: 1px solid #033;
  }
table.form input#submit:hover,
table.form input#submit:focus {background: #ffe !important;}

#error {
  color: #f44;
  background: #fee;
  border: 1px solid #f99;
  font-size: .8em;
  font-weight: 900;
  padding: 2em;
  margin: 2em 1em 1em 1em;
  }

/* サイドメニュー
------------------------------------------------------------------------------*/
.sidetitle {
  font-size: .8em;
  font-weight: 900;
  padding: .3em .3em .3em 1em;
  text-align: left;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/0/3/03098eb2.png) no-repeat 0 20%;
  }
.side {
  font-size: .75em;
  text-align: left;
  margin-bottom: 2em;
  padding-top: .5em;
  line-height: 1.25em;
  width: 100%;
 }
.sidebody {
  padding: .2em .4em .2em 1.1em;
  margin-left: .5em;
  margin-bottom: .5em;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/4/1/410b74c6.png) no-repeat 0 40%;
  }
.sidebody a,
.sidebody a:link,
.sidebody a:visited {color: #033;text-decoration: none;}
.sidebody a:hover,
.sidebody a:focus,
.sidebody a:active {color: #033;text-decoration: underline;}

#ld-services {padding: 2em 0 !important;}

/* カレンダープラグイン
------------------------------------------------------------------------------*/
.calendarhead {
  font-size: .8em;
  font-weight: 900;
  padding: .3em .3em .3em 1em;
  text-align: left;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/0/3/03098eb2.png) no-repeat 0 20%;
  margin-bottom: .5em;
  }
.calendartable {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-left: 1px solid #033;
  border-bottom: 1px solid #033;
  }
.calendarweek {
  padding: .5em 0;
  font-size: .7em;
  font-weight: 900;
  text-align: center;
  }
.calendarwd {
  border-right: 1px solid #033;
  border-top: 1px solid #033;
  padding: .4em 0;
  }
.calendard {
  empty-cells: show;
  border-top: 1px solid #033;
  border-right: 1px solid #033;
  padding: .4em 0;
  }
.calendardbg {
  border-top: 1px solid #033;
  border-right: 1px solid #033;
  padding: .4em 0;
  }
.calendar {
  font-size: .7em;
  text-align: center;
  }
.calendar a,
.calendar a:link,
.calendar a:visited {color: #033;text-decoration: none;font-weight: 900;}
.calendar a:hover {color: #033;text-decoration: underline;}

a.calendarpre,
a.calendarnext {font-size: .7em;}

.sun{color: #c03;}
.weekday{}
.sat{color: #30c;}


/* タグクラウドプラグイン
------------------------------------------------------------------------------*/
ul.tagcloud a,
ul.tagcloud a:link,
ul.tagcloud a:visited,
ul.tagcloud a:active {color: #963;text-decoration: underline;}
ul.tagcloud a:hover,
ul.tagcloud a:focus {color: #033;text-decoration: none;}

/* フッター
------------------------------------------------------------------------------*/
#footer a,
#footer a:link,
#footer a:visited {color: #963;}
#footer a:active,
#footer a:hover {color: #033; text-decoration: underline;}
#footer a[title="RSS Feed"] {
  padding-left:17px;
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/e/1/e10a25a7.png) no-repeat;
  }
#footer a[title="ATOM Feed"] {
  background: url(http://image.blog.livedoor.jp/tsuborn/imgs/2/3/237c6f0c.png) no-repeat;
  padding-left:17px;
  }
#footer {font-size: .7em;}
#footer p {}
#footer ul {
  margin: 0 0 2em;
  list-style-type: none;
  }
#footer li {display: inline;}

/* インデックスナビゲーション
------------------------------------------------------------------------------*/
ul.index-navigator li,
ol.paging-number,
ol.paging-number li {
  display: inline;
  padding: 0;
  margin: 0;
  }
div.index-navigator-outer {
  text-align: center!important;
  }
/* for IE hasLayout */
ul.index-navigator li a {
  zoom: 1;
  }
.index-navigator {
  border: 0;
  margin: 2em 0;
  padding: 0;
  font-size: 1.2em;
  }
.index-navigator li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  }
.index-navigator a {
  margin: 0 3px 0 2px;
  }
.index-navigator a:link,
.index-navigator a:visited {
  padding: .3em .6em;
  text-decoration: none;
  }
.index-navigator a:hover,
.index-navigator a:focus {
  text-decoration: underline;
  }
.index-navigator .paging-prev a,
.index-navigator .paging-prev a:link,
.index-navigator .paging-prev a:visited,
.index-navigator .paging-next a,
.index-navigator .paging-next a:link,
.index-navigator .paging-next a:visited {
  font-weight: 900;
  padding: .3em .6em;
  }
.index-navigator .paging-prev a:hover,
.index-navigator .paging-next a:hover {}
.index-navigator .current {
  color: #fff;
  background: #963;
  font-weight: 900;
  padding: .3em .6em;
  }
.index-navigator .paging-first,
.index-navigator .paging-last {}


/* 広告
------------------------------------------------------------------------------*/
#ad{margin: 3em 1em 2em; width: 85%;}
#ad iframe {width: 100%;}
.gAdsense {padding: 1em;width:100% !important;}
.ad{}
a.adtitle,
a.adtitle:link,
a.adtitle:visited,
a.addescription,
a.addescription:link,
a.addescription:visited,
a.addescription:active,
a.adurl,
a.adurl:link,
a.adurl:visited,
a.adurl:active {color: #033;}
a.adtitle:hover,
a.addescription:hover,
a.adurl:hover {color: #963;}
a.adld{color: #033;}

/* livedoor Blog ヘッダー
------------------------------------------------------------------------------*/
table#header {
  font-size: .75em;
  background: #eee;
  border-bottom: 2px solid #999;
  letter-spacing: normal;
  line-height: 1.1em;
  }
table#header a,
table#header a:link,
table#header a:active,
table#header a:visited {color: #789;}
table#header a:hover,
table#header a:focus {color: #987;}
table#header td,
table#header th {
  padding: .3em 0;
  border-bottom: 2px solid #ccc;
  }

/* その他
------------------------------------------------------------------------------*/
.left {float: left !important;}
.right {float: right !important;}
.clear {clear: both;}

.rating img{vertical-align: top;padding: 3px 0;}

