 @charset "utf-8";

/* ----------------------------------------
 -> local header
---------------------------------------- */
#localHeader{
	width: 100%;
	background: #f8f7f1;
	padding-top: 10px;
}

/* loacalHeaderUtility */
#localHeader #loacalHeaderUtility{
	margin-bottom: 65px;
}
#localHeader #loacalHeaderUtility .subLocalMenu{
	float: left;
	text-align: left;
	padding-left: 20px;
}
#localHeader #loacalHeaderUtility .subLocalMenu li{
	font-size: 83.3%;
	display: inline-block;
	display: inline\9;
	/display: inline;
	/zoom: 1;
	/margin-right: .3em;
}

/* titleContainer */
#localHeader #titleContainer{
	margin-bottom: 30px;
}
#localHeader #titleContainer h2{
	margin-bottom: 25px;
}

/* localNav */
#localHeader #localNavContainer{
	width: 100%;
	z-index: 10;
}
#localHeader #localNav{
	background: url(/company/profile/history/image/index_bg_01.gif) repeat-x left bottom;
}
#localHeader #localNav ul{
	width: 960px;
	margin: 0 auto;
}
#localHeader #localNav li{
	float: left;
}

/* chronologyNav */
#localHeader #localSubNav{
	background: url(/company/profile/history/image/index_bg_02.gif) repeat-x left bottom;
}
#localHeader #localSubNav li{
	float: left;
}

/*
 * contents
 */

/* odd || even === .article */
#container .odd{ background: url(/company/profile/history/image/index_bg_03.gif) repeat 0 0;}
#container .even{ background: url(/company/profile/history/image/index_bg_04.gif) repeat 0 0;}
#container .article{
	width: 100%;
}
#container .section{
	width: 100%; 
	padding: 60px 0;
	background: url(/company/profile/history/image/index_bg_05.png) repeat-x left bottom;
}
#container .stage{
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left !important;
}

#container h3{
	margin: 20px 0 60px;
	text-align: center;
}
#container .figure{
	width: 475px;
	float: left;
}
#container .text{
	width: 455px;
	float: right;
	background: url(/company/profile/history/image/index_bdr_01.gif) repeat-y 0 0;
	padding-left: 20px;
	margin-bottom: 80px;
}
#container .figure h4{
	margin-left: 10px;
}
#container .text th,
#container .text td{
	padding-bottom: 30px;
}
#container .text th{
	font-size: 116.7%;
}
#container .text td{
	font-size: 133.3%;
}
#container .text td div{
	margin-top: 15px;
}
#container .text td img{
	display: block;
	float: left;
	margin-right: 5px;
}
#container .text td p{
	margin-bottom: 15px;
}
#container .text td span{
	display: inline-block;
	margin-top: 5px;
	font-size: 75%;
}
#container .text td span a{
	display: inline-block;
	text-decoration: none;
	color: #6a543e;
	background: url(/company/profile/history/common/image/icn_self.gif) no-repeat 0 0.4em;
	padding-left: 8px;
}
#container .text td span .blank{
	background: url(/company/profile/history/common/image/icn_blank.gif) no-repeat 0 0.4em;
	padding-left: 12px;
}
#container .text td span a:hover{
	color: #1e6e85;
	text-decoration: underline;
}


#container .pagetop{
	width: 59px;
	height: 59px;
	position: absolute;
	right: 0;
	bottom: -85px;
}

/*
 * modal
 */
#greetingsLayer,
#greetingsContainer{
	display: none;
}
#greetingsLayer{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	opacity: .75;
	filter: alpha(opacity=75);
}
#greetingsContainer{
	width: 880px;
	height: 550px;
	position: fixed;
	top: 50px;
	left: 50%;
	z-index: 21;
	margin-left: -440px;
}
#greetingsContainer #greetings div{
	position: relative;
}
#greetingsContainer .button,
#greetingsContainer .close{
	position: absolute;
}
#greetingsContainer .button{
	left: 300px;
	bottom: 60px;
}
#greetingsContainer .close{
	top: -15px;
	right: -15px;
}