@charset "UTF-8";

body{ color:#660000; }
/**
 * 左カラムスタイル
 **/
div#leftColumn{
	margin-top:32px;
	width: 212px;
	float:left;
}

h3.widget-header{
	padding:7px 7px 7px 25px;
	/* color:#660000; */
	font-weight:bold;
	font-size:14px;
	background:url(/img/blog/list01.gif) no-repeat 0 50%;
	border-bottom:#400874 2px solid;
}

/**
 * 左カラムスタイル
 **/
div.widget-content{
	margin-top:16px;
}

div.widget-content ul li{
	background:url(/img/blog/list02.gif) no-repeat 7px 50%;
	padding-left:18px;
}

/**
 * 右カラムスタイル
 **/
 
/***** 右大枠 *****/
div#rightCont{
	width: 614px;
	margin-top:32px;
	margin-left:22px;
}

/***** ブログエントリー枠 *****/
div.entry-asset{
	background:#fef9fc;
	padding:0px 12px;
}

/***** ブログエントリー上部 *****/
div.asset-header{
	background:url(/img/blog/entry_top01.gif) no-repeat -21px 0;
	height:71px;
	border-bottom:#a37ea0 2px solid;
}
/***** ブログエントリータイトル部分 *****/
.entry-title{
	padding-top:45px;
	padding-left:35px;
	font-weight:bold;
	font-size:18px;
	background:url(/img/blog/list03.gif) no-repeat 0 38px;
	color:#663366;
}
.entry-title a:link{ color:#663366; text-decoration:none; }
.entry-title a:visited{ color:#663366; text-decoration:none; }
.entry-title a:hover{ color:#663366; text-decoration:underline; }

/***** ブログエントリー本文部分 *****/
div.asset-body{
	margin:20px 0px 30px 0px;
}

/***** ブログエントリー下部 *****/
div.asset-footer{
	background:url(/img/blog/line01.gif) repeat-x 0 0;
}

div.asset-meta{
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

div.asset-meta a:link{ text-decoration:none; }
div.asset-meta a:visited{ text-decoration:none; }
div.asset-meta a:hover{ text-decoration:underline; }




/***** トラックバック *****/
div#trackbacks{ padding:0px 12px; }
.trackbacks-header{ font-weight:bold; }

/***** コメント *****/
div#comments{ padding:0px 12px; }
.comments-header{ font-weight:bold; border-bottom:#a37ea0 1px dotted; }
.comments-open-header{ font-weight:bold; }

.byline img{ vertical-align:middle; }
.comment{ border-bottom:#a37ea0 1px dotted; }


/***** アーカイブタイトル *****/
h1.archive-title{
	background:url(/img/common/dot_pink.gif) repeat;
	font-size:14px;
	color:#cc0066;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:15px;
	width:614px;
}

h2.archive-header{
	font-weight:bold;
	background:url(/img/blog/list01.gif) no-repeat 0 50%;
	border-bottom:#400874 2px solid;
	padding:7px 7px 7px 25px;
}
div.archive-content ul{
	margin:15px 0px;
	border-top:#a37ea0 1px dotted;
}

div.archive-content ul li{
	background:url(/img/common/link_purple.gif) no-repeat 7px 40%;
	padding:3px 5px 8px 22px;
	margin:5px 0px;
	border-bottom:#a37ea0 1px dotted;
}
/***** 検索結果 *****/
div#search-results h1{
	background:url(/img/common/dot_pink.gif) repeat;
	font-size:14px;
	color:#cc0066;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:15px;
	width:614px;
}


div.page-asset{
	background:#fef9fc;
	padding:0px 12px;
}

div.asset-header h1.asset-name{
	padding-top:45px;
	padding-left:35px;
	font-weight:bold;
	font-size:18px;
	background:url(/img/blog/list03.gif) no-repeat 0 38px;
	color:#663366;
}
