@charaset "UTF-8";

#content_wrap{
	width: 768px;
	background: url(../img/bg_wrapper.gif) repeat-y top;
	padding:0;
}

.story_content{
	background: url(../img/bg_menu-footer.gif) repeat-x top left white;
	width: 490px;
	padding: 26px 26px 0;
	float: left;
	line-height: 1.75;
}

.sidebar{
	width: 211px;
	float: right;
	padding: 9px 8px 0 5px;
	background: url(../img/staff-blog/bg_sidebar.png) repeat-x top left;
}

.sidebar a, .sidebar a:link{
	color: #693838;
	text-decoration: none;
}

.sidebar a:hover{
	text-decoration: underline;
}

/*-------------------------------
サイドバー */

.sidebar dt,
.sidebar dd{
	padding-left: 4px;
	width: 205px;
	display: inline-block;
	overflow: hidden;
}

.sidebar dt,
.sidebar dd{
	display: block;
}

.sidebar dt{
	margin-bottom: 12px;
}

.sidebar dd{
	margin-bottom: 24px;
}

.sidebar dd ul{
	padding-left: 6px;
	line-height: 1.41;
}

.sidebar dd ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

/*-------------------------------
カレンダー */

dd.calendar{
	width: 212px;
	padding-left: 0;
	background: url(../img/staff-blog/calendar_bg.png) no-repeat left bottom;
	text-align: center;
	color: #64504E;
	margin-bottom: 15px;
}

dd.calendar a,
dd.calendar a:link{
	text-decoration: underline;
}

dd.calendar .caption_dummy{
	background: url(../img/staff-blog/calendar_caption.png) no-repeat left top;
	width: 212px;
	height: 45px;
	margin-bottom: -45px;
	position: relative;
	display: block;
}

dd.calendar table{
	position: relative;
	margin: 0 auto 16px;
	width: 192px;
	font-size: 108%;
	line-height: 1.2;
}

dd.calendar table caption{
	vertical-align: top;
	font-size: 117%;
	line-height: 45px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
}

dd.calendar table th{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
}

dd.calendar table tfoot td{
	padding-top: 4px;
}

#prev{
	text-align: left;
	padding-left: 4px;
}

#next{
	text-align: right;
	padding-right: 4px;
}

#today{
	font-weight: bold;
}