/* ======================================================================= */
/* CONTAINERS */
/* ======================================================================= */
.contents {
	color: #333333;
	line-height: 1.2em;
}
.contents a {
	color: #666;
	text-decoration: underline;
}
.contents a:link {
	color: #666;
	text-decoration: underline;
}
.contents a:visited {
	color: #666;
	text-decoration: underline;
}
.contents a:hover {
	color: #333;
	text-decoration: none;
}
.contents a:active {
	color: #333;
	text-decoration: none;
}

.contents a.normal {
	color: #666;
	text-decoration: underline;
}
.contents a.normal:link {
	color: #666;
	text-decoration: underline;
}
.contents a.normal:visited {
	color: #666;
	text-decoration: underline;
}
.contents a.normal:hover {
	color: #333;
	text-decoration: none;
}
.contents a.normal:active {
	color: #333;
	text-decoration: none;
}
.contents label , .contents .ItemTitle {
	font-size: 0.8em;
}
.SubHead label , .Normal label {
	font-size: 1em;
}
/* ----------------------------------------------------------------------- */
/* Head1_BlackGray */
/* ----------------------------------------------------------------------- */
.Head1_BlackGray {
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.Head1_BlackGray .title {
	background-color: #F0F0F0;
	border-top: 3px solid #333;
	border-bottom: 1px solid #999999;
	padding: 3px;
	padding-left: 6px;
}
.Head1_BlackGray .title h2 {
	margin:0;
	font-size: 1em;
	height: 12px;
}
.Head1_BlackGray .title .Head {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
.Head1_BlackGray .contents {
	font-size: 0.8em;
	padding: 10px;
	color: #333333;
}
.Head1_BlackGray .contents .SubHead {
	font-weight: bold;
	color: #333333;
}

/* ----------------------------------------------------------------------- */
/* Head1_WhiteBlack */
/* ----------------------------------------------------------------------- */
.Head1_WhiteBlack {
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.Head1_WhiteBlack .title {
	background-color: #000;
	padding: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #999999;
}
.Head1_WhiteBlack .title h2 {
	margin:0;
	font-size: 1em;
	height: 12px;
}
.Head1_WhiteBlack .title .Head {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.Head1_WhiteBlack .contents {
	font-size: 0.8em;
	color: #333333;
	padding: 10px;
}
.Head1_WhiteBlack .contents .SubHead {
	font-weight: bold;
	color: #333333;
}
.Head1_WhiteBlack .contents .title .SubHead {
	color: #FFF;
}

/* ----------------------------------------------------------------------- */
/* Head2_WhiteGray */
/* ----------------------------------------------------------------------- */
.Head2_WhiteGray {
	background-image: url(images/Head2_WhiteGray/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
}
.Head2_WhiteGray .title {
	padding: 3px 6px 0;
}
.Head2_WhiteGray .title h2 {
	margin:0;
	font-size: 1em;
	height: 12px;
}
.Head2_WhiteGray .title .Head {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px;
	border-left: 5px solid #FFF;
}
.Head2_WhiteGray .contents {
	font-size: 0.8em;
	color: #333333;
	padding: 5px 10px 0;
}
.Head2_WhiteGray .contents .SubHead {
	font-weight: bold;
	color: #333333;
}
