/* CSS Document */

/*================================================
リセット・基本設定
------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

img {
	border: 0;
}


/*============================
テキスト設定
----------------------------*/
/*
body {
	font: 12px/1.22 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
*/
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Verdana, Arial, sans-serif,;
}

table {
	font-size: inherit;
	font:100%;
}

a {
	color: #ff2e9d;
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: #ff2e9d;
	text-decoration: underline;
}

::-moz-selection {
	background: #70c82f;
	color: #ffffff;
}

::selection {
	background: #70c82f;
	color: #ffffff;
}

.fs10 {
	font-size: 10px;
	line-height: 130%;
}
.fs10_02 {
	font-size: 10px;
	line-height: 130%;
}
.fs14 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}

/*============================
※対応 jquery利用
----------------------------*/
ul.note {
	margin: 0;
	padding: 0;
}
ul.note li {
    list-style: none;
}
ul.note li span.marker {
	*margin-top: 2px;
    margin-right: 2px;
	color: #231815;
    text-align: right;
    _text-indent: -3px;
    white-space: nowrap;
    display: block;
    float: left;
}


/*================================================
レイアウト
------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	background: url(../img/2nd_bg.gif) repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 187px;
	margin: 0 0 0 0;
	position: relative;
}

#header h1,
#header h2,
#header h3 {
	text-indent:-9999px;
	font-size: 0px;
}

#logo {
	width: 900px;
	height: 55px;
	background: url(../img/logo.gif) no-repeat;
	position: absolute;
	top: 32px;
	left: 0px;
}
#logo a {
	width: 450px;
	height: 55px;
	margin: 0 0 0 0;
	text-indent:-9999px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo img {
	display: none;
}


/*============================
メインメニュー
----------------------------*/
#menu {
	width: 900px;
	height: 71px;
	padding: 0 0 0 0;
	position: relative;
	top: 116px;
	left: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	text-indent: -9999px;
}
#menu ul li a {
	margin: 15px 0 0 0;
	display: block;
}

#menu ul li a#menu_top {
	width: 121px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu ul li a:hover#menu_top {
	background-position: 0px -40px;
}

#menu ul li a#menu_aaf08 {
	width: 294px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: -122px 0px;
	position: absolute;
	top: 0px;
	left: 122px;
}
#menu ul li a:hover#menu_aaf08 {
	background-position: -122px -40px;
}

#menu ul li a#menu_info {
	width: 134px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: -415px 0px;
	position: absolute;
	top: 0px;
	left: 415px;
}
#menu ul li a:hover#menu_info {
	background-position: -415px -40px;
}

#menu ul li a#menu_artist {
	width: 189px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: -549px 0px;
	position: absolute;
	top: 0px;
	left: 549px;
}
#menu ul li a:hover#menu_artist {
	background-position: -549px -40px;
}

#menu ul li a#menu_event {
	width: 162px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: -738px 0px;
	position: absolute;
	top: 0px;
	left: 738px;
}
#menu ul li a:hover#menu_event {
	background-position: -738px -40px;
}


/*============================
コンテンツエリア
----------------------------*/
#main {
	width: 900px;
	background: url(../img/main_bg.gif) repeat-y;
	float: left;
}


/*============================
フッター
----------------------------*/
#footer {
	width: 100%;
	height: 60px;
	margin: 0 0 0 0;
	border-top: #231816 1px solid;
	clear: both;
	
}
#footer #copyright {
	width: 900px;
	height: 11px;
	margin: 23px auto 0;
	background: url(../img/copyright.gif) no-repeat 680px 0px;
	text-indent: -9999px;
}


/*============================
このページの先頭へ
----------------------------*/
#footer #pagetop_wrap {
	width: 900px;
	height: 1px;
	margin: 0 auto;
	position: relative;
}
#footer #pagetop_wrap a {
	width: 105px;
	height: 15px;
	margin: 0;
	background: url(../img/btn_pagetop.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: -30px;
	left: 795px;
}
#footer #pagetop_wrap a:hover {
	background: url(../img/btn_pagetop.gif) no-repeat 0px -15px;
}





