@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

======================================= */

h3#month
{
	margin: 0 0 10px;
	padding: 10px;
	background: url(../img/blog/bg_subtitle.gif) repeat-x left top;
	font-size: 133%;
}

div.container
{
	width: 540px;
	margin: 0 auto 20px;
	padding: 0 0 30px;
	background: url(../img/common/bg_seperator_large.gif) no-repeat center bottom;
}
div.container p.date
{
	margin: 0 0 10px;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.container h3
{
	margin-bottom: 10px;
	font-size: 150%;
}
div.container h3 a
{
	padding: 2px 76px 2px 0;
	background: url(../img/blog/btn_all_read_out.gif) no-repeat right center;
}
div.container h3 a:hover
{
	background: url(../img/blog/btn_all_read_over.gif) no-repeat right center;
}

table.circular
{
	width: 540px;
	margin: 0 auto 20px;
}
table.circular td.prev
{
	width: 45%;
}
table.circular td a
{
	display: block;
}
table.circular td.prev a
{
	background: url(../img/common/arrow_l.gif) no-repeat left center;
	padding-left: 15px;
}
table.circular td.list
{
	width: 9%;
	text-align: center;
}
table.circular td.list a
{
	background: url(../img/common/arrow_u.gif) no-repeat left center;
	padding-left: 15px;
}
table.circular td.next
{
	width: 45%;
	text-align: right;
}
table.circular td.next a
{
	background: url(../img/common/arrow_r.gif) no-repeat right center;
	padding-right: 15px;
}

.entryBody p
{
	line-height: 180%;
	margin: 0 0 2em;
}
span.mt-enclosure img
{
	border: 1px solid #ccc;
}

#comments div.comment
{
	width: 540px;
	margin: 0 0 10px;
}
#comments div.comment p.date
{
	margin: 1em 0 0;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#comments div.comment div.setBgTop
{
	width: 540px;
	background: url(../img/blog/bg_comment_top.gif) no-repeat left top;
}
#comments div.comment div.setBgBottom
{
	padding: 15px 15px 25px;
	background: url(../img/blog/bg_comment_bottom.gif) no-repeat left bottom;
}
#comments div.comment div.setBgBody
{
	background: url(../img/blog/bg_comment_body.gif) repeat-y left top;
}
#comments div.comment table.footer
{
	margin: 5px 8px;
}
#comments div.comment table.footer td.icon
{
	width: 36px;
	padding-right: 5px;
	text-align: center;
}
#comments div.comment table.footer td.commenter
{
	padding-right: 10px;
	font-weight: bold;
}
#comments div.comment table.footer td.date
{
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#post table.form
{
	width: 540px;
}
#post table.form th,
#post table.form td
{
	padding: 3px;
}
#post table.form th
{
	width: 25%;
}
#post table.form td input,
#post table.form td textarea
{
	border: 1px solid #ccc;
	font-size: 114%;
}
	* html #post table.form td input,
	* html #post table.form td textarea
	{
		padding: 2px;
	}

#post table.form input#author
{
	width: 50%;
	background: #fff url(../img/common/bg_input_text.gif) repeat-x left top;
}
#post table.form input#email,
#post table.form input#url,
#post table.form textarea#comment-text
{
	width: 95%;
	background: #fff url(../img/common/bg_input_text.gif) repeat-x left top;
}
#post table.form input#captcha_code
{
	width: 40%;
	margin-left: 5px;
	background: #fff url(../img/common/bg_input_text.gif) repeat-x left top;
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#post table.form table.command
{
	margin: 10px auto 0;
}
#post table.form table.command td
{
	padding: 0 5px;
}
#post table.form table.command td input
{
	border: 0;
}

/* ========= responce ========== */

#response div.success
{
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	border: 3px solid #ccc;
	background: #fff8ec;
}
#response div.success h3
{
	padding: 0;
	background: none;
}
#response div.pending
{
	width: 494px;
	margin: 20px auto;
	padding: 20px;
	border: 3px solid #fc0;
	background: #fff8ec;
}
#response div.pending h3
{
	padding: 0;
	background: none;
}
#response div.error
{
	width: 494px;
	margin: 20px auto;
	padding: 20px;
	border: 3px solid #c00;
	background: #fff8ec;
}
#response div.error h3
{
	padding: 0;
	background: none;
	color: #c00;
}
#response p.backEntry
{
	text-align: center;
}