@charset "UTF-8";

/* ****************************************************
1. common parts

99. Extra

***************************************************** */


/* 1: common parts
=========================================*/
body#ir {
	font-family: Verdana,Arial,sans-serif;
}

/* header */
#ir #headContainer {
	width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #006EBB;
}

/* footer */
#ir #footContainer #footer #footIdentity .identity {
	float: right;
}
#ir #footContainer #footer #footUtility p {
	float: right;
}

/* for PDF */
.pdfList {
	margin-top: 6px;
}
.pdfList li {
	padding-left: 20px;
	background: url(../../../common/images/com_ic004.gif) no-repeat 0 0.3em;
}
.pdfList li a {
	line-height: 1.8;
}
.pdfList li img.icon01 {
	margin: 0 5px;
}
* html .pdfList li img.icon01 { /* for IE6 */
	position: absolute;
}
.eventCol table {
	margin-top: 7px;
}
.noteText01 {
	padding-left: 1em;
	text-indent: -1em;
	color: #FF0000;
	font-weight: bold;
}

#ir #contents .rightLink {
	display: block !important;
	margin-top: 5px;
}
#ir #contents .rightLink p {
	float: right;
	padding-left: 16px;
	background: url(../../../common/images/com_ic009.gif) no-repeat 0 0.35em;
}


/* 2: graph parts
=========================================*/
.graphBox {
	margin-top: 20px;
}
.graphBox .graph {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.graphBox .expTx {
	float: right;
	width: 430px;
}

/* graphNav */
#graphNav {
	width: 648px;
	margin-top: 10px;
	padding: 12px 0 8px 12px; 
	background: url(../../../common/images/com_bg004.gif) repeat-x 0 0;
}
* html #graphNav {
	width: 660px;
}
#graphNav li {
	float: left;
	white-space: nowrap;
	margin-right: 20px;
}
#graphNav a {
	padding-left: 13px;
	background: url(../../../common/images/com_ic002.gif) no-repeat 0 0.3em;
}
#graphNav a.selected {
	background: url(../../../common/images/com_ic008.gif) no-repeat 0 0.3em;
	font-weight: bold !important;
}

/* 3: Table parts
=========================================*/
#ir #contents .normalTable .small {
	font-size: 83%;
	font-weight: normal;
}
#ir #contents .normalTable .bold th,
#ir #contents .normalTable .bold td {
	font-weight: bold;
}
#ir #contents .normalTable .emphasisLine th,
#ir #contents .normalTable .emphasisLine td {
	background-color: #EBF2FF;
	font-weight: bold;
}
#ir #contents .normalTable caption.no-title {
	text-align: right;
	background: none;
}
#ir #contents .normalTable caption.no-title .notes {
	font-size: 80%;
}
#ir #contents .normalTable .lv2 {
	background: #ebf2ff;
}
#ir #contents .normalTable .lv3 {
	background: #f1f1f1;
}

/* 4: Column parts
=========================================*/
#ir #contents .messageColumn {
	margin-top: 20px;
}
#ir #contents .messageColumn .photo {
	float: right;
	margin-left: 15px;
}
#ir #contents .messageColumn .message {
	overflow: hidden;
	zoom: 1;
}


/* 99. Extra
=========================================*/
/* Clearfix */
#graphNav:after,
#ir #contents .messageColumn:after,
#ir #contents .rightLink:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#graphNav,
#ir #contents .messageColumn,
#ir #contents .rightLink {
	display: inline-block;
	min-height:1%;
}



