@charset "utf-8";
/* Start of common layout */
@import url(common.css);

.wrapper {
	width:100%;
	margin: 0 0 0 0;
}

/* HEADER */
#header{
	width:94%;
	height:auto;
	margin: 0 5px 0 5px;
}

h1{
	font-size: 16pt;
}
/* END OF HEADER*/

hr.hrzt_line {
	display:none;
}

/* START OF MAINBODY*/
#mainbody{
	width: 94%;
	font-family: century;
	font-size: 12.0pt;
	line-height: 1.5em;
}
h2{
	font-size: 16.0pt;
}
#footer {
	width: 89%;
	height: auto;
	margin: 0 5px 0 5px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	font-size: 11.0pt;
}

p.il_block_4_easytoutch{
	margin: 20px auto 0 auto;
	display: inline-block;
	width:40%;
	height:40px;
	text-align: center;
	font-size: 14.0pt;
}

img{
	width: 98%;
}
