@charset "UTF-8";


/* ---------- リンク ---------- */

#main .entry-body .mt-enclosure a:link ,
#main .entry-body .mt-enclosure a:visited ,
#main .entry-body .mt-enclosure a:hover ,
#main .entry-body .mt-enclosure a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.asset-footer {
	border-top: 1px solid #ccc;
}

.mt-enclosure {
	display: block;
}

.mt-image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.mt-image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.mt-image-right {
	float: right;
	margin: 0 0 20px 20px;
}

h3#blogtitle {
	margin: 5px 0px 15px 0px;
}

h2#archive-title {
	font-size: 120%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 10px 4px 10px;
	margin-bottom: 14px;
	background-image:url(/new/images/title_category_bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

h2.date-header {
	font-size: 95%;
	font-weight: normal;
	color: #ae4a6e;
}

h3.entry-header {
	font-size: 110%;
	color: #ae4a6e;
	font-weight: bold;
}

div#leftarea {
	float: left;
	width: 184px;
}

div#rightarea {
	float: right;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	clear: none;
	display: block;
	width: 739px;
}

.blogEnd {
	clear: both;
	padding-bottom: 10px;
}

.entryEnd {
	height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#leftarea div#category,
div#leftarea div#monthly {
	background-color: #fbe6ef;
	margin-bottom: 15px;
}

div#leftarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 10px 15px;
}

div.entry {
	line-height: 180%;
	position: static;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
}