@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	line-height: 1.6;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input,textarea {
	background-color:#fff;
	color: #000;
	font-size: 100%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	border:1px #000 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: #999;
	background-color:#f7f7f7;
	font-style: normal;
	font-weight: bolder;
}

/* リンク全般（枠の外側部分） */
a {color:#000; text-decoration:none;}
a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#ccc; text-decoration:none;}
a:active {color:#000; text-decoration:none;}

/* サイトタイトル */
.site_title a {color:#000; text-decoration:none;}
.site_title a:link {color:#000; text-decoration:none;}
.site_title a:visited {color:#000; text-decoration:none;}
.site_title a:hover {color:#000; text-decoration:none;}
.site_title a:active {color:#000; text-decoration:none;}

/* 枠の内側部分 */
.box_back a {color:#699; text-decoration:none;}
.box_back a:link {color:#699; text-decoration:none;}
.box_back a:visited {color:#699; text-decoration:none;}
.box_back a:hover {color:#cc9; text-decoration:none;}
.box_back a:active {color:#699; text-decoration:none;}

/* 記事・コメント・TB情報 */
.entry_state a {color:#000; text-decoration:none;}
.entry_state a:link {color:#000; text-decoration:none;}
.entry_state a:visited {color:#000; text-decoration:none;}
.entry_state a:hover {color:#ccc; text-decoration:none;}
.entry_state a:active {color:#000; text-decoration:none;}

/* 横カレンダー */
.cal_bar a {color:#699; text-decoration:none;}
.cal_bar a:link {color:#699; text-decoration:none;}
.cal_bar a:visited {color:#699; text-decoration:none;}
.cal_bar a:hover {color:#ccc; text-decoration:none;}
.cal_bar a:active {color:#699; text-decoration:none;}

/* レイアウト設定-------------------- */

#wrapper {
	margin: 0;
	padding: 20px 0;
}

#container {
	width: 340px;	/* 記事の幅はここで変更 */
	/* width: 90%; */	/* ブラウザの幅によって幅が変わる場合の例 */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.box_back {
	margin-top: 20px;	/* ボックス間の上下の間隔 */
	background-color: #fff;
	border: 1px solid #000;
}

.inner {
	padding: 15px 20px;
}

/* サイトタイトル-------------------- */

h1 {
	margin:0;
	padding: 0;
	color: #000;
}

.site_title {
	font-size: 14px;
	text-align: center;
	line-height: normal;
}

.description {
	text-align: center;
	margin: 0;
	padding: 0;
}

.description span {
	margin-right: 5px;
}

/* メイン---------------------------- */

.entry {
	padding: 15px 20px;
}

.entry img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #e6e6e6;
}

img.emoji {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
}

.entry_date {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}

.entry_title {
	margin-left: 10px;
	font-weight: normal;
}

.entry_more {
	margin-top: 20px;
}

.sequel_title {
	margin-top: 10px;
}

.sequel_title a,
.sequel_title a:link,
.sequel_title a:visited {
	color: #000;
	font-size: 10px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 2px 5px;
}

.sequel_title a:hover {
	color: #fff;
	font-size: 10px;
	border: 1px solid #000;
	background-color: #000;
	padding: 2px 5px;
}

.NinjaClap img {
	display: inline;
	margin: 7px 0 2px 0;
	vertical-align: middle;
}

.entry_state {
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}

.cmtb_title {
	margin-bottom: 10px;
	font-weight: bolder;
}

.comment_form {
	padding: 20px;
	margin: 0;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

.submitbtn {
	margin-top: 3px;
}

.trackback_title {
	margin: 20px 0 5px 0;
	padding-top: 20px;
	font-weight: bolder;
	border-top: 1px dashed #666;

}

.trackback_description {
	margin: 0;
}

.comment_res {
	padding: 10px;
	margin-top: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

.comres_title {
	margin-bottom: 10px;
	font-weight: bolder;
}

.tb_url {
	padding: 5px;
	font-size: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	text-align: center;
}

.entry_navi {
	color: #ccc;
	font-size: 10px;
	text-align: center;
	padding: 7px 0;
}

.linkmenu {
	margin: 0;
	padding: 0;
}

.copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
}

/* メニュー-------------------------- */

/* プラグインカレンダー設定 */

.menu_text table {
border-collapse:collapse;
}

.CalendarMoveTable {
	width: 100%;
	text-align: center;
}

.CalendarTable {
	width: 100%;
	color: #666;
	background-color: #dcdcdc;
	text-align: center;
}

.CalendarTable th {
	line-height: 2;
	border: 1px solid #fff;
}

.CalendarTable td {
	line-height: 2;
	border: 1px solid #fff;
}

.CalendarTr {
	background-color: #f7f7f7;
}
.CalendarTr td {
	color: #999;
}

.CalendarTr td a {
	font-weight: bolder;
	display: block;
	background-color: #eee;
}

.CalendarTr td a:hover {
	display: block;
	background-color: #fff;
	text-decoration: none;
}

/* プラグインカレンダー設定ここまで */

.menu {
	padding: 15px 20px;
	font-size: 10px;
}

.menu_title {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bolder;
}

.menu_text {
	font-size: 10px;
}

.menu_text img {
	margin: 3px 0;
}

.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: 120px;
}

.btn {
	margin-top: 3px;
}
