@charset "utf-8";

/*
Theme Name: とちまるくんブログ
Theme URI: 
Description: とちまるくんブログ
Version: 1.0

Tags: 
*/

@import url("common/css/default.css");
@import url("common/css/layout.css");


/*-----　コメント　-----*/
.comment {
	background-color: #E2E8D9;
	padding: 1em;
	margin: 0 20px 20px 10px;
}

.commentmeta {
	font-size: 0.8em;
}

dl.commentform {
	margin: 0 0 1em 1em;
}

dl.commentform dt {
	font-weight: bold;
}

dl.commentform dd {
	margin-bottom: 1em;
}

.submitbtn {
	margin: 10px 0 10px 4em;
}

.commentform input[type="text"],
.commentform textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 80%;
}

.commentform input[type="text"]:focus,
.commentform textarea:focus {
	background-color: #F0F4EA;
}

.bypostauthor

/*----- カレンダー（ウィジェット用） -----*/
#wp-calendar {
	width: 90%;
	margin-bottom: 20px;
	font-size: small;
	text-align: center;
	width: 90%;
	/*border: thin double #999;*/
}

#wp-calendar a {
	color: #369;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #F90;
	border: none;
}

#wp-calendar td, #wp-calendar th {
	width: 13%;
}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
	color: #036;
}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}

/*　画像の配置　*/
img.alignnone { /*　指定なし　*/
	margin-bottom: 10px;
}

div.alignnone { /*　指定なし:キャプションあり　*/
	margin-bottom: 10px;
}

.align_right { /*　右寄せ　*/
	margin: 0 0 10px 10px;
	float: right;
}

.align_left { /*　左寄せ　*/
	margin: 0 10px 10px 0;
	float: left;
}

.aligncenter { /*　中央配置　*/
	margin: 0px auto 10px;
	display: block;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text, /*　投稿内画像下のキャプション　*/
.gallery-caption { /*　ギャラリー画像下のキャプション　*/
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	margin: 0;
}