@charset "utf-8";

/* ************************************************************************
* 
*	1. Basic
*	2. Page Format
*
************************************************************************ */


/*//////////////////////////////////////////////////////////////////////// 
// 1. Basic
//////////////////////////////////////////////////////////////////////// */

body{
	padding: 0px;
	margin: 0px;
	font-size: 70%;
	color: #000000;
	line-height: 1.25em;
	background: #fff url(bg.gif) top left repeat;
}


div, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd, hr{
	padding: 0px;
	margin: 0px;
}


img{
	border: none;
}


a:link, a:visited{
	color: #003399;
	text-decoration: none;
}


a:hover,
a:active{
	color: #ff8000;
	text-decoration: underline;
}




.clearboth{
	clear: both;
}


/*//////////////////////////////////////////////////////////////////////// 
// 2. Page Format
//////////////////////////////////////////////////////////////////////// */
#MainArea{
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#RiskImg{
	width: 850px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#RiskImg #btn{
	margin: 3px 0px 30px 0px;
	text-align: right;
}

#RiskImg h1{
	padding-bottom: 45px;
	margin: 0 auto;
}

#RiskImg #Messe{
	height: 150px;
	width: 480px;
	margin: 0 auto;
	background: url(messe_base.gif) left top no-repeat;
}

#Messe img.txt{
	margin: 23px 0px 14px 0px;
}


#PdfBox{
	margin-top: 51px;
}

img.Copy{
	margin: 0px 0px 0px 534px;
}

