@charset "UTF-8";
/* CSS Document */


/*────────────────────────*/
/*ヘッダー
/*────────────────────────*/

#header {
	overflow:hidden;
	height: 76px;
	width: 100%;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
	text-decoration: none;
}
#header-bar {
	height: 7px;
}
#header-logo {
	float: left;
	height: 68px;
	width: 265px;
	position:relative;
}
#header-logo-text {
	font-size:80%;
	position:absolute;
	color:#f5a6d2;
	top:10px;
	left:2px;
}
#header-link {
	font-size:12px;
	float: right;
	height: 70px;
	width: 535px;
	position:relative;
}
#header-link a:link, #header-link a:visited {
	color: #999;
	border-bottom:0;
}
#header-link img {
	float: right;
	margin-left: 0;
}




#header-menu-a img {
	margin-right: 10px;
}
#header-menu-a p {
	position: absolute;
	top:20px;
	left:33px;
	color: #fff;
}
#header-menu-a a:link, #header-menu-a a:visited {
	float: right;
	display:block;
	width: 143px;
	height: 50px;
	padding-top:20px;
	padding-left: 17px;
	background-image:url(../images/header/h-menu-a-off.gif);
}
#header-menu-a a:hover, #header-menu-a a:active {
	background-image:url(../images/header/h-menu-a-on.gif);
	color: #d6a6eb;
}





#header-menu-b img {
	margin-right: 13px;
	magin-left: 0px;
}
#header-menu-b p {
	position: absolute;
	top:20px;
	left:202px;
	color: #fff;
}
#header-menu-b a:link, #header-menu-b a:visited {
	float: right;
	display:block;
	width: 130px;
	height: 50px;
	padding-top:20px;
	padding-left: 17px;
	background-image:url(../images/header/h-menu-b-off.gif);
}
#header-menu-b a:hover, #header-menu-b a:active {
	background-image:url(../images/header/h-menu-b-on.gif);
	color: #97a6d2;
}





#header-menu-c img {
	margin-right: 13px;
	magin-left: 0px;
}
#header-menu-c p {
	position: absolute;
	top:20px;
	left:349px;
	color: #fff;
}
#header-menu-c a:link, #header-menu-c a:visited {
	float: right;
	display:block;
	width:112px;
	height: 50px;
	padding-top:20px;
	padding-left: 17px;
	background-image:url(../images/header/h-menu-c-off.gif);
}
#header-menu-c a:hover, #header-menu-c a:active {
	background-image:url(../images/header/h-menu-c-on.gif);
	color: #6ed9e3;
}




#header-menu-d img {
	margin-right: 0px;
	magin-left: 0px;
}
#header-menu-d p {
	position: absolute;
	top:20px;
	left:478px;
	color: #fff;
}
#header-menu-d a:link, #header-menu-d a:visited {
	float: right;
	display:block;
	width:59px;
	height: 50px;
	padding-top:20px;
	padding-left: 17px;
	background-image:url(../images/header/h-menu-d-off.gif);
}
#header-menu-d a:hover, #header-menu-d a:active {
	background-image:url(../images/header/h-menu-d-on.gif);
	color: #D3C390;
}




