@charset "utf-8"; 
/*
Theme Name: Kanazu Forest of Creation
Theme URI: http://www.sosaku.jp/
Description: Kanazu Forest of Creation
Version: 1.0
Author: Almondlab.
Author URI: http://www.almondlab.jp/
*/

/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ pro w3", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #333333; 
	background: #e6e3d8;
}
a {	
	color: #cc3300;
	text-decoration: none;
}
a:hover {
	color: #ad1400;
}
h1 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
}
h2 {
	height: 35px;
	font-size: 16px;
	line-height: 38px;
	text-indent: 15px;
	background: url(images/background_title.png) no-repeat left top;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.headline {
	font-size: 14px;
	font-weight: bold;
}
.standard {
	font-size: 13px;
	font-weight: normal;
}
.caption {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}



/* -------------------- table -------------------- */

table {
	border-collapse: collapse;
}
.data table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.data td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 2px 4px;
}
.table_header_top {
	text-align: center;
	padding: 0px;
	background: #e6e6cc;
}
.table_header_left {
	text-align: left;
	background: #f2f2e4;
}
form td {
	border-top: solid 1px #999999;
}
form td {
	padding: 10px 0px 10px 10px;
}



/* -------------------- other -------------------- */

img {
	border: none;
}
li {
	list-style: none;
}
ul li {
	list-style: none;
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat 0px 9px;
}
ol li {
	margin-left: 25px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.image_left {
	float: left;
	margin-right: 10px;
}
.image_right {
	float: right;
	margin-left: 10px;
}
.space {
	height: 30px;
}
.border {
	border-top: solid 1px #999999;
	margin-top: 15px;
	padding-top: 15px;
}
.border_dashed {
	border-top: dashed 1px #999999;
	margin-top: 15px;
	padding-top: 15px;
}



/* -------------------- color -------------------- */

.color_green {
	color: #669900;
}
.color_black {
	color: #333333;
}
.color_gray {
	color: #999999;
}
.color_white {
	color: #ffffff;
}



/* -------------------- header -------------------- */

#header {
	width: 820px;
	height: 50px;
	text-align: left;
	margin: auto;
	background: url(images/frame_general_top.png) repeat-x center bottom;
}



/* -------------------- middle -------------------- */

#middle {
	width: 820px;
	margin: auto;
	background: url(images/frame_general_middle.png) repeat-y center top;
}
#title {
	display: block;
	width: 790px;
	height: 135px;
	margin: auto;
	background: url(images/main_image.jpg) no-repeat center top;
}
#title h1 {
	text-indent: -9999px;
}
#contents {
	width: 760px;
	text-align: left;
	margin: auto;
	padding-bottom: 15px;
}
#main {
	float: right;
	width: 570px;
}
.post {
	margin-bottom: 40px;
}
#sidebar {
	float: left;
	width: 170px;
}
#sidebar .frame_top {
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	background: url(images/frame_sidebar_top.png) no-repeat center top;
}
#sidebar .frame_middle {
	background: url(images/frame_sidebar_middle.png) repeat-y center top;
}
#sidebar .frame_bottom {
	height: 5px;
	font-size: 5px;
	line-height: 5px;
	background: url(images/frame_sidebar_bottom.png) no-repeat center top;
}
#sidebar .frame_middle .contents {
	width: 160px;
	margin: auto;
}
#sidebar #wp-calendar {
	width: 160px;
	text-align: center;
}
#sidebar #wp-calendar th,
#sidebar #wp-calendar td {
	color: #666666;
}
.navigation {
	display: block;
	text-align: center;
}



/* -------------------- footer -------------------- */

#footer {
	height: 50px;
	text-align: center;
	background: url(images/frame_general_bottom.png) no-repeat center top;
}
#footer address {
	font-style: normal;
	color: #999999;
	padding-top: 15px;
}
