@charset "UTF-8";
/* blog */

h3{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#entrylist{
	margin-top:20px;
}
.entry-header{
	width:550px;
}
.entry-header-tit{
	width:400px;
	float:left;
	border-left:#F89C1C 4px solid;
	padding:3px 0px 3px 7px;
}
.entry-header-date{
	width:120px;
	float:right;
	text-align:right;
	font-size:11px;
	color:#666666;
}
.entry-content{
	clear:both;
	padding:20px 0px;
	font-size:12px;
	color:#333333;
	line-height:1.4;
}
.entry-line{
	margin-bottom:20px;
}

#cafe-cal{
	margin-top:40px;
	padding:5px;
	border:#CCCCCC 1px solid;
	color:#333333;
}
#cafe-cal td span{
	color:#CC0000;
}
#cafe-cal td{
	text-align:center;
	padding:5px 0px;
	font-size:12px;
}
#cafe-cal-date td a:link,
#cafe-cal-date td a:visited,
#cafe-cal-date td a:hover,
#cafe-cal-date td a:active{
	border:none;
	text-decoration:underline;
	color:#333333;
}
#cafe-cal-date td span a:link,
#cafe-cal-date td span a:visited,
#cafe-cal-date td span a:hover,
#cafe-cal-date td span a:active{
	border:none;
	text-decoration:underline;
	color:#CC0000;
}
#cafe-cal-month{
	font-size:14px;
	font-weight:bold;
}
#cafe-cal-month a:link,
#cafe-cal-month a:visited{
	border:none;
	color:#333333;
}
#cafe-cal-month a:hover,
#cafe-cal-month a:active{
	color:#F89C1C;
}
#cafe-cal-week td{
	font-size:10px;
}
#cafe-cal-kome{
	margin-top:5px;
	text-align:right;
	font-size:11px;
	color:#CC0000;
}

#cafe-category{
	color:#333333;
	line-height:1.7;
	font-size:12px;
	margin:20px 0px 20px 0px;
}
#cafe-category a:link,
#cafe-category a:visited{
	color:#333333;
}
#cafe-category a:hover,
#cafe-category a:active{
	color:#000;
}
#cafe-category ul li{
	list-style-image:url(media/cat_mark.gif);
	list-style-position:inside;
}

#next-back{
	width:550px;
	font-size:11px;
}
#back{
	width:100px;
	float:left;
}
#next{
	width:100px;
	float:right;
	text-align:right;
}

.cal_btn {
	cursor:pointer;
}
