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


/* base */
#cms-area {
	width: 670px;
	margin-bottom: 20px;
	text-align: left;
}

#cms-area .box-cms {
	width: 670px;
	margin-bottom: 15px;
	clear: both;
}

#cms-area  .box-cms .last {
	margin-right: 0px;
}

/* base あとで消す */
#cms-area #box-cms {
	width: 670px;
	margin-bottom: 15px;
	clear: both;
}

#cms-area  #box-cms .last {
	margin-right: 0px;
}
/* --------------------- */


/* tit */
#cms-area h2.tit-cms01 {
	margin-bottom: 15px;
	background-image: none;
	border: 1px solid #6C0;
	border-left: 5px solid #6C0;
	;
	color: #57AE00;
	padding-left: 10px;
}

#cms-area h2.tit-cms02 {
	margin-bottom: 15px;
	background-image: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
	padding-left: 10px;
	background-color: #eee;
}


/* imgset */

/* 01 */
#cms-area dl.imgset-cms01 {
	width: 670px;
	background-color: #FFF;
}
#cms-area dl.imgset-cms01 dt,#cms-area dl.imgset-cms01 dd {
	width: 670px;
	padding-bottom: 5px;
}

/* 02 */
#cms-area dl.imgset-cms02 {
	float: left;
	width: 330px;
	margin-right: 10px;
	background-color: #FFF;
}
#cms-area dl.imgset-cms02 dt,#cms-area dl.imgset-cms02 dd {
	width: 330px;
	padding-bottom: 5px;
}

/* 03 */
#cms-area dl.imgset-cms03 {
	float: left;
	width: 216px;
	margin-right: 11px;
	background-color: #FFF;
}
#cms-area dl.imgset-cms03 dt,#cms-area dl.imgset-cms03 dd {
	width: 216px;
	padding-bottom: 5px;
}

/* 04 */
#cms-area dl.imgset-cms04 {
	width: 216px;
	margin-right: 11px;
}
#cms-area dl.imgset-cms04 dt,#cms-area dl.imgset-cms04 dd {
	width: 216px;
	padding-bottom: 5px;
}


/* 05 */
#cms-area dl.imgset-cms05 {
	float: left;
	width: 160px;
	margin-right: 10px;
	background-color: #FFF;
}
#cms-area dl.imgset-cms05 dt,#cms-area dl.imgset-cms05 dd {
	width: 160px;
	padding-bottom: 5px;
}



/* caption */
#cms-area dd.caption{
	text-align: center;
}



/* imgset img センタリング　---------- */
#cms-area dt.img{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
/* IE 6 */
* html #cms-area dt.img {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html #cms-area dt.img {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html #cms-area dt.img {
	display: inline-block;
}
/**/

/* imgset img センタリング　ここまで　---------- */



/* box-cms-imgset */
#cms-area .box-cms-imgset {
	width: 240px;
}

#cms-area .box-cms-imgset.flo_r dl.imgset-cms04 {
	margin-right: 0px;
	margin-left: 11px;
}



/* txt */
.txt-01 {
	padding-bottom: 5px;
	background-color: #FFF;
}

.txt-02 {
	width: 330px;
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	background-color: #FFF;
}

.txt-03 {
	width: 216px;
	float: left;
	margin-right: 11px;
	padding-bottom: 5px;
	background-color: #FFF;
}

/* navi */
#cms-area ul.navi-cms li {
	float: left;
}


/* thread */
.cms-thread-area {
	width: 670px;
	margin-bottom: 15px;
	clear: both;
}

.tbl-cms-thread{
	width:100%;
	padding:1px;
	border:1px solid #66CC00;
	font-size:100%;
	margin-bottom: 5px;
	}
	
.tbl-cms-thread th,.tbl-vwood th{ text-align:left;}

#cms-area .txt-more {
	float: right;
	background: url(/images/ico-list03.gif) no-repeat left center;
	padding: 10px 10px 10px 20px;
}


/* monitor */

.cms-monitor-area {
	width: 670px;
	margin-bottom: 15px;
	clear: both;
}

#box-cms-monitor {
    margin: 5px 0 20px;
    position: static;
    width: 670px;
}
.bg-tbl {
    border: 1px solid #6C0;
    margin: 0;
}
#box-cms-monitor table {
	background-color: #E4FFCA;
	border-top: 1px solid #6C0;
	font-size: 12px;
	text-align: left;
	width: 100%;
}
#box-cms-monitor table.no-bd {
    border-top: medium none;
}
#box-cms-monitor table.bg-fff {
    background-color: #fff;
}
#box-cms-monitor table th img {
    border: 1px solid #CCCCCC;
}
#box-cms-monitor table th {
	border-left: 1px solid #6C0;
	padding-left: 6px;
	padding-top: 5px;
	vertical-align: top;
	width: 60px;
}
#box-cms-monitor table th.no-bd {
    border-left: medium none;
}
#box-cms-monitor table td.td-blog {
	vertical-align: top;
	width: 150px;
}
#box-cms-monitor table p.btn-more {
    padding-top: 5px;
    text-align: right;
}
#box-cms-monitor li {
	margin: 2px 2px 0 0;
	padding: 0 0 5px 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/ico-pointg.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#box-cms-monitor p {
    color: #333333;
    font-weight: bold;
    margin: 5px 0;
}
