@charset "utf-8";
/* CSS Document */

/* CMS用CSS */

#contents_cms{
	width:100%;
	padding:10px;
	margin-top:30px;
	background-color:#FFF;
	line-height:150%;
}

.content_left{
	width:220px;
	float:left;
	text-align:left;
}

.content_left li{
	padding:5px;
	border-bottom:#CCC dotted 1px;
	line-height:150%;
}

.content_left ul{
	margin-bottom:15px;
}

.content_left span{
	font-size:11px;
}

.content_right{
	width:720px;
	float:right;
	text-align:left;
}
.content_right h3{
	background:url(../staff/images/cms_title_bg.gif) no-repeat;
	margin:0;
	padding-left:20px;
	padding-top:7px;
	height:30px;
	font-size:16px;
}

.content_right .cms_area {
    border: 1px solid #CCCCCC;
    margin: 10px 10px 10px auto;
    padding: 20px 10px;
    width: 690px;
}

.content_right .date_area{
	width:96%;
	text-align:left;
	padding:3px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}

.cms_area li{
	padding:10px 5px;
	border-bottom:#CCC dotted 1px;
	margin-bottom:5px;
	width:98%;
}
.cms_area li .date{
	background-color:#CCC;
	padding:5px;
	width:100px;
	margin-right:5px;
}
	
.entry_cat {
	background-color:#FF9295;
	width:auto;
	padding:5px;
}
.entry_title {
    margin-bottom: 3px;
    margin-top: 15px;
}