@charset "utf-8";
/*================================
 BASIC ELEMENT SET
================================*/
ul,li{
	list-style-type:none;
}
/* lower contents */
#mainArea .lowerArea p.symbol{
	padding:0 45px 20px;
	font-weight:bold;
	text-align:center;
	float:left;
}
#mainArea .lowerArea p.symbol img{
	margin-bottom:12px;
}
#mainArea .lowerArea table.history,#mainArea .lowerArea table.summary{
	margin-bottom:18px;
	border-top:1px solid #e5e5e5;
}
#mainArea .lowerArea table.history th{
	width:95px;
	padding:5px 0;
	background-color:#faf0f4;
	font-weight:normal;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#mainArea .lowerArea table.history td,#mainArea .lowerArea table.summary td{
	padding:5px 14px;
	border-bottom:1px solid #e5e5e5;
}
#mainArea .lowerArea table.summary th{
	width:95px;
	padding:5px 0;
	background-color:#f9f9f9;
	font-weight:normal;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#mainArea .lowerArea table.summary td a{
	padding:5px 22px 0px 0;
	background:url(../../img/outline/icon_pdf.gif) right bottom no-repeat;
}
#mainArea .lowerArea div.kouka{
	width:640px;
	padding:0;
	text-align:center;
}
#mainArea .lowerArea div.kouka p.lyric{
	width: 640px;
	height: 288px;
	margin:0;
	padding:0;
}
#mainArea .lowerArea .textbox .add{
	margin:12px 0 0 0;
	padding:12px;
	background:url(../../img/common/line_01.gif) left top repeat-x;
}
#mainArea .lowerArea .quartery{
	margin:0 0 24px 0;
	padding:0;
	clear:both;
}
#mainArea .lowerArea .quartery img{
	float:left;
	border:3px solid #eaeaea;
}
#mainArea .lowerArea .quartery dl{
	margin:0;
	padding:0 0 0 25px;
	float:left;
}
#mainArea .lowerArea .quartery dl dt{
	color:#1b5ba4;
}
#mainArea .lowerArea .quartery dl dd{
	margin:0 0 0 1em;
	padding:0;
}
#mainArea .lowerArea .quartery dl dd{
	margin:0 0 0 1em;
	padding:0;
}
#mainArea .lowerArea ul.library{
	margin:0;
	padding:0 0 22px 0;
	clear:both;
}
#mainArea .lowerArea ul.library li{
	margin:0;
	padding:90px 0 0 0;
	text-align:center;
}
#mainArea .lowerArea ul.library li.movie{
	width:380px;
	margin:0;
	padding:0;
	float:left;
}

#mainArea .lowerArea p.text strong.list{
	line-height: 2;
}
#mainArea .lowerArea p.text strong.list span{
	font-weight: normal;
	margin-left: 12px;
}

#mainArea .lowerArea .quarterlyPdf{
	width: 588px;
	margin: 0 auto;
	padding: 0 0 24px;
	clear: both;
}
#mainArea .lowerArea .quarterlyPdf p.sublink_txt{
	float: left;
	margin-bottom: 0;
	margin-left: 0;
}

/* text read */
#mainArea .lowerArea .sttl_redline{
	padding:0 0 0 6px;
	margin:0 0 6px 0;
	line-height:1.2;
	color:#333;
	font-weight:bold;
	border-left:3px solid #a20041;
}
#mainArea .lowerArea table.style{
	padding:0;
	margin:0 0 26px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}
#mainArea .lowerArea table.style th{
	padding:4px 10px;
	text-align:left;
	background-color:#fbfbfb;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#mainArea .lowerArea table.style td{
	padding:4px 10px;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}

/*================================
 CLEAR
================================*/
#mainArea .lowerArea .quartery{
	min-height:1%;
}
#mainArea .lowerArea .quartery:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #mainArea .lowerArea .quartery{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#mainArea .lowerArea .quartery:after{
	content:".";
}
/*-----------------------------*/
#mainArea .lowerArea ul.library{
	min-height:1%;
}
#mainArea .lowerArea ul.library:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #mainArea .lowerArea ul.library{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#mainArea .lowerArea ul.library:after{
	content:".";
}
/*-----------------------------*/
#mainArea .lowerArea .quarterlyPdf{
	min-height:1%;
}
#mainArea .lowerArea .quarterlyPdf:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html #mainArea .lowerArea .quarterlyPdf{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
body*#mainArea .lowerArea .quarterlyPdf:after{
	content:".";
}

