#maincontents {
	background: url(/shared/img/bg_shared.jpg) no-repeat;
	/*background: url(/corporate/img/bg_corporate.jpg) no-repeat;*/
}

/* area
*************************************************************/
.textArea_feature {
	float: left;
	width: 340px;
}

.pic_feature {
	float: right;
}

/* text
*************************************************************/



/* triple
*************************************************************/
.tripleThumb h2 span {
	display: none;
}

/*---------*/
.img_feature {
	background: url(/corporate/img/thumb_feature.gif) no-repeat;
}
.img_feature a:hover {
	background: url(/corporate/img/thumb_feature.gif);
}

.img_outline {
	background: url(/corporate/img/thumb_outline.gif) no-repeat;
}
.img_outline a:hover {
	background: url(/corporate/img/thumb_outline.gif) no-repeat;
}

.img_melody {
	background: url(/corporate/img/thumb_melody.gif);
}
.img_melody a:hover {
	background: url(/corporate/img/thumb_melody.gif);
}



/* table
*************************************************************/
table.tableOutline {
	width: 550px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	color: #333;
	margin: 0px 0px 15px 0px;
}
table.tableOutline th {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px 10px;
	font-size: 90%;
	font-family: 'Arial';
	font-weight: normal;
	background: #EFF;
	text-align: left;
	width: 100px;
}
table.tableOutline td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 90%;
	padding: 5px 10px;
	background: #FFF;
}

table.portableTable {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	color: #333;
	margin: 0px 0px 15px 0px;
}
table.portableTable th {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px 10px;
	font-size: 90%;
	font-family: 'sans-serif';
	background: #3AA;
	text-align: center;
	color: #FFF;
}
table.portableTable td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 80%;
	padding: 5px 10px;
	background: #FFF;
	vertical-align: top;
}

table.portableTable td.posCenter {
	text-align: center;
}

/* list
**************************************************************/
ul.outlineList_num {
	font-size: 100%;
	line-height: 140%;
	margin-left: 25px;
}
ul.outlineList_num li {
	list-style-type: decimal;
}

ul.outlineList_normal {
	margin-left: 0px;
}
ul.outlineList_normal li {
	list-style-type: none;
}


/*
**************************************************************/
.songArea {
	font-size: 90%;
	padding: 0px 10px;
	margin-bottom: 10px;
	line-height: 140%;
}
.text_3left {
	float: left;
	width: 180px;
}
.text_3center {
	float: left;
	width: 180px;
}
.text_3right {
	width: 150px;
}

