/* ===========================================================
content pain
=========================================================== */
/*all
-------------------------------------------------- */
.container-box{
	margin-bottom:10px;
}
.act{
	text-align:right;
}

/* titlebar-green
-------------------------------------------------- */
.titlebar-green .title{
	height:35px;
	padding:5px 0px;
	background-image: url(images/bg-green.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
.titlebar-green .title h2 .Head{
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
.titlebar-green .title h2 {
	margin: -1px 0 0 0;
}
.green .contents{
	padding:10px 0;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}

/* titlebar-black
-------------------------------------------------- */
.titlebar-black .title{
	height:35px;
	padding:5px 0px;
	background-image: url(images/bg-black.jpg);
	background-position:top left;
	background-repeat: repeat-x;
}
.titlebar-black .title h2 .Head{
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
}
.titlebar-black .title h2 {
	margin: -1px 0 0 0;
}
.black .contents{
	padding:10px 0;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}


/* notitle
-------------------------------------------------- */
.notitle {
	margin-bottom: 10px;
}
.notitle .content{
	padding:10px 0;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}


/* nospace
-------------------------------------------------- */
.nospace {
	margin-bottom: 10px;
}
.nospace .content{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666666;
}
