@charset "Shift_JIS";


/*--------------------------------------------------
  File       : blog.css
  Date       : 2010.05.22
  Next Update: ----------
  Last Update: ----------
--------------------------------------------------*/

/* navi
--------------------------------------------------*/

#navi_blog {
	width: 780px;
	height: 135px;
	background-image:url(/common/images/navi_ardenblog.jpg);
	background-position: 0 40px;
	background-repeat: no-repeat;
	position: absolute;
	top: 70px;
	left: 12px;
}


/* column_right
--------------------------------------------------*/

#contents_box {
	width: 600px;
	height: auto;
	background-image: url(/images/contents_middle.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
	margin: 0 10px 20px 0;
	_margin: 0 5px 20px 0; /* IE6 */
	padding: 0;
	float: right;
	clear: both;
}

#contents_box h2 {
	margin: 0 0 20px 10px;
}

#contents_box_top {
	width: 580px;
	height: auto;
	background-image: url(/images/contents_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: #CCCCCC dashed 1px;
	margin: 20px 0 0 0;
	padding: 0 10px 20px 10px;
}

#contents_box_top dl {
	clear: both;
	margin: 0 0 0 10px;
}

#contents_box_top dt {
	font-size: 18px;
	font-weight: bold;
	color: #FF8942;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#contents_box_top dd {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.7em;
}

#contents_box_top .big {
	font-size: 18px;
	font-weight: bold;
	color: #FF8942;
}

#contents_box_top dd img {
	margin: 20px 5px 20px 5px;
}

#contents_box_bottom {
	width: 580px;
	height: auto;
	padding: 5px 0 5px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	border-bottom: #CCCCCC dashed 1px;
}

#next_button {
	width: 90px;
	height: 17px;
	float: right;
}

.even_number {
	width: 50%;
	height: auto;
	float: left;
}


/* column_left
--------------------------------------------------*/

#category_box {
	width: 150px;
	height: auto;
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px; /* IE6 */
	float: left;
}

/* column_calendar
--------------------------------------------------*/

#column_calendar {
	border-bottom: #999999 dashed 1px;
	margin: 0 0 20px 0;
	_margin: 0 0 10px 0; /* IE6 */
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #666666;
}

#column_calendar table {
	width: 130px;
	border: none;
}

#column_calendar tr.calendardateheaders {
	font-weight: bold;
	color: #333333;
}

#column_calendar td.days {
  text-align: center;
}

#column_calendar td.today {
	font-weight: bold;
  text-align: center;
  color: #FF6600;
  background-color: #EEEEEE;
}

/* column_list
--------------------------------------------------*/
#column_list {
	border-bottom: #999999 dashed 1px;
	padding: 0 0 5px 0;
}

#category_list ul {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}

#category_list li {
	background-image:url(/images/blog_background_li.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
}
