
.title .Head{
    font-size: 12px;
    font-weight: normal;
}

.contents .Normal td{
	color:#333333;
	font-size: 12px;
	line-height:1.5em;
}

/* ---------------------------------------------------------
Lineorange
--------------------------------------------------------- */
.orange{
	color:#333333;
	font-size: 12px;
	margin-bottom:10px;
}
.orange .title {
	padding-bottom:3px;
	border-bottom:#B2B2B2 solid 1px;
	background:url(images/line_orange.jpg) no-repeat left bottom;
	padding-left:5px;
}
.orange .title .Head{
	text-align:left;
}
.orange .titlebold {
	padding-bottom:3px;
	border-bottom:#B2B2B2 solid 1px;
	background:url(images/line_orange.jpg) no-repeat left bottom;
	padding-left:5px;
}
.orange .titlebold .Head{
	font-weight:bold;
	font-size: 12px;
}
.orange .contents {
	padding-top: 5px;
}
.orange .contents .Normal{
    font-weight: normal;
	line-height:1.5em;
}


/* ---------------------------------------------------------
linedot
--------------------------------------------------------- */
.linedot {
	color:#333333;
    font-size: 12px;
	margin-bottom:10px;
	}
.linedot .title {
	padding-bottom:3px;
	border-bottom:#B2B2B2 dotted 1px;
}
.linedot .contents {
	padding-top:5px;
}
.linedot .contents .Normal{
	line-height:1.5em;
}


/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.notitle { 
	color:#333333;
	font-size: 12px;
	margin-bottom:10px;
}

.notitle .contents .Normal{
    font-size: 12px;
	line-height:1.5em;
}


