@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_content.css";
@import "unit_layout_side.css";
@import "unit_format.css";


/* エントリー */
.entry{
	width:				565px;
}
/* エントリーヘッダ */
.entry-header{
	position:			relative;
	background:			url("../img/blog/entry_head.gif") left top no-repeat;
	height:				124px;
}
.entry-header h2{
	width:				420px;
	position:			absolute;
	bottom:				25px;
	left:				90px;
	font-size:			100%;
}
.entry-header h2 a{
	color:				#333333;
}
.entry-header h2 a:hover{
	background-color:	#ffffcc;
}

/* エントリー内容 */
.entry-body{
	padding-top:		10px;
	background:			url("../img/blog/entry_body.gif") left top repeat-y;
}
.entry-content{
	width:				490px;
	padding-left:		25px;
	padding-bottom:		1em;
}
.entry-meta{
	width:				490px;
	margin-left:		25px;
	padding-top:		4px;
	padding-bottom:		8px;
	border-top:			solid 1px #abd03f;
	text-align:			right;
}
.entry-meta a{
	color:				#c13855;
}
.entry-meta a:hover{
	background-color:	#ffffcc;
}

/* エントリーフッタ */
.entry-footer{
	background:			url("../img/blog/entry_foot.gif") left top no-repeat;
	height:				64px;
	margin-bottom:		20px;
}
.entry-footer .yaku{
	width:				490px;
	padding-left:		25px;
	padding-top:		10px;
	text-align:			center;
}

/* サイド */
.widget{
	margin-bottom:		10px;
	color:				#ffffff;
}
.widget-header{
	background:			url("../img/blog/side_head.gif") left top no-repeat;
	height:				10px;
	overflow:			hidden;
}
.widget-body{
	background:			url("../img/blog/side_body.gif") left top repeat-y;
	padding-bottom:		4px;
}
.widget-content{
	padding:			0 15px 0 15px;
}
.widget-footer{
	background:			url("../img/blog/side_foot.gif") left top no-repeat;
	height:				33px;
}

.widget h3{
	font-size:			100%;
	padding-bottom:		4px;
	margin-bottom:		4px;
	border-bottom:		dotted 2px #f589a0;
}
.widget li{
	list-style-type:	none;
	background:			url("../img/blog/list-mark.gif") left 6px no-repeat;
	padding:			0 0 0 10px;
	margin-bottom:		0.3em;
}
.widget a{
	color:				#ffffff;
}
.widget a:hover{
	border-bottom:		dashed 1px #ffffff;
}
#icon a{
	color:				#666666;
}
#icon a:hover{
	background-color:	#ffffcc;
}

/* 検索 */
#searchBox form{
	text-align:			right;
}
#searchBox #search{
	border:				solid 1px #666666;
	width:				145px;
}

/* ナビゲーション */
#contentBox-main .naviBox{
	background:			url('../img/blog/navi_bg_head.gif') left top no-repeat;
	padding-top:		4px;
	margin-bottom:		8px;
}
#contentBox-main .naviBoxInner{
	background:			url('../img/blog/navi_bg_foot.gif') left bottom no-repeat;
	padding-bottom:		4px;
	width:				525px;
	padding-left:		20px;
	padding-right:		20px;
}
#contentBox-main .naviBoxInner h2{
	font-size:			100%;
}


#contentBox-main .content-nav{
	text-align:			center;
	color:				#666666;
}
#contentBox-main .content-nav a{
	background-color:	#ffffff;
	color:				#666666;
}
#contentBox-main .content-nav a:hover{
	background-color:	#ffffcc;
}

