@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;
	letter-spacing: 0px;    /*font-weight: normal;*/
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

body {
	background-color:transported;
}


/* リンク */
/*a,
a:link {
	color: #FF6600;
	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 {
}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #663300;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
	background: url("http://www.carddas.com/tamahon/blog/image/bg_middle.jpg") repeat-y center top;
	padding-bottom: 10px;
	width:533px;
}

/* エントリー日付 */
.date {
    height: 25px;
    margin: 5px 0px 6px 5px;
    color: #663300;
    background: #DFEAFF;
    background-position: left; 
    background-repeat: no-repeat;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
}

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


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

.entry-more{
	color: #663300;
	width: 460px;
	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-header01 {
	margin: 0 auto;
	background: url("http://www.carddas.com/tamahon/blog/image/title_01.jpg") no-repeat left top;
	height: 56px;
	width: 504px;
}
.entry-header02 {
	margin: 0 auto;
	background: url("http://www.carddas.com/tamahon/blog/image/title_02.jpg") no-repeat left top;
	height: 56px;
	width: 504px;
}
.entry-header03 {
	margin: 0 auto;
	background: url("http://www.carddas.com/tamahon/blog/image/title_03.jpg") no-repeat left top;
	height: 56px;
	width: 504px;
}
.entry-header04 {
	margin: 0 auto;
	background: url("http://www.carddas.com/tamahon/blog/image/title_04.jpg") no-repeat left top;
	height: 56px;
	width: 504px;
}
.entry-header05 {
	margin: 0 auto;
	background: url("http://www.carddas.com/tamahon/blog/image/title_05.jpg") no-repeat left top;
	height: 56px;
	width: 504px;
}
.entry-headertamacon {
	margin: 0 auto;
	height: 56px;
	width: 504px;
}


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


/* 投稿者 */
.entry-footer {
	width:460px;
	text-align: right;
	color: #663300;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* 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;
}




/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #663300;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
	border-width: 0px;
	height: 210px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.calendar_in {
	border-width: 0px;
	height: 210px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
}
.calendar iframe {
	height: 210px;
	width: 184px;
	border-style: none;
}

.calendar_in #table_main {
	padding: 0px;
	border-collapse: collapse;
	background-image: url(http://www.carddas.com/tamahon/blog/image/bg_calendar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 184px;
	margin-right: auto;
	margin-left: auto;
}
.calendar_in #table_list {
	padding: 0px;
	border-collapse: collapse;
	width: 174px;
	margin-right: auto;
	margin-left: auto;
	color: #663300;
}
.calendar_in #table_list a {
	color: #FF6600;
	text-decoration: underline;
}
.calendar_in th {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #663300;
	letter-spacing: 0px;
	padding-top: 9px;
}
.calendar_in td {
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
.today {
	display: block;
	text-align: center;
	color: #663300;
	background-color: #34AACD;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
/*
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;

    text-align: center;
    color: #663300;

    font-size: 10px;
    line-height: 140%;
}
*/
/*
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid #666666;
    text-align: center;
    color: #666666;
    background: #cccccc;
    font-size: 10px;
    line-height: 140%;
}
*/


/* サイドメニュー */
.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;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #663300;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #663300;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column {
	background: url("http://www.carddas.com/tamahon/blog/image/bg_cardback.jpg") repeat left top;
	margin-bottom: 0px;
	text-align: center;
}
.layout-three-column #container {
	margin-bottom: 10px;
}
.layout-three-column #box {
	width: 987px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;

    /* background-color: #0F404C; */
}

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

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

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

.layout-three-column #links-left {
}
.layout-three-column #links-right {
}

/* コピーライト */
.copyright {
	font-size: 10px;
	color: #663300;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.right_bg {
	background-color:#000000;
}
.icon_margin {
	margin-right: 2px;
}
.centering{
	margin-left:auto;
	margin-right:auto;
	display : block;
}

.officilasite {
	width:184px;
	margin-left:auto;
	margin-right:auto;
	
}
.archive {
	background: url("http://www.carddas.com/tamahon/blog/image/bg_sidecolumn_middle.jpg") repeat-y left top;
	font-size: 14px;
	line-height: 23px;
	color: #663300;
}
.archive a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.entry_list {
	margin: 5px auto;
	width: 169px;
}
.category {
	margin-top: 10px;
	background: url("http://www.carddas.com/tamahon/blog/image/bg_sidecolumn_middle.jpg") repeat-y left top;
	font-size: 14px;
	line-height: 23px;
	color: #663300;
}
.category a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#container {
	background: url("http://www.carddas.com/tamahon/blog/image/bg_container.jpg") repeat-y left top;
}
#main {
	padding: 0 29px;
	background: url("http://www.carddas.com/tamahon/blog/image/bg_main.jpg") no-repeat left top;
}
#footer {
	padding-bottom: 35px;
	background: url("http://www.carddas.com/tamahon/blog/image/bg_footer.jpg") no-repeat left bottom;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
