﻿@charset "UTF-8";



/*左カラム　カテゴリ --------------------------------------------------*/
#home #main div.sectionBox {
	background: url("../images/bg_sectionb_bottom.jpg") no-repeat left bottom;
}

#main div.sectionBox ul {
	margin: 0 10px;
	line-height: 1.4;
}

#main div.sectionBox ul li {
	display: inline;
	float: left;
	width: 163px;
}
#main div.sectionBox ul.cate1 li,
#main div.sectionBox ul.cate2 li {
	width: 204px;
}
#main div.sectionBox ul li.ws2 {
	width: 180px;
}
#main div.sectionBox ul li.ws1 {
	width: 105px;
}



/*左カラムナビ下 新着記事＆新着ブログ　---------------------------------------------------------------*/
#sideLeft div.sectionBox {
	background: url("../images/bg_sectiong_bottom.jpg") no-repeat left bottom;
}
#sideLeft div.sectionBox h2 {
	background: url("../images/bg_h2_02.jpg") no-repeat left top;
	padding: 0 10px;
}

#sideLeft div.sectionBox ul {
	margin: 6px 11px 0 1px;
	line-height: 1.2;
}
#sideLeft div.sectionBox ul.items {
	line-height: 1.3;
}
#sideLeft div.sectionBox ul li {
	margin: 0;
	padding: 4px 0px 5px 3px;
}

#sideLeft div.sectionBox ul li.even  {
	background-color: #F1F1F1;
}

#sideLeft div.sectionBox ul li span.time {
	background: url("../images/icon_items.gif") no-repeat left center;
	float: left;
	display: block;
	padding-left: 15px;
	margin-right: 1px;
}
#sideLeft div.sectionBox ul li span.day,
#main div.items ul li span.day {
	float: left;
	display: block;
	margin-right: 4px;
}




/*左カラムメイン　インフォメーション --------------------------------------------------*/
#main div.news  h2 {
	background: url("../images/bg_h2_04.jpg") no-repeat left top;
}

#main div.news dl {
	clear: both;
	margin: 6px 15px 0 8px;
	line-height: 1.2;
	width: 490px;
}
#main div.news dl dt {
	font-weight: bold;
	padding: 6px 0 0 2px;
	width: 8em;
}
#main div.news dl dd {
	border-bottom: 2px dotted #BFBFBF;
	margin-top: -1.2em;
	padding: 0 0 0.25em 9em;
}

