@charset "utf-8";
/* CSS Document */


html,body{
	height: 100%;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	}
div{
	margin: 0px;
	padding: 0px;
}
ol,ul,li,dl,dt,dd          {
	margin: 0px;
	padding: 0px;
}
ul li:before         {
}
h1, h2, h4, h3, h5, h6 {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}
a {
	margin: 0px;
	padding: 0px;
	color: #231815;
}
a:hover {
	margin: 0px;
	padding: 0px;
	color: #231815;
}
a img {
    border-style:none;
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 90%;
	padding: 0px;
	line-height: 130%;
	margin: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #231815;
}
strong{
	font-size: 100%;
	font-weight: bold;
}
table                {
border-collapse: collapse;
margin: 0;
padding: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th, td               {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr                   {
	clear: both;
}

/**/
#contentBox {
	width:1240px;
	height: auto;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#AllContents {
	width:1240px;
	height: auto;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: left;
}

#praimaryArea {
	width:1271px;
	height: 54px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/bg_header.gif);
}