@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;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* リンク */
/*
a,
a:link {
    color: #ffff00;
    text-decoration: underline;
}
a:visited {
    color: #ffff00;
    text-decoration: underline;
}
a:hover {
    color: #ff5500;
    text-decoration: underline;
}
a:active {
    color: #ffff00;
    text-decoration: underline;
}
*/
/* リンクつき画像 */
a img {
    border: 0;
}

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

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

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
	height:auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}

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

/* エントリー */

.blog {
	width:462px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
}

.entry {
    width: auto;
	color: #ffffff;
    font-size: 80%;
    line-height:150%;
	word-break: break-all;
}
.entry-body{
    width: auto;
    color: #660000;
}

.entry-content {
	width:442px;
	margin-left:auto;
	margin-right:auto;
}

.entry-more{
     color: #ffffff;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

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

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header_asuka {
	height: 61px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("http://blog.anan-ds.com/image/title_1.jpg");
	margin-top: 20px;
}

.entry-header_rie {
    height: 61px;
    background-position: left; 
    background-repeat: no-repeat;
	background-image: url("http://blog.anan-ds.com/image/title_2.jpg");
	margin-top: 20px;
}

.entry-header_utaka {
    height: 61px;
    background-position: left; 
    background-repeat: no-repeat;
	background-image: url("http://blog.anan-ds.com/image/title_3.jpg");
	margin-top: 20px;
}


/* エントリータイトルのテキスト */
.entry-header_txt {
	padding:24px 0px 15px 80px;
    color: #660000;
    font-size: 120%;
    font-weight: bold;
}


/* 投稿者 */
.entry-footer {
	text-align: right;
	color: #660000;
	font-size: 80%;
	background-image: url(http://blog.anan-ds.com/image/border_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-top: 10px;
	padding-right:20px;
}

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

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 80%;
}

/* カレンダー */
.calendarhead {
	padding-bottom: 5px;
	text-align: center;
	color: #660000;
	font-size: 120%;
	background: none;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: bold;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
	font-size: 100%;
	width: 23px;
	color: #660000;
	font-weight: normal;
	background-color: #FFCC99;
	padding: 5px;
}
.calendar td {
    padding: 2px 0;
    font-size: 100%;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}

/* サイドメニュー */
.side {
	background: none;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 30px;
	margin-top: 10px;
}

/* サイドメニュー(サブカテゴリー用) */
.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 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: #ffffff;
    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: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
	background-color: #663300;
}
.layout-three-column #box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-image: url("http://blog.anan-ds.com/image/bg_box.jpg");
	background-repeat: repeat-y;
	background-position: 2px;
}

/* 3カラム */
.layout-three-column #content {
	float: left;
	width: 492px;
	margin: 0;
	background-color: #FFFFFF;
}
.layout-three-column #links-left-box {
	float: left;
	width: 200px;
	margin-right:auto;
	background-color:#FFFFD9;
	margin-left: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #660000;
}

.layout-three-column #links-right-box {
	float: left;
	width: 200px;
	background-color:#FFE7E7;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;
	color:#66CCFF;
}

.layout-three-column #links-right-box a {
	color:#660000;
}
.layout-three-column #links-right-box a:hover {
	color:#666600;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
	width:180px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}

.layout-three-column #main_box {
	padding-right: 2px;
	padding-left: 2px;
}

#profile {
	width:115px;
	margin-left:auto;
	margin-right:auto;
	font-size: 70%;
	color: #660000;
}

#monthly_list {
	margin-left:10px;
}

#icon_content {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#icon_category {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#license {
	font-size:58%;
	color:#660000;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
