/* ヘッダー */
#header {
	background: url(../img/logo_bg.png) repeat-x;
	margin-bottom: 26px;
}
#logoArea {
	width: 960px;
	margin: 0 auto;
}
#logo {
	display: block;
	float: left;
}
#logo img {
	margin: 5px 0;
}
#TopSearchArea {
	float: right;
	text-align: right;
	vertical-align: top;
	padding-top: 36px;
}
#TopSearchkeyword {
	width: 175px;
	height: 24px;
	color: #000000;
	padding-left: 5px;
//	border-radius: 2px;
	border: none;
}
#TopSearchBtn {
	width: 26px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
}


/* メニュー */
#menuArea {
	width: 100%;
	height: 50px;
	background: url(../img/menu_btn_bg.png) repeat-x;
	font-size: 0;
	clear: both;
	text-align: center;
}
a.headerMenu {
	width: 140px;
	height: 50px;
	display: inline-block;
}
#menuNews {
	background: url(../img/menu_btn_news.png) no-repeat;
}
#menuArtist {
	background: url(../img/menu_btn_artist.png) no-repeat;
}
#menuTicket {
	background: url(../img/menu_btn_ticket.png) no-repeat;
}
#menuContents {
	background: url(../img/menu_btn_contents.png) no-repeat;
}
#menuSpecial {
	background: url(../img/menu_btn_special.png) no-repeat;
}
#menuMypage {
	background: url(../img/menu_btn_mypage.png) no-repeat;
}
#menuLink {
	background: url(../img/menu_btn_link.png) no-repeat;
}
a:hover#menuNews {
    background-position:left bottom;
}
a:hover#menuArtist {
    background-position:left bottom;
}
a:hover#menuTicket {
    background-position:left bottom;
}
a:hover#menuContents {
    background-position:left bottom;
}
a:hover#menuMypage {
    background-position:left bottom;
}

#footerMenu {
	clear: both;
	background: #FFFFFF;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
}
#footerMenu a {
	text-decoration: none;
}
#footerMenu a:hover {
	font-size: 12px;
	text-decoration: underline;
}
#copyright {
	background: #FFF;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	color: #000;
	text-align: center;
}
#copyright a:link { 
   color: #000;
}
#copyright a:visited {
	 color: #000;
	 }
#copyright a:active {
	 color: #000;
	 }
#copyright a:hover {
	text-decoration: underline;
	color: #000;
}

