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

@import 'global.css';
/**  Layout
-----------------------------------------*/
#half_left{
	display:inline;
	float:left;
	width:620px;
}
#half_right{
	display:inline;
	float:right;
	width:240px;
	padding-bottom:30px;
}

/**  Text
-----------------------------------------*/
body#about h1{
	background: url(../images/global/bg_h1.png) no-repeat;
	width:900px;
	height:35px;
	padding-top:45px;
	margin-bottom:0.5em;
	}
h2{
	border-top:#97D8F7 2px solid;
	border-bottom:#A5D3E8 1px dotted;
	color:#006BB4;
	font-size:100%;
	padding:0.25em 0;
	margin-bottom:1em;
}
h3{
	color:#006BB4;
	font-size:88%;
}
h4{
	background:url(../images/about/checker.png);
	padding:2px 0px 2px 10px;
	font-size:77%;
	font-weight:normal;
	margin-bottom:1em;
}
h4.second{
	margin-top:3em;
}
#half_right p{
margin-bottom:1em;
}
.num01,.num02,.num03,.num04,.num05{
	padding:2px 0px 2px 22px;
	margin-bottom:1em;
}
.num01{
	background:url(../images/about/num01.gif) left top no-repeat;
}
.num02{
	background:url(../images/about/num02.gif) left top no-repeat;
}
.num03{
	background:url(../images/about/num03.gif) left top no-repeat;
}
.num04{
	background:url(../images/about/num04.gif) left top no-repeat;
}
.num05{
	background:url(../images/about/num05.gif) left top no-repeat;
	margin-bottom:3em;
}
.small{
	font-size:70%;
}
