/* for MovableType. (base)
 ==== プロパティコーディング規則 ====
 selector {
	(位置・サイズ関連)
	position
	float
	width
	height
	
	(背景・マージン関連)
	background
	margin
	padding

	(フォント・色関連)
	text絡み
	font
	color
	
	(ボーダー関連)
}
*/

* {
	margin: 0;
	padding: 0;

	font-size: 10pt;
}

body {
	width : 800px;

	/*background-color: #ffffff;*/

	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

/* ======== ページ枠組み ======== */
div#layout-bg {
	width: 800px;

	background-color: #f0f0f0;

	margin-top: 30px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#layout-fg {
	position: relative;
	top: -15px;
	left: -15px;
	width: 800px;

	background-color: #ffffff;
	background-image: url("http://www.decomo.info/common/back(ajisai).png");
	background-position: 100% 100%;
	background-repeat: no-repeat;

	padding: 0px;

	border: solid 1px #6f6f6f;
}

div#layer-1 {
	background-image: url("http://www.decomo.info/common/back_menu.png");
}

/* ******** タイトル ******** */
div#title {
	/*background-color: #ffffff;*/

	font-size : 14px;
}

div#title h2 {
	background-image: url("http://www.decomo.info/common/back_menu.png");
	margin: 0px;
	padding: 1px 0px 3px 0px;

	font-weight: normal;
	letter-spacing: 0.3em;

	border-top: 6px double #d4fffe;
}

/* ======== エントリー間リンク ======== */
div#entry-link {
	width: 100%;

	text-align: center;
	font-size: 13px;

	border-top: 1px solid #d4fffe;
}

/* ======== 右サイドメニュー ======== */
div#menu {
	position: relative;
	float: right;
	width: 230px;

	padding-bottom: 12px;

	text-align: center;
	font-size: 12px;
	line-height: 120%;
}


div#menu h2 {
	width: 100%;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 0px;

	font-weight: bold;
	text-align: center;
}

div#menu ul {
	margin: 0px;
	padding: 0px 10px;

	text-align: left;

	list-style: none;
}

/* ---- カウンタ ---- */
div#counter {
	margin-top: 10px;
}

/* ---- コンテンツ ---- */
div#contents {
	font-size: 13px;
	background-image: url("http://www.decomo.info/common/back_menu.png");

	text-align: center;
	border-bottom: 1px solid #d4fffe;
}

div#contents .top {
	width: 220px;
	/*height: 26px;*/

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-2-top.png");
}

div#contents .middle {
	width: 220px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-2-middle.png");
}

div#contents .bottom {
	width: 220px;
	/*height: 14px;*/

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-2-bottom.png");
}

div#contnts .body {
	width: 95%;

	color: #333333;
	margin-left: auto;
	margin-right: auto;
}


/* ---- カレンダー ---- */
div#calendar {
	background-image: url("http://www.decomo.info/common/back_menu.png");
	padding-top: 5px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

div#calendar table {
	width: 100%;

	font-size: 12px;

	border-collapse: collapse;
	border: none 0px;
}

div#calendar th {
	text-align: right;
	border-bottom: 1px solid silver;
}

div#calendar td {
	vertical-align: middle;

	padding: 3px;

	text-align: right;
	border: none 0px;
}

div#link {
	text-align: left;
}

div#link img {
	margin: 5px 0px;
}

/* ---- 著作権 ---- */
div#copyright {
	font-family: sans-serif;
	font-size: 10px;
}

div#copyright img {
	margin: 2px;

	border: 0px;
}


/* ======== 日記本文 ======== */
/* div#main は 固有CSSよりインポート */
.entry {
	margin: 10px 10px 10px 0px;

	font-size: 13px;
}

.entry-title-left {
	float: left;
	width: 22px;
	height: 20px;

	background-image: url("http://www.decomo.info/common/entry_title_left.png");
	margin-left: 10px;
}

.entry-title-center {
	float: left;
	height: 20px;
	vertical-align: middle;

	background-image: url("http://www.decomo.info/common/entry_title_center.png");
	padding: 0px 5px 0px 2px;
}

.entry-title-right {
	float: left;
	width: 3px;
	height: 20px;

	background-image: url("http://www.decomo.info/common/entry_title_right.png");
}

.entry-body {
	clear: both;

	background-image: url("http://www.decomo.info/common/back_entry-body.png");
	background-repeat: repeat;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;

	border: 1px outset #404040;
}

.entry-comment {
	margin: 5px -5px -5px -5px;

	background-image: url("http://www.decomo.info/common/comment_back.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #dedbde;

	padding: 1px 14px 1px 7px;

	text-align: right;
	vertical-align: bottom;

	border-top: 1px solid #8f8f8f;
}

.comment-link {
	padding-left: 10px;
	padding-right: 2px;
	border-left: 1px solid #8f8f8f;
}

div#more {
	margin-top: 10px;
	margin-left: 20px;
}
div#kobetsu-TrackbackComment {
	width: 560px;

	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

	text-align: left;
	line-height: 140%;
}

