/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';
/**  Layout
-----------------------------------------*/


/**  Text
-----------------------------------------*/
body#corporate h1{
	background: url(../images/global/bg_h1.png) no-repeat;
	width:900px;
	height:35px;
	padding-top:45px;
	margin-bottom:0.5em;
	}
body#corporate #container{
	padding-bottom:20px;
}
h2{
	border-top:#97D8F7 2px solid;
	border-bottom:#A5D3E8 1px dotted;
	color:#006BB4;
	font-size:100%;
	padding:0.25em 0;
}
*html h2{
	padding:0.4em 0 0.25em 0;
}
dl{
	font-size:77%;
	margin:0;
	border-bottom:#97D8F7 1px solid;
}
dt{
	width:10em;
	clear:left;
	float:left;
	padding:0.5em 0;
}
dd{
	margin-left:10em;
	padding:0.5em 0;
}
dl.nb{
	border:none;
	margin-bottom:2em;
}
dd.bb{
	border-top:#CCC 1px dotted;
}
#num01,#num02,#num03{
	padding:2px 0px 2px 22px;
	margin-bottom:0.5em;
}
#num01{
	background:url(../images/corporate/num01.gif) left top no-repeat;
	margin-top:0.5em;
}
#num02{
	background:url(../images/corporate/num02.gif) left top no-repeat;
}
#num03{
	background:url(../images/corporate/num03.gif) left top no-repeat;
}
strong{
	color:#006bb4;
	font-size:124%;
	font-weight:normal;
}

dl.long{
	font-size:77%;
	margin:0;
	border-bottom:#97D8F7 1px solid;
}
dl.long dt,dl.longnb dt{
	width:10em;
	clear:left;
	float:left;
	padding:0.5em 0;
}
dl.long dd,dl.longnb dd{
	margin-left:11em;
	padding:0.5em 0;
}
dl.long dd a,dl.longnb dd a{
	background:url(../images/global/moreinfo.png) right 50% no-repeat;
	padding-right:75px;
	color:#009FE8;
	text-decoration:underline;
}
*html dl.long dd a,*html dl.longnb dd a{
	padding-top:2px;
	margin-top:2px;
	}
*+html dl.long dd a,*+html dl.longnb dd a{
	padding-top:2px;
	margin-top:2px;
	}
dl.long dd a:hover,dl.longnb dd a:hover{
	color:#0dbbea;
}
dl.longnb{
	border:none;
	margin-bottom:4em;
}
.txt{
	padding-top:10px;
}