@charset "Shift_JIS";
@import url("common.css");

/************** センターコンテンツ ***************/

#centerContent{
	width:800px;
	height:1%;
	background:transparent;
}

#centerContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/************** レフトコンテンツ ***************/

#leftContent{
	float:left;
	padding:5px 0 0 15px;
	height:1%;
}

#leftContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.cateBox{
	width:550px;
	height:1%;
	margin:10px 0;
	float:left;
}

.cateBox:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.leftImg{
	float:left;
	width:204px;
	height:auto;
}

.cateBox h3{
	width:550px;
	height:27px;
	margin:0 0 5px 0;
	padding:0 0 0 16px;
	font-size:14px;
	line-height:2;
	background-image:url(../img/title_bg01.gif);
	background-repeat:no-repeat;
}

.cateBox ul{
	width:550px;
	list-style:none;
}

.cateBox ul li{
	width:550px;
	border-bottom:1px dotted #CCC5B6;
	padding:10px 0 5px 0;
	float:left;
	height:1%;
}

.cateBox ul li:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

.cateImg{
	border:1px solid #CCC;
	padding:1px;
	margin-bottom:10px;
	float:left;
}

.cateBox ul li h4{
	width:320px;
	height:auto;
	font-size:12px;
	line-height:1.5;
	padding:3px 0 3px 5px;
	float:right;
	border-top:2px solid #E0E4B9;
	border-right:2px solid #E0E4B9;
	border-bottom:2px solid #E0E4B9;
	border-left:10px solid #E0E4B9;
}

.cateBody{
	width:335px;
	height:auto;
	padding:3px 0 5px 0;
	text-align:left;
	float:right;
}

.cateBody p{
	font-size:12px;
	line-height:1.4;
	color:#555;
	background:#transparent;
}

.moreEntry{
	width:325px;
	height:auto;
	padding:3px 10px 0 0;
	font-size:12px;
	line-height:1.2;
	text-align:right;
	float:right;
	color:#555;
	background:#transparent;
}
/************** ライトコンテンツ ***************/

#rightContent{
	width:200px;
	padding:0 20px 0 0;
	height:1%;
	float:right;
}

#rightContent:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

#menuListBox{
	width:200px;
	height:250px;
	background-image:url(../img/flame_menu.gif);
	background-repeat:no-repeat;
	float:left;
}

#menuList{
	margin:40px 0 0 14px;
	list-style:none;
}

#menuList li{
	padding:0 0 11px 16px;
	font-size:12px;
	line-height:1.2;
	font-weight:bold;
	background-image:url(../img/icon_green.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}