div#kobetsu-TrackbackComment h2 {
	margin-left: 3em;
	text-align: left;
}

div#kobetsu-TrackbackComment p {
	text-indent: 0em;
}


/* ======== 要素初期設定 ======== */
/* ---- 見出し ---- */
h1 {
	line-height: normal;
	font-weight: bold;
	font-size: 19px;
	color: #00cc99;
}

h2 {
	font-size: 105%;
}

h2:before {
	content: url("http://www.decomo.info/common/nekoashi-1-left.png");
	margin-right: 5px;
}

h2:after {
	content: url("http://www.decomo.info/common/nekoashi-1-right.png");
	margin-left: 5px;
}

h3 {
	margin: 40px 20px 10px 0px;
	padding-left: 5px;

	text-align: left;
	font-size: 110%;

	border-bottom: 1px solid #6f6f6f;
} 

h4 {
	margin-top: 3px;
	font-weight: bold;
}

h5 {
	margin: 0px;
}

h5:before {
	content: "▼";
}


/* ---- フォーム ---- */
form {
	margin: 0px;
}

input {
	margin-top: 5px;
}

label {
	font-size: 13px;
}

/* hr */
hr {
	width: 90%;
	text-align: center;
	height: 0px;
}

img {
	border: none;
}

.entry-body a img {
	padding: 2px;
	border: solid 2px #becdff; 
}

.entry-body a img:hover {
	background-color: #ffdcdc;
}

em {
	font-weight: bold;
	font-style: normal;
}

p {
	margin: 0px;
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 10px;
	
	line-height: 1.2;

	font-size: 10pt;

	text-align: left;

	color: #505050;
}

p.posted {
	text-align: right;

	border-bottom: 6px double #ffa8c7;
}

blockquote {
	background-color: #f7f4ff;
	margin: 10px;
	padding: 5px;

	border-left: 15px solid #ffc8ea;
}

cite {
	font-style: normal;
}

code {
	line-height : 100%;
	color: #000000;
}

pre {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px 5px;
	line-height: 100%;
	overflow: auto;
	background-color: #b5d5ff;
}
/* ---- テーブル ---- */
table.border-solid {
	border: 1px solid #000000;
} 

table.border-solid th {
	border: 1px solid #000000;
}
 
table.border-solid td {
	border: 1px solid #000000;
} 

/* ======== 画像額クラス ======== */
div.image {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	background-color: #ffbdcd;
	border: 1px solid #8fabbe;
	font-weight: bold;
	font-size: 13px;
}

div.image img {
	background-color: #ffffff;
	padding: 2px;
}

div.image img:hover {
	background-color: #8fabbe;
}

/* ======== ふきだしクラス ======== */
.fukidashi-1-top {
	width: 220px;
	/*height: 26px;*/

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-1-top.png");
}

.fukidashi-1-middle {
	width: 220px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-1-middle.png");
}

.fukidashi-1-bottom {
	width: 220px;
	/*height: 14px;*/

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/paper-1-bottom.png");
}

.fukidashi-1-body {
	width: 200px;

	color: #333333;
	margin-left: auto;
	margin-right: auto;
}

/* ---- ---- */
.fukidashi-2-top {
	width: 560px;
	height: 30px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/fukidashi-2-top.png");
}

.fukidashi-2-middle {
	width: 560px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/fukidashi-2-middle.png");
}

.fukidashi-2-bottom {
	width: 560px;
	height: 14px;

	margin-left: auto;
	margin-right: auto;

	background-image: url("http://www.decomo.info/common/fukidashi-2-bottom.png");
}

.fukidashi-2-body {
	width: 530px;

	margin-left: auto;
	margin-right: auto;
}

div.code {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #e6ffdb;
}

ul.decimal {
	list-style-type: decimal;
}

/* ======== 汎用クラス ======== */
/* ---- 表示位置 ---- */
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right { text-align: right; }
.left { text-align: left; }

.v-top { vertical-align: top; }
.v-middle { vertical-align: middle; }
.v-bottom { vertical-align: bottom; }

.f-left { float: left; }
.f-right { float: right; }
.f-clear { clear: both; }

/* ---- フォント ---- */
.pro-serif { font-family: serif; }
.pro-sans { font-family: sans-serif; }

/* ---- 装飾 ---- */
.strike { text-decoration: line-through; }
.under { text-decoration: underline; }
.bold { font-weight: bold; }

.italic { font-style: italic;}

.AA {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	line-height: 100%;
	text-align: left;
}

/* ---- リンク ---- */
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #009966;
	text-decoration: none;
}

a:active {
	color: #ffc900;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
	background-color: #ffdcdc;
}

/* ---- 色 ---- */
.C-red { color: #ff8181; }
.C-true-red { color: red; }
.C-true-blue { color: blue; }
.C-blue { color: #9191ff; }
.C-silver { color: #d4d0c8; }

/*.bgColor1{ background-color: #f9dbdc; }*/