@charset "UTF-8";

/* ---------- reset ---------- */

*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:inherit;
	background-color:#ddd7ca;
	text-align:center;
	margin-bottom:15px;
	color:#423636;

}

a
{
	color:#1a86e2;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}

/* ---------- body_end ---------- */





/* ---------- main ---------- */

div#main
{
	float:left;
	text-align:left;
	padding:0px 0 10px 0;
	width:540px;

}

.top
{
	float:left;
	text-align:left;
	padding:10px;
	font-size:90%;
	width:540px;
}

/* ---------- main_end ---------- */



/* ---------- sidebar ---------- */

div#sidebar
{
	float:left;
	width:200px;
	text-align:left;
	margin-top:1px;

}

div.contents-menu
{
	margin:0 0 10px 0;
	color:#423636;
	font-size:80%;
}

div.contents-title
{
	width:540px;
	height:38px;
}


div.category-archives ul
{
	list-style-type:none;
}

div.category-archives ul li
{
	color:#423636;
	background-color:inherit;
}

div.category-archives ul li a
{
	color:#423636;
	text-decoration:none;
	background:transparent url(http://www.cgd.jp/mt/blog/img/menu.gif) no-repeat left top;
	display:block;
	padding:10px 6px 10px 26px;
	line-height:100%;
}

div.category-archives ul li a:hover
{
	background:transparent url(http://www.cgd.jp/mt/blog/img/menu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
	text-decoration:none;
}

div.category-archives ul.sub-category li
{
}

div.category-archives ul.sub-category li a
{
	color:#423636;
	background:transparent url(http://www.cgd.jp/mt/blog/img/submenu.gif) no-repeat left top;
	display:block;
	padding:2px 18px 2px 38px;
}

div.category-archives ul.sub-category li a:hover
{
	background:transparent url(http://www.cgd.jp/mt/blog/img/submenu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
}




/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div#footer
{
	background-image:url(http://www.cgd.jp/mt/blog/img/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:49px;
}

div.footer-inner
{
	font-size:60%;
	text-align:center;
	padding:18px 0;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */



div.entry h1,
#main h1
{
	color:#44771f;
	font-size:120%;
	font-weight:bold;
	background:transparent url(http://www.cgd.jp/mt/blog/img/entry_h1.gif) repeat-y left bottom;
	border-top:1px solid #f2f2f2;
	padding:7px 10px 16px 10px;
	margin:0 0 15px 0;
}

div.entry h2,
#main h2
{
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	background:transparent url(http://www.cgd.jp/mt/blog/img/entry_h2.gif) no-repeat left top;
	border-bottom:1px solid #88aa6b;
	padding:10px 10px;
	margin:0 0 10px 0;
}

div.entry h3
{
	color:#44771f;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(http://www.cgd.jp/mt/blog/img/entry_h3.gif) no-repeat 0px 8px;
	border-bottom:3px double #b4ce65;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h4,
div.trackbacks h4,
div#comments h4, #main h4
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(http://www.cgd.jp/mt/blog/img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px dashed #909090;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h5,
#main h5
{
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	background: #ffffff url(http://www.cgd.jp/mt/blog/img/entry_h5.gif) no-repeat 0px 6px;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry h6,
#main h6
{
	background:#ffffff url(http://www.cgd.jp/mt/blog/img/entry_h6.gif) no-repeat 0px 6px;
	color:#2b2828;
	font-size:80%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry p,
div.comments-body p,
p.comments-open-moderated
{
	font-size:80%;
	color:#423636;
	background-color:inherit;
	line-height:150%;
	margin-bottom:5px;
}

div.entry-body
{
	border-bottom:2px solid #d8d8d8;
}


/* ---------- archives_end ---------- */


