@charset "utf-8";
/*
Theme Name: kaino-paint
Theme URI: http://kaino-paint.sakura.ne.jp/
Version: 1.6
*/



body,div,p,ul,li,span,h1,h2,h3,address,table,td,tr {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
a:link {
	color: #626262;
	text-decoration: none;
}
a:visited {
	color: #626262;
	text-decoration: none;
}
a:hover,a:focus {
	color: #626262;
	text-decoration: underline;
}
a:active {
	color: #626262;
	text-decoration: underline;
}
body {
	font-size: 80%;
	font-family: Georgia, Constantia, Hoefler Text, serif;
	background-color: #f1f1f1;
	color: #000;
	}
#wrap {
	width: 700px;
	background-color: #FFF;
	border-top: 5px solid #0f4b25;
	padding-left: 20px;
}
#header {
	margin: 20px 0 60px 0;
}
#header h1 {
	float: left;
}
#header p.logo02 {
	float: right;
	padding-right: 10px;
}
#contentWrap {
	margin-bottom: 80px;
}
#contentWrap .mainContent {
	width: 480px;
	float: left;
}
#contentWrap .mainContent h2.entryTitle ,
#contentWrap .mainContent h3{
	padding-bottom: 5px;
	border-bottom: 1px dotted #626262;
	font-size: 130%;
}
#contentWrap .mainContent .date {
	margin-top: 5px;
	font-size: 90%;
}
#contentWrap .mainContent .entry {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #626262;
}
#contentWrap .mainContent .postmetadata .top {
	float: right;
	clear: both;
}
#contentWrap .mainContent .postmetadata {
	margin-bottom: 55px;
}
#contentWrap .mainContent .navigation .alignleft {
	float: left;
}
#contentWrap .mainContent .navigation .alignright {
	float: right;
}
.subContent {
	padding-right: 20px;
	width: 170px;
	float: right;
}
.subContent h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #626262;
}
.subContent .section {
	margin-bottom: 45px;
}
.subContent .section #wp-calendar {
	text-align: center;
	width: 100%;
}
.subContent .section .entry,
.subContent .section .category{
	line-height: 1.5;
}
#footer address {
	margin-right: 10px;
	padding: 10px;
	border-top: 1px dotted #626262;
	font-style: normal;
	text-align: right;
	font-size: 90%;
}
/* clearfix
-----------------------------------*/
#header:after,
#contentWrap:after,
#contentWrap .mainContent .navigation:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* IE7用 */
#header,
#contentWrap,
#contentWrap .mainContent .navigation {
	min-height: 1px;
}
/* IE6用 */
* html #header,
* html #contentWrap,
* html #contentWrap .mainContent .navigation {
	height: 1px;
}


