
/* top page hedder */

#topheadder{
	width:820px;
	height: 80px;
	float:left;
	margin-top:5px;
}

.tophead-right{
	width:330px;
	height: 80px;
	text-align:center;
	float:right;
}


.tophead-left{
	width:480px;
	height: 80px;
	float:left;
	margin-left:5px;
	background: url("../image/title/winter2009.gif") no-repeat;
}




/* Headder.topmenu */

#HeadderMenu div.topmenu {
	width: 320px;
	height: 35px;
	float:left;
	margin: 0px;
}

#HeadderMenu div.topmenu ul {
	float:left;
	height: 35px;
	padding-left:0px;
	margin: 0px;
}


#HeadderMenu div.topmenu ul li {
	float:left;
	height: 30px;
	margin: 0px;
	list-style-type: none;
	overflow:hidden;
}

#HeadderMenu div.topmenu ul li.menu-01 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/1.gif");
}
#HeadderMenu div.topmenu ul li.menu-02 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/2.gif");
}
#HeadderMenu div.topmenu ul li.menu-03 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/3.gif");
}
#HeadderMenu div.topmenu ul li.menu-04 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/4.gif");
}
#HeadderMenu div.topmenu ul li.menu-05 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/5.gif");
}
#HeadderMenu div.topmenu ul li.menu-06 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/6.gif");
}
#HeadderMenu div.topmenu ul li.menu-07 {
	width: 45px;
	height: 25px;
	background:url("../image/top/hedder_menu/7.gif");
}


#HeadderMenu div.topmenu ul li a {
	display: block;
	width:100%;
	margin-right:1px;
}

#HeadderMenu div.topmenu ul li a:hover {
	background-position:0px -20px;
}

#Google{
	height: 30px;
	margin: 0px;
}



