/* 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,;
	color: #231815;
	margin: 0;
	padding: 0;
}

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

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

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

::-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;
}


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

body {
	background: url(../img/index_menu_bg.gif) 0px 529px repeat-x;
}

#flash {
	width: 100%;
	height: 529px;
	margin: 0;
}

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


/*============================
メインメニュー
----------------------------*/
#menu {
	width: 900px;
	height: 74px;
	margin: 0;
	padding: 0;
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
}
#menu ul li a {
	margin: 18px 0 0 0;
	display: block;
}

#menu ul li a#menu_top {
	width: 1px;
	height: 40px;
	background: url(../img/menu.gif) no-repeat;
	background-position: -120px 0px;
	position: absolute;
	top: 0px;
	left: 60px;
}
#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: 61px;
}
#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: 355px;
}
#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: 490px;
}
#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: 680px;
}
#menu ul li a:hover#menu_event {
	background-position: -738px -40px;
}


/*============================
コンテンツエリア
----------------------------*/
#main {
	width: 900px;
}

#topics {
	width: 485px;
	margin: 35px 0;
	padding: 0 0 0 70px;
	background: url(../img/index_ttl_topics.gif) 0px 2px no-repeat;
	float: left;
	position: relative;
}
/*============================
※対応 jquery利用
----------------------------*/
ul.note {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
}
ul.note li {
    list-style: none;
	margin: 1px 0;
}
ul.note li span.marker {
	margin-top: 2px;
    margin-right: 5px;
	color: #231815;
    text-align: right;
    _text-indent: -3px;
    white-space: nowrap;
    display: block;
    float: left;
}

ul.note li span.large {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold; 
	line-height: 130%;
}

a.topics_btn {
	width: 88px;
	height: 15px;
	margin: 7px 0 22px 0;
	*margin: 7px 0 20px 0;
	background: url(../img/index_btn_topics.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
	display: block;
}
a:hover.topics_btn {
	background: url(../img/index_btn_topics.gif) 0px -15px no-repeat;
}

/*TOPICSが少ないとき用対応*/
.dummy {
	width: 486px;
	position: absolute;
	top: 127px;
}
a.banner_09 {
	width: 486px;
	height: 55px;
	margin: 0;
	padding: 0;
	background: url(../img/index_banner_09.jpg) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
	display: block;
}
a:hover.banner_09 {
	background: url(../img/index_banner_09.jpg) 0px -55px no-repeat;

}

#banner {
	width: 322px;
	margin: 35px 0;
	float: right;
}
#banner table {
	width: 322x;
	margin: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	line-height: 0;
}
#banner td.banner_l {
	width: 158px;
	height: 39px;
	padding: 0 6px 6px 0;
}
#banner td.banner_r {
	width: 158px;
	height: 39px;
	padding: 0 0 6px 0;
}

#banner a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*============================
フッター
----------------------------*/
#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;
}

