@charset "utf-8";

/* clearFix */
.clearFix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearFix{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearFix{
	height:1%;
}
.clearFix{
	display:block;
}
/**/


/* float clear */
.clear{
	overflow:hidden;
	height:0;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clear{
	display: none;
}
/**/

div#wrapper
	{
	width:960px;
	margin:0px auto;
	padding:0 39px;
	background:#ffffff;
	border:solid 1px #dcdddd;
	}

.header
	{
	}
.header p
	{
	padding:4px 8px;
	background-color:#b94a7a;
	}
.header h1
	{
	margin:15px 0 25px 0;
	}

div#contents
	{
	width:960px;
	margin:0;
	background: none;}
	}

#FlashArea
	{
	width:960px;
	height:495px;
	}

#sequence.contBox
	{
	padding:20px 0;
	text-align:center;
	}
#sequence ul
	{
	width:956px;
	padding:2px;
	margin-top:20px;
	display:block;
	background:url(../images/koza_bg_top.gif) no-repeat;
	}
#sequence li
	{
	width:158px;
	padding-right:42px;
	float:left;
	text-align:left;
	display:block;
	background:url(../images/koza_arrow.gif) no-repeat 174px 70px;
	}
#sequence li.middle
	{
	padding-right:41px;
	}
#sequence li.last
	{
	padding-right:0;
	}
#sequence li p
	{
	color:#000;
	margin:5px 5px 0 5px;
	}
#risk
	{
	padding:15px;
	color:#636262;
	border:#dcdddd 1px solid;
	}
p.footer
	{
	font-size:10px;
	color:#000;
	}