@charset "utf-8";
/* CSS Document */

#index {
	width:980px;
	margin:0 auto;
	position: relative;
}
#header {
	position: relative;
	width:980px;
	height: 150px;
}
#header_logo {
	position: absolute;
	width:279px;
	left: 0px;
	top: 20px;
}
#menu {
	position: absolute;
	width:345px;
	height:155px;
	right: 80px;
	top: 0px;
}
#header_card {
	width:73px;
	position: absolute;
	right: 0px;
	top: 5px;
}
