/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body { text-align: center; } /* center on ie */

body {
    min-width: 730px;
    color: #333;
    background: url(http://www.tarnica.jp/blog/img/bg01.gif) repeat #ffffff;
    margin: 20px auto; /* center on everything else */
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: x-small;
}

form { margin: 0; padding: 0; }

a { text-decoration: none; }

.small {
	font-size: xx-small;
}

/*アンカータグに含まれるイメージタグの周りの線を消す
----------------------------------------------------------------------*/
a img {
	border:none;
}

/* 全体リンクテキストカラー
---------------------------------------------------------------------- */
A:link {
 text-decoration: none;
 color: #000000;
}

A:visited {
 text-decoration: none;
 color: #000000;
}

A:active {
 text-decoration: none;
 color: #000000;
}

A:hover {
 text-decoration: underline;
 color: #000000;
}


/* 全体構造
--------------------------------------------------------------------------- */

.description {
    text-indent: -9999pt;
    color: #ffffff;
}

#container {
    width: 730px;
    text-align: left;
    background: #ffffff;
    margin: 0px auto; /* center on everything else */
}

/* タイトル
--------------------------------------------------------------------------- */

#title {
    width: 0px;
    height: 0px;
    position: absolute;
}

h1 {
    font-size: 2px;
    text-indent: -9999px;
    color: #ffffff;
}

h2 {
    font-size: 2px;
    text-indent: -9999px;
    color: #ffffff;
}

/* ヘッダー
--------------------------------------------------------------------------- */
#header {
    width: 730px;
}


/* コンテンツ
--------------------------------------------------------------------------- */
#contents {
    width: 730px;
    background: #fff;
}

/* コンテンツ左
--------------------------------------------------------------------------- */
#left {
    float: left;
    width: 175px;
    padding:20px;
    background: #fff;
}

/* コンテンツ右
--------------------------------------------------------------------------- */
#right { 
    float: right; 
    width: 490px;
    padding-top: 20px;
    padding-right: 20px;
    background: #fff;
}

/* フッター
--------------------------------------------------------------------------- */
#footer { 
    clear: both;
    width: 730px;
    height: 45px;
    background: url(http://www.tarnica.jp/blog/img/footer01.gif) no-repeat;
}

/* コンテンツ左クラス全体定義
--------------------------------------------------------------------------- */
.sidebar-content {
    color: #000000;
    font-size: x-small;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    padding-bottom: 25px;
    display: block;
    margin-top: 10px;
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-list-item {
    margin-bottom: 3px;
    padding-left: 10px;
}

.sidebar-content li {
    color: #979797;
    font-size: x-small;
    _font-size: xx-small;
    line-height: 150%;
    text-align: left;
    margin-top: 10px;
    list-style: none none;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

.sidebar-content li li {
    color: #979797;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    margin-top: 6px;
    list-style: none none;
}

/* コンテンツ左（最近のエントリー）
--------------------------------------------------------------------------- */
.recent-entry {
}

.recent-entry-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/recent_entry_header.gif) no-repeat;
}

/* コンテンツ左（最近のコメント）
--------------------------------------------------------------------------- */
.recent-comment {
}

.recent-comment-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/recent_comment_header.gif) no-repeat;
}

/* コンテンツ左（最近のトラックバック）
--------------------------------------------------------------------------- */
.recent-trackback {
}

.recent-trackback-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/recent_trackback_header.gif) no-repeat;
}

/* コンテンツ左（月別アーカイブ）
--------------------------------------------------------------------------- */
.module-archive {
}

.module-archive-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/archives_header.gif) no-repeat;
}

/* コンテンツ左（RSS FEED）
--------------------------------------------------------------------------- */
.module-feed {
}

.module-feed-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/rss_feed_header.gif) no-repeat;
}

/* コンテンツ左（特集）
--------------------------------------------------------------------------- */
.special {
}

