@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;
}

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

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;
}