
/* container
================================================== */

/* titlebox
-------------------------------------------------- */
.titlebox {
	margin-bottom: 10px;
	background: url(images/titlebox/title_bg.jpg) top left repeat-x;
	border: 1px solid #999;
}
.titlebox .title {
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.titlebox .title img{
	margin: 0 5px;
}
.titlebox .title .Head {
	color: #333333;
	font-size: x-small;
	font-weight: bold;
}
.titlebox .contents {
	color: #666666;
	font-size: x-small;
	padding: 10px;
}
.titlebox .contents a {
	color: #C333;
}
.titlebox .CommandButton:link {
	color: #C333;
}
.titlebox .CommandButton:visited {
	color: #C333;
}
.titlebox .CommandButton:hover {
	color: #C333;
}
.titlebox .CommandButton:active {
	color: #C333;
}

/* NoTitle
-------------------------------------------------- */
.notitle{
	margin-bottom: 10px;
}
.notitle .contents {
	font-size: x-small;
	color: #666666;
}
.notitle .contents a {
	color: #C333;
}
.notitle .CommandButton:link {
	color: #C333;
}
.notitle .CommandButton:visited {
	color: #C333;
}
.notitle .CommandButton:hover {
	color: #C333;
}
.notitle .CommandButton:active {
	color: #C333;
}

