/* 2カラム
------------------------------------------------ */
#t_contents{
	margin:5px 0;

}
#t_contents .l{
	width:556px;
	margin-left:10px;
	float:left;
}
#t_contents .r{
	width:188px;
	margin-right:5px;
	border-left:1px #CCC solid;
	float:right;
}

/* メイン画像
------------------------------------------------ */
#main{
	height:256px;
	background:url(../image/top/main_bg.jpg) repeat-x top;
	text-align:center;
}

/* バナー
------------------------------------------------ */
#cp-banner{
	margin:20px auto;
}
#cp-banner #form{
	text-align:right;
	margin-right:5px;
}

/* ニュース
------------------------------------------------ */
#news{
	margin-bottom:20px;
}
#news .left{
	width:194px;
	margin-bottom:10px;
	float:left;
}
#news .banner li{
	margin-bottom:5px;
}


#news .right{
	width:346px;
	margin-bottom:10px;
	float:right;
}

#news_title{
	width:346px;
	height:24px;
	margin:0 auto;
	background: url(../image/top/news.jpg);
	position:relative;
	display:block;
}
#news_title #backno{
	position:absolute;
	display:block;
	top:7px;
	right:10px;
}
#news_list{
	margin-top:10px;
	line-height:140%;
	
}
#news_list dt{
	margin-bottom:5px;
}
#news_list dd{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #CCC dashed;
}

/* カテゴリー
------------------------------------------------ */
#category{
	margin-bottom:5px;
}
#category li{
	float:left;
	margin-right:10px;
}
#category2{
	padding-top:30px;
	background:url(../image/top/gbg.jpg) repeat-x top;
	margin-bottom:5px;
}
#category2 li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
