@charset "utf-8";

/* blog */


/* clear */
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clear {
	display:inline-block;
}
* html .clear {
	height:1%;
}
.clear {
	display:block;
}


/* title */
#weblog {
	width:861px;
	height:89px;
}
.izumigaoka {background:url(../image/izumigaoka_tit.jpg) no-repeat;}
#weblog h1 {
	display:block;
	width:600px;
	height:80px;
	float:left;
}
#weblog h1 a {
	display:block;
	width:600px;
	height:80px;
	text-decoration:none;
}
#weblog p {
	display:block;
	width:210px;
	float:right;
	margin:10px 1px 5px 0;
	padding:10px 0 10px 10px;
	line-height:1.3;
/*
	background:#cccccc;
	background:url(../image/shopbg.jpg) repeat-x;
	border-left:4px solid #666666;
*/
}
#weblog p strong {
	display:block;
	border-bottom:1px solid #333;
	padding:0 0 2px;
	margin:0 0 2px;
	color:#333333;
}


/* entry */
.entry {
	margin:0 15px 40px;
	border-bottom:1px solid #ccc;
}
.entry_header {
	margin:0 0 10px;
	border-left:4px solid #990000;
	background:url(../image/entrytitbg.jpg) repeat-x;
}
.entry_tit {
	padding:10px 10px 5px 10px;
	border-bottom:2px solid #cccccc;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.date {
	padding:5px;
	background:#e5e5e5;
	border-top:1px solid #999999;
	font-size:12px;
	text-align:right;
	color:#666666;
}
.entrybody {
	padding:0 10px 10px;
	line-height:1.8;
}


/* sidebar */
.item {
	margin:0 20px 15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.item strong {
	display:block;
	border-left:3px solid #990000;
	padding:3px 5px;
	margin-bottom:10px;
	color:#333333;
}
.item ul {
	display:block;
	list-style-type:none;
	padding:0 5px;
}
.item li {
	display:block;
	margin:5px 0;
	padding-left:10px;
	background:url(../../image/arrw.jpg) no-repeat 0 5px;
	line-height:1.3;
}


/* master */
#master {
	margin:0 20px 15px;
	padding:5px;
	border:1px solid #ccc;
}
.izumigaokamaster {
	width:136px;
	height:130px;
	margin:5px auto;
	background:url(../../shop/image/izumigaoka_master.jpg) no-repeat center top;
}
#master p {
	display:block;
	padding:0 10px;
	line-height:1.2;
}
#master p strong {
	display:block;
	border-bottom:1px solid #333;
	padding:0 0 2px;
	margin:0 0 2px;
	text-align:center;
	color:#333333;
}
#master p span {
	display:block;
	font-size:11px;
	font-weight:normal;
}


/* calendar */
table.calendar {
	border-collapse:collapse;
	margin:0 auto 15px;
}
.calendar th {
	padding:0 6px;
	background:#f1f1f1;
	border:1px solid #999;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	line-height:1.8;
}
.calendar td {
	padding:0 6px;
	border:1px solid #999;
	text-align:center;
	font-size:12px;
	line-height:1.8;
}
.month {
	color:#333333;
	font-weight:bold;
}
.calendar th a {
	color:#990000;
	text-decoration:none;
}
.calendar td a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}


/* feed */
.feed {
	background:url(../../image/rss.gif) no-repeat left center;
	padding-left:20px;
	line-height:20px;
}






