@charset "utf-8";
/* CSS Document */


/* --------------------------------------------
	Base Layout
-------------------------------------------- */
.sectionAlpha ul,
body#id_directorReport .sectionTitle,
.subSectionAlpha
{
	display: block;
	min-height: 1%;
}

.sectionAlpha ul:after,
body#id_directorReport .sectionTitle:after,
.subSectionAlpha:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .sectionAlpha ul,
* html body#id_directorReport .sectionTitle,
* html .subSectionAlpha
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*	Text Link Style
--------------------------------------------- */
a {
	color: #336633;
	text-decoration: underline;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
/* --------------------------------------------
	Name List
-------------------------------------------- */
.backNumberNavi {}
.pageTitle {}
.pageLead {}
.sectionAlpha {}
.sectionBeta {}
.sectionGamma {}
.sectionDelta {}
.sectionTitle {}
.sectionLead {}
.sectionInner {}
.sectionFooter {}
.textarea {}
.imgarea {}


/* --------------------------------------------
	Director Map
-------------------------------------------- */
/* Section Alpha
--------------------------------------------- */
.pageLead {
	padding-top: 14px;
	padding-right: 4px;
	text-align: right;
}
.pageTitle {
	margin-bottom: 13px;
	padding-top: 5px;
}
.backNumber {
	float: right;
	margin-bottom: 10px;
	}
.backNumber select { font-size: 100%;}
.backNumber select.select_size { width:257px;}


/* Section Alpha
--------------------------------------------- */
body#id_director .sectionAlpha {
	background: url(../../director/img/box_body.gif) repeat left top;
	clear: right;
}
body#id_director .sectionAlpha ul {
	overflow: hidden;
	padding: 5px 0 15px;
	margin-left: 30px;
}
	body#id_director .sectionAlpha ul li {
		float: left;
		width: 31%;
	}
		body#id_director .sectionAlpha ul li p {
			padding-left: 10px;
			background: url(../../director/img/ico_dirmapArrow.jpg) no-repeat left center;
			line-height: 24px;
			font-size: 120%;
		}
/*
			body#id_director .sectionAlpha ul li p a {
				display: block;
			}
*/
		* html body#id_director .sectionAlpha ul li p {
			height: 1%;
		}


/* --------------------------------------------
	Director Report
-------------------------------------------- */
/*	BackNumber Navigation
--------------------------------------------- */
p.backNumberNavi {
	margin-bottom: 15px;
	text-align: right;
}
	p.backNumberNavi select {
		width: 38%;
	}
	p.backNumberNavi img {
		vertical-align: middle;
	}
	* html p.backNumberNavi img {
		position: relative;
		margin-top: -5px;
	}


body#id_directorReport .sectionAlpha {
	padding-bottom: 10px;
	background: url(../../director/img/box_body.gif) repeat left top;
}

	body#id_directorReport .sectionAlpha .sectionInner {
		margin-left: 17px;
		width: 633px;
	}
		body#id_directorReport .sectionAlpha .sectionTitle {
			position: relative;
			padding: 10px 0 9px;
			width: 633px;
			border-bottom: 1px solid #e9eadc;
		}
			body#id_directorReport .sectionAlpha .sectionTitle h3 {
				font-size: 180%;
				font-weight: bold;
				color: #ffffff;
			}
			body#id_directorReport .sectionAlpha .sectionTitle p {
				position: absolute;
				right: 0;
				bottom: 10px;
			}
	body#id_directorReport .sectionAlpha .subSectionAlpha {
		margin-top: 15px;
		padding-bottom: 14px;
		border-bottom: 1px solid #e9eadc;
	}
			body#id_directorReport .sectionAlpha .subSectionAlpha h4 {
				margin-bottom: 10px;
				font-size: 140%;
				font-weight: bold;
			}
			body#id_directorReport .sectionAlpha .subSectionAlpha div.fltL p { margin-right: 20px;}
			body#id_directorReport .sectionAlpha .subSectionAlpha .imgCaption { margin-top: 5px; line-height: 1.4;}
			body#id_directorReport .sectionAlpha .subSectionAlpha div.fltL img,
			body#id_directorReport .sectionAlpha .subSectionAlpha div.fltR img { border: 1px solid #9c9c9b;}
			body#id_directorReport .sectionAlpha .subSectionAlpha div.fltR p { margin-left: 20px;}
			body#id_directorReport .sectionAlpha .subSectionAlpha div.fltT {
				zoom: 1;
				font-size: 120%;
				line-height: 1.4;
			}

			body#id_directorReport .sectionAlpha .subSectionAlpha .subSectionInner {
				margin-top: 15px;
				padding-top: 15px;
				background: url(../../director/img/cmn_dot-X2.gif) repeat-x left top;
			}




/*	.ftNavi
--------------------------------------------- */
.ftNavi {
	overflow: hidden;
	padding-top: 10px;
}
	.ftNavi p.pageTop {
		text-align: right;
	}

