body {
	margin: 0;
	padding: 50px 0 100px 0;
	font-size:12pt;
	line-height: 18pt;
	background-color: #DBDCDC;
	text-align:center;
}
a {text-decoration: none;}
#header{
	position: fixed !important;
	position: absolute;
	width:100%;
	top:0px;
	height:50px;
	margin:0 auto;
}

#footer{
	position: fixed !important;
	position: absolute;
	width:100%;
	bottom:0px;
	font-size:10pt;
	line-height:16px;
	height:110px;
	text-align:center;
	background-color: #DBDCDC;
	border-top: 1px solid #DBDCDC;
	margin:0 auto;
}

#contents{
	padding:0;
	margin:0 auto;
	text-align:center;
}
.belt{
	margin:0 auto;
	font-size:12pt;
	line-height:20pt;
	width:460px;
	text-align:center;
	background-color: #FF9999;
}
.box_title_or{
	margin:0 auto;
	width:446px;
	height:30px;
	padding-top: 9px;
	padding-left: 14px;
	font-size:16pt;
	text-align:left;
	background-image: url(./img/titleback_or.gif);
	background-repeat: no-repeat;
}
.box_title_gr{
	margin:0 auto;
	width:446px;
	height:30px;
	padding-top: 9px;
	padding-left: 14px;
	font-size:16pt;
	text-align:left;
	background-image: url(./img/titleback_gr.gif);
	background-repeat: no-repeat;
}
.inner{
	margin:0 auto;
	padding: 10px 30px 10px 30px;
}
.box{
	width:460px;
	margin:0 auto;
	padding:0;
	background-color: #FFF;
	text-align:left;
}
.box_img{
	float:left;
	width:75px;
}
.box_serif{
	float:left;
	width:285px;
	height:80px;
	font-size:10pt;
	line-height: 12pt;
	padding:20px;
	padding-left:30px;
	padding-right:10px;
	background-image: url(./img/serif.gif);
	background-repeat: no-repeat;
}
.box_person{
	width:400px;	
	height:50px;
	background-color: #FF9999;
	text-align:center;
}
.f_clear{
	clear:both;
}
