@charset "UTF-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#185486;
}
h1, h2, h3, h4, h5, h6{
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 color:#000;
	 padding:0px;
	 margin:0px;
	}
	p{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#000;
	}
#wrapper {
	width:780px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	
}
.header_main {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:775px;
	height: 620px;
	padding:10px;	margin-bottom:0px;
}
.chicken {
	width:296px;
	height:366px;
	background-image:url(../images/chick.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	margin-left:50px;
	margin-top:190px;
	z-index:2px;
}
.logo {
	width:242px;
	height:127px;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	z-index:2px;
	cursor:pointer;
}
.sticker {
	width:172px;
	height:171px;
	background-image:url(../images/sticker.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	margin-left:20px;
	margin-top:370px;
	z-index:56px;
}
.box_header{
	width:497px;
	height:auto;
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	margin-left:268px;
	margin-top:55px;
	z-index:100;
	}
	.2_box{
	width:100%;
	height:auto;
		}
		
		ul li {
		 list-style-position:outside;
			font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#000;}

