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

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

body {
    font-size: 100%;
}

html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #010000;
    text-decoration: none;
}
a:hover {
    color: #010000;
    text-decoration: underline;
}
a:active {}

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {
    text-align:left;
	background:url(img/common/header.jpg) #F6F6DE left top no-repeat;
	height:407px;
	width:900px;
}

#header #blog-name {
	width:314px;
	height:34px;
	margin:48px 0 0 44px;
	text-indent:-9999px;
	overflow:hidden;
}

#header #blog-name a {
	width:314px;
	height:34px;
	display:block;
}

#home {
	width:85px;
	height:53px;
	margin:174px 0 0 753px;
	text-indent:-9999px;
	overflow:hidden;
}

#home a {
	width:85px;
	height:53px;
	display:block;

}


/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}


/*　各ブログ記事　*/
.entry_base {
	margin-bottom:35px;
	width:413px;
}

.entry_base_end {
	margin-bottom:0px;
	width:413px;
}

/* ブログ記事のヘッダ */
.entry_header_area {
	background:url(img/common/img_blog.jpg) right top no-repeat;
	width:413px;
	height:71px;
}

.date {
	width:350px;
	background:url(img/common/sttl_date.gif) left 2px no-repeat;
	color:#010000;
	font-size:11px;
	padding-left:63px;
}

.author {
	width:350px;
	background:url(img/common/sttl_author.gif) left 1px no-repeat;
	padding-left:42px;
	color:#010000;
	font-size:11px;
	margin-top:5px;
}


/* ブログ記事タイトル */
.entry-header {
    font-size: 13px;
    font-weight: bold;
	background:url(img/common/sttl_title.gif) left 3px no-repeat;
	padding-left:31px;
	margin-top:20px;
}

.entry-header a {
	text-decoration:underline;
}

/* ブログ記事 */
.entry {
    width:413px;
	margin-top:10px;
    color: #3C352F;
    font-size: 12px;
    line-height:160%;
    word-break: break-all;
}

.entry-content {
	margin:0;
	padding:0;
	width:413px;
}

.entry-content img {
	border:#FFFFFF 5px solid;
}

/* 段落 */
.entry p {
    margin:5px 0;
}


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

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

/* テキストエリア */
.entry textarea {
    width: 97%;
}

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

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}



/* 記事のメタデータ */
.entry-footer {
    text-align: left;
	background:url(img/common/line_blog.gif) left bottom no-repeat;
	height:25px;
	margin-top:10px;	
}

#sttl_category {
	background:url(img/common/sttl_category.gif) left 4px no-repeat;
	width:292px;
	color:#010000;
	font-size:11px;
	padding-left:51px;
	float:left;
}

#sttl_category {
	_width:343px;
}

#pagetop {
	background:url(img/common/ico_pagetop.gif) left 4px no-repeat;
	width:54px;
	color:#010000;
	font-size:11px;
	padding-left:16px;
	float:left;
}

#pagetop {
	_width:70px;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

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

/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
	width:413px;
    text-align: center;
    font-size: 11px;
	color:#353432;
	margin-top:10px;
	height:15px;
}

#content-nav_left {
	width:232px;
	float:left;
}

#previous_page {
	width:166px;
	background:url(img/common/ico_previous.gif) left 2px no-repeat;
	padding-left:15px;
	float:left;
	height:15px;	
}

#main_page {
	width:36px;
	background:url(img/common/ico_pagetop.gif) left 2px no-repeat;
	padding-left:15px;
	float:right;	
	height:15px;	
}

#next_page {
	width:166px;
	background:url(img/common/ico_next.gif) right 2px no-repeat;
	padding-right:15px;
	float:right;
	height:15px;	
}
	
	
/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

/* サイドメニュータイトル */
.sidetitle {
    text-align: center;
    font-size: 12px;
    line-height: 160%;
}

#ttl_recent_entry {
	width:281px;
	height:15px;
	background:url(img/common/ttl_recent_entry.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#ttl_monthly_archives {
	width:281px;
	height:17px;
	background:url(img/common/ttl_monthry_archives.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:18px;
}

#ttl_author_archives {
	width:281px;
	height:15px;
	background:url(img/common/ttl_autor_archives.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:18px;
}

#ttl_category_archives {
	width:281px;
	height:17px;
	background:url(img/common/ttl_category_archives.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:18px;
}


#ttl_links {
	width:281px;
	height:15px;
	background:url(img/common/ttl_link.gif) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:18px;
}

/* サイドメニュー */
.side {
    color: #010000;
    font-size: 12px;
    line-height: 160%;
	background:url(img/common/line_right_navi.gif) left bottom no-repeat;
	width:281px;
	padding-bottom:20px;
}

.side ul,
.side ol {
    padding-left: 17px;
	padding-top:13px;
}
.side ul li {
    list-style-type:none
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}

.side ul#recent_entry {
	padding-left:11px;
}

.side ul#recent_entry li {
	background:url(img/common/list_style_ten.gif) left 9px no-repeat;
	padding-left:5px;
}

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



/* レイアウト */
body.layout-two-column-right {
    text-align: center;
    background: #F6F6DE;
}

.layout-two-column-right #container {
    margin-bottom: 10px;
}

.layout-two-column-right #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color:#F6F6DE;
}

.layout-two-column-right #box {
    width: 900px;
}



/* レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 520x;
	 background: #F6F6DE;

}
.layout-two-column-right #links-right-box {
    float: left;
	 background: #F6F6DE;
    width: 380px;
}
.layout-two-column-right #links-right {
    padding:15px 74px 15px 25px;
}


/* レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding:3px 100px 0px 0;
	width:405px;
}


/* フッタ */
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    height: 45px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}

.layout-two-column-right #footer {
    width: 900px;
}


input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

