@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
	text-indent: 0px;
	margin: 0;
	padding: 0;    /*font-weight: normal;*/
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
body {
	background: #333333 url("http://www.carddas.com/jojo100nin/blog/image/bg_body.gif") repeat left top;
	text-align: center;
}


/* リンク */
/*a,
a:link {
	color: #FF6699;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
    color: #28AFCD;
    text-decoration: underline;
}
a:hover {
    color: #28AFCD;
    text-decoration: underline;
}
a:active {
    color: #28AFCD;
    text-decoration: underline;
}*/

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* タイトルバナー */
#banner {
	margin: 0px auto;
	width: 898px;
}

/* エントリー全体 */
.blog {
    background: none;
	padding-top: 7px;
	padding-bottom: 10px;
}

/* エントリー日付 */
.date {
    height: 25px;
    margin: 5px 0px 6px 5px;
    color: #000000;
    background: #DFEAFF;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url("http://www.carddas.com/jojo100nin/blog/image/bar.jpg");
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
}

/* エントリー */
.entry{
	width: 446px;
	/* margin: 10px */
    color: #000000;
	font-size: 12px;
	line-height:150%;
	word-break: break-all;
	margin-bottom: 50px;
	/* margin-left: 13px; */
}


.entry-body{
	color: #000000;
	line-height: 26px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.entry-more{
	color: #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.side a {
	text-decoration: none;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* エントリータイトル */
.entry-category_01 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_01.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
.entry-category_02 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_02.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
.entry-category_03 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_03.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
.entry-category_04 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_04.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
.entry-category_05 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_05.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}
.entry-category_06 {
	height: 70px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/category_06.jpg") no-repeat left top;
	width: 425px;
	margin: 0 auto;
	overflow: hidden;
}


/* エントリータイトルのテキスト */
.entry-header_txt {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 70px;
	line-height: 70px;
}


/* 投稿者 */
.entry-footer {
	margin: 0 auto 3em auto;
	width:430px;
	text-align: right;
	color: #000000;
	font-size: 10px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
#navi_left {
	font-size: 12px;
	padding: 5px;
	text-align: left;
}
#navi_right {
	text-align: right;
	font-size: 12px;
	padding: 5px;
}


/* 画像の中心揃え */
.btn_link {
	margin-left:12px;
}


/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    font-size: 12px;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* カラム切り替え */

/* 3カラム用 */
.layout-three-column #box {
	margin: 0 auto;
	padding: 0 12px;
	background: url("http://www.carddas.com/jojo100nin/blog/image/bg_box.gif") repeat left top;
	width: 874px;
	text-align: left;
}

.layout-three-column #frame {
	margin: 0 auto;
	padding: 0;
	background: url("http://www.carddas.com/jojo100nin/blog/image/bg_frame.gif") no-repeat left bottom;
	height: 100%;
}

/* 3カラム */
.layout-three-column #content {
	float: left;
	width: 450px;
	padding-top: 10px;
}

.layout-three-column #content a {
	color: #FF0000;	
}

.layout-three-column #links-left-box{
	float: left;
	width: 213px;
}
.layout-three-column #links-right-box {
 	float: right;
	width: 206px;
}

.layout-three-column #links-left {
	margin: 0 auto;
	padding-top: 14px;
	width: 186px;
}
.layout-three-column #links-right {
	margin: 0 auto;
	padding-top: 10px;
	width: 188px;
	color: #000000;
}

/* コピーライト */
.copyright {
	margin: 10px auto;
	width: 186px;
	font-size: 10px;
	color: #7B5C00;
	line-height: 16px;
}
.right_bg {
	background-color:#000000;
}
.icon_margin {
	margin-right: 2px;
}
.centering{
	margin-left:auto;
	margin-right:auto;
	display : block;
}
.archive {
	font-size: 14px;
	line-height: 26px;
	color: #7B5C00;
}
.archive a {
	color: #7B5C00;
	text-decoration: underline;
	font-weight: bold;
}
.entry_list {
	width: 188px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*カテゴリー色分け*/
.category {
	margin-bottom: 6px;
	font-size: 14px;
	color: #7B5C00;
}
.category a {
	color: #7B5C00;
	font-weight: bold;
	text-decoration: underline;
}


#footer {
	margin: 0 auto;
	padding: 0;
	width: 898px;
}

#left_bar {
	display: block;
	margin: 10px auto 0 auto;
}
