@charset "utf-8";
/*
Theme Name: WordPress TOC
Theme URI: http://www.tree-of-courage.net/
Description: Tree of courageオリジナルテーマ
Version: 1.0
Author: popula
Author URI: http://www.tree-of-courage.net/

*/

/*---------------------------------------------

ブログページ用シート

---------------------------------------------*/

/* ▼メイン */

#main {
	width: 740px;
	margin: 0 auto;
}

h2 {
	padding-right: 10px;
	_padding-bottom: 3px; /* IE用ハック */
	color: #15936b;
	font-size: 153%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: right;
	border-bottom: #19c99e 3px solid;
}

#navi {
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 84%;
	color: #15936b;
	text-align: left;
}

/* ▼メイン左カラム */

#main_left {
	width: 200px;
	float: left;
	text-align: left;
}

.subblock_title {
	display: block;
	width: 200px;
	height: 21px;
	_height:25px; /* IE用ハック */
	padding-top: 4px;
	color: #fff;
	font-size: 96%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: center;
	background: url(/assets/templates/toc/img/submenu_title.gif);
}

.subblock_menu {
	background: url(/assets/templates/toc/img/submenu_back.gif) repeat-y;
	margin-bottom: 8px;
}

.subblock_menu ul {
	padding: 10px;
	background: url(/assets/templates/toc/img/submenu_back_bottom.gif) bottom no-repeat;
}

.subblock_menu li {
	padding-left: 12px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #0b6651;
	background: url(/assets/templates/toc/img/submenu_arrow.gif) left no-repeat;
}

.subblock_menu #calendar_wrap {
	padding: 10px;
	text-align: center;
	background: url(/assets/templates/toc/img/submenu_back_bottom.gif) bottom no-repeat;
}

table#wp-calendar {width: 160px;}

table#wp-calendar caption {
	font-size: 90%;
	color: #0b6651;
	font-weight: bold;
	padding-bottom: 4px;
}

table#wp-calendar th,table#wp-calendar td {
	font-size: 84%;
	color: #0b6651;
	text-align: center;
	padding: 2px;
}

table#wp-calendar tfoot td {
	font-size: 90%;
	padding-top: 4px;
}

/* ▼メイン右カラム */

#main_right {
	width: 530px;
	float: right;
	text-align: left;
}

h3 {
	display: block;
	width: 530px;
	height: 22px;
	_height: 25px; /* IE用ハック */
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 36px;
	color: #fff;
	font-size: 96%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: left;
	background: url(/assets/templates/toc/img/contents_title.gif) no-repeat;
}

h3 a {color: #fff;}

div.post p.entry_date {
	width: 520px;
	font-size: 84%;
	color: #0b6651;
	font-weight: bold;
	text-align: right;
}

div.entry {margin: 10px;}

div.entry p {
	font-size: 84%;
	margin-bottom: 20px;
}

p.postmetadata {
	width: 520px;
	margin-bottom: 20px;
	font-size: 84%;
	color: #0b6651;
	text-align: right;
}

p.postmetadata2 {
	padding:4px;
	font-size: 84%;
	color: #0b6651;
	border: #0b6651 1px solid;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #666666;
	line-height: 20px;
	padding: 0 4px 3px;
	margin: 0;
}

p.link {
	font-size: 78%;
	line-height: 120%;
}

/*---------------------------------------------

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

---------------------------------------------*/
