@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	scrollbar-track-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #5c759a;
	scrollbar-darkshadow-color: #bebebe;
	scrollbar-highlight-color: #d0cdd8;
	scrollbar-3dlight-color: #7a69ad;
	scrollbar-arrow-color: #C0C0C0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	color: #005b7f;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	text-align: center;
	line-height: 1.6;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input,textarea {
	background-color:#eee;
	color: #999;
	font-size: 100%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	border:1px #ccc solid;
	padding: 2px;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	margin:0;
	padding:0;
}

ol {
	list-style-position: inside;
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

blockquote {
	margin: 0;
	padding: 5px;
	color: #666;
	background-color: #f7f7f7;
	border-left: 5px solid #e6e6e6;
}

em {
	color: #9cc;
	background-color:#f7f7f7;
	font-style: normal;
	font-weight: bolder;
}

/* リンク全般（枠の外側部分） */
a {color:#005b7f; text-decoration:none;}
a:link {color:#005b7f; text-decoration:none;}
a:visited {color:#005b7f; text-decoration:none;}
a:hover {color:#ccc; text-decoration:none;}
a:active {color:#005b7f; text-decoration:none;}

/* サイトタイトル */
.site_title a {color:#bfbfbf; text-decoration:none;}
.site_title a:link {color:#bfbfbf; text-decoration:none;}
.site_title a:visited {color:#bfbfbf; text-decoration:none;}
.site_title a:hover {color:#bfbfbf; text-decoration:none;}
.site_title a:active {color:#bfbfbf; text-decoration:none;}

/* 枠の内側部分 */
.box_back a {color:#bc8f8f; text-decoration:none;}
.box_back a:link {color:#bc8f8f; text-decoration:none;}
.box_back a:visited {color:#bc8f8f; text-decoration:none;}
.box_back a:hover {color:#000; text-decoration:none;}
.box_back a:active {color:#bc8f8f; text-decoration:none;}

/* 記事・コメント・TB情報 */
.entry_state a {color:#bfbfbf; text-decoration:none;}
.entry_state a:link {color:#bfbfbf; text-decoration:none;}
.entry_state a:visited {color:#bfbfbf; text-decoration:none;}
.entry_state a:hover {color:#005b7f; text-decoration:none;}
.entry_state a:active {color:#bfbfbf; text-decoration:none;}

/* レイアウト設定-------------------- */

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}

#container {
	width: 820px;
	margin: 0;
	padding: 0;
}

#main {
	width: 580px;
	float: left;
}

#side {
	width: 220px;
	float: right;
}

/* フロートの解除 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* サイトタイトル-------------------- */

h1 {
	margin: 0;
	padding: 0;
	color: #bfbfbf;
}

.site_title {
	font-size: 30px;
	line-height: normal;
}

.description {
	color: #999;
	margin: 0;
	padding: 0;
}

/* 記事・サイドバーを囲む枠-------------- */

.box_back {
	margin-top: 20px;	/* ボックス間の上下の間隔 */
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
}

.inner {
	margin: 0;
	padding: 15px 20px;
}

/* メインカラム---------------------- */

.entry {
	margin: 0;
	padding: 15px 20px;
}

.entry_date {
	color: #ccc;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dashed;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.entry_title {
	margin-left: 10px;
}

.entry img {
	margin: 0 5px 0 0;	/* 記事内の画像の右側を5px開ける */
	border: 5px solid #e6e6e6;	/* 記事内の画像に枠をつける */
}

.NinjaClap img {
	margin: 7px 0 2px 0;
	vertical-align: middle;
}

img.emoji {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
}

.entry_more {
	margin-top: 20px;
}

.sequel_title {
	margin-top: 10px;
}

.sequel_title a,
.sequel_title a:link,
.sequel_title a:visited {
	color: #bc8f8f;
	font-size: 10px;
	border: 1px solid #e6e6e6;
	background-color: #f7f7f7;
	padding: 5px;
}

.sequel_title a:hover {
	color: #005b7f;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
}

.sequel_title a:active {
	color: #bc8f8f;
	font-size: 10px;
	border: 1px solid #e6e6e6;
	background-color: #f7f7f7;
	padding: 5px;
}

.entry_state {
	color: #bfbfbf;
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}

.cmtb_title {
	color: #ccc;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 10px;
}

.comment_form {
	padding: 20px;
	margin: 0;
	background-color: #f7f7f7;
}

.submitbtn {
	margin-top: 3px;
}

.trackback_title {
	color: #ccc;
	font-weight: bolder;
	border-top: 1px dashed;
	margin: 20px 0 5px 0;
	padding-top: 20px;
}

.trackback_description {
	margin: 0;
}

.comment_res {
	padding: 10px;
	margin-top: 10px;
	background-color: #f7f7f7;
}

.comres_title {
	color: #ccc;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 10px;
}

.tb_url {
	padding: 5px;
	background-color: #f7f7f7;
	text-align: center;
}

#navi_inner {
	margin: 0;
	padding: 10px 20px;
}

.linkmenu_left {
	float: left;
}

.linkmenu_right {
	float: right;
	font-size: 10px;
	text-align: right;
}

.navi {
	color: #ccc;
	font-size: 10px;
	font-weight: bolder;
}

.navi a {
	font-weight: normal;
}

.navi span{
	margin-right: 5px;
}

.copyright {
	font-size: 10px;
	margin-top: 5px;
}

/* サイドバー------------------------ */

#side .box_back {
	font-size: 10px;
}

/* テンプレート埋め込みのカレンダー設定 */
.calendar_box {
	margin: 0 auto;
	padding: 0;
}

.calendar_box table {
	margin: 0 auto;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
}

.weekday {
	width: 25px;
	text-align: center;
	font-size: 10px;
	color: #999;
	padding: 0px;
}

.cell {
	width: 25px;
	text-align: center;
	font-size: 10px;
	color: #999;
	background-color: #f7f7f7;
	padding: 0px;
	line-height: 2;
}

.cell a {
	display: block;
	font-weight: bolder;
	background-color: #eee;
}

.cell a:hover {
	display: block;
	color: #9cc;
	background-color: #fff;
	text-decoration: none;
}

/* プラグイン設定 */
/* プラグインカレンダー設定 */
.CalendarMoveTable {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
}

.CalendarPrevTd {
	width: 24px;
}
.CalendarNextTd {
	width: 24px;
}

.CalendarTable {
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
}

.CalendarWdayTr {
	color: #999;
	background-color: #e6e6e6;
	font-weight: bolder;
}

.CalendarTr td {
	width: 24px;
	text-align: center;
	font-size: 10px;
	color: #999;
	background-color: #f7f7f7;
	padding: 0px;
	line-height: 2;
}

.CalendarTr td a {
	display: block;
	font-weight: bolder;
	background-color: #eee;
}

.CalendarTr td a:hover {
	display: block;
	color: #9cc;
	background-color: #fff;
	text-decoration: none;
}
/* プラグインカレンダー設定ここまで */

.menu_title {
	color: #ccc;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.plugin_data_date {
	text-align: right;
}

.plugin_cm_with_res img {
	margin-left: 3px;
}

.blogsearch input {
	padding: 1px;
	font-size: 10px;
}

.box {
	margin: 0;
	width: 140px;
}

.btn {
	margin-top: 3px;
}