.special-header {
    color: #ffffff;
    text-indent: -9999px;
    width: 175px;
    height: 5px;
    background: url(http://www.tarnica.jp/blog/img/special_header.gif) no-repeat;
}

/* コンテンツ右（エントリー）
--------------------------------------------------------------------------- */
.entry {
    padding-bottom: 40px;
}

.entry-header {
    color: #000000;
    font-size: 12px;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align:    left;
    word-spacing: 1px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 15px;
}

.post-header {
    font-size: x-small;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-weight:   normal;
    text-align:    left;
    display: block;
    color: #999999;
    border-top: 1px dotted #999999;
    margin-top: 10px;
    padding-top: 10px;
}

.entry-content {
    color: #000000;
    font-size: x-small;
}

.entry-body {
    color: #000000;
    font-size: small;
    line-height:170%;
}

.entry-footer {
    text-align: right;
    padding-top: 5px
}

/* 記事リンクテキストカラー
---------------------------------------------------------------------- */
.entry-body a:link {
 text-decoration: none;
 color: #69B3C6;
}

.entry-body a:visited {
 text-decoration: none;
 color: #69B3C6;
}

.entry-body a:active {
 text-decoration: none;
 color: #69B3C6;
}

.entry-body a:hover {
 text-decoration: none;
 background-color: #69B3C6;
 color: #ffffff;
}

/* コンテンツ右（記事内タグ）
--------------------------------------------------------------------------- */

.midashi {
    color: #000000;
    font-size: 12px;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align:    left;
    word-spacing: 1px;
    letter-spacing: 1px;
    display: block;
}

.caption {
    color: #000000;
    font-size: xx-small;
    font-family: "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align:    left;
    display: block;
    line-height: 100%;
}

.mini-entry  {
  font-size: x-small;
  line-height: 140%;
}

.mini-entry img {
  display: block;
  padding-right: 1em;
  padding-bottom: 1em;
  border: 0;
}

/* コンテンツ右（引用リンクテーブル）
--------------------------------------------------------------------------- */
.entry blockquote {
    width: 100%;
    font-size: 10px;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

.entry blockquote p {
    width: 440px;
    line-height: 1.6;
    font-size: 11px;
    margin: 0 0 0 0;
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}



/* アーカイブページ（トラックバック）
--------------------------------------------------------------------------- */

.trackbacks {
    padding-bottom: 20px;
}

.trackbacks-header {
    font-size: x-small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight:   normal;
    text-align:    left;
    display: block;
    color: #999999;
    border-top: 1px dotted #999999;
    margin-top: 10px;
    padding-top: 10px;
}

#trackbacks-info {
    color: #000000;
    font-size: x-small;
    text-align: center;
    line-height: 1.5;
    width: 490px;
    background: #ebebeb;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:15px;
    padding-bottom:15px;
}

.trackbacks-content {
    color: #000000;
    font-size: x-small;
    _font-size: xx-small;
    padding-left: 10px;
}

.trackback {
    padding-bottom: 20px;
}

.trackback-footer{
    font-size: x-small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight:   normal;
    text-align:    left;
    display: block;
    color: #999999;
}

/* アーカイブページ（コメント）
--------------------------------------------------------------------------- */

.comments {
}

.comments-view {
    padding-bottom: 20px;
}

.comments-header {
    font-size: x-small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight:   normal;
    text-align:    left;
    display: block;
    color: #999999;
    border-top: 1px dotted #999999;
    margin-top: 10px;
    padding-top: 10px;
}

.comments-info {
    color: #000000;
    font-size: x-small;
}

.comment {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: x-small;
    text-align:    left;
    display: block;
    color: #000000;
    padding-top: 20px;
}

.comment-content {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: x-small;
    _font-size: xx-small;
    text-align:    left;
    display: block;
    color: #000000;
    padding-left: 10px;
    line-height: 170%;
}

.comments-open {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: x-small;
    text-align:    left;
    display: block;
    color: #000000;
}

.comments-open-header {
    font-size: x-small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-weight:   normal;
    text-align:    left;
    display: block;
    color: #999999;
    border-top: 1px dotted #999999;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

comments-open-content {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: x-small;
    text-align:    left;
    display: block;
    color: #000000;
    padding-left: 10px;
    line-height: 170%;
}

/* フォーム
---------------------------------------------------------------------- */
input, select, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	vertical-align: middle;
	color: #333333;
	background: #f3f3f3;
}

#submit input {
	color: #FFFFFF;
	background-color: #333333;
	vertical-align: middle;
	height: 20px;
	width: auto;
	background-position: center;
	font-size: small;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
