* {
	margin:0px;
	padding:0px;
}

body {
	background:#000000 url(../img/bg.jpg) repeat;
}

img {
	border:none;
}


/* ----- インデックス -----*/
#main {
	width:800px;
	height:574px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-287px;
	position:absolute;
	z-index:1;
}

#main #index_flash {
	height:297px;
}

#main #index_menu_container {
	background:url(../img/menu/menu_bg.jpg) repeat-x;
	height:20px;
}

#main #index_menu_container .index_menu {
	float:left;
}

#main #index_news_container {
	width:466px;
	height:123px;
	background-image:url(../img/index_news_bg.jpg);
	padding:58px 39px 73px 295px;
}


/* ----- コンテンツ -----*/
#contents_main {
	width:800px;
	height:572px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-286px;
	position:absolute;
	z-index:1;
}

#contents_main #contents_menu_container {
	background:url(../img/menu/contents_menu_bg.jpg) repeat-x;
	height:21px;
}

#contents_main #contents_menu_container .contents_menu {
	float:left;
}

#contents_main #contents_left {
	width:250px;
	height:511px;
	background-image:url(../img/contents_left_photo.jpg);
	float:left;
}

#contents_main #footer {
	height:40;
}


/* ----- オンエアーインフォ -----*/
#contents_main #onair_info_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/onair_info_bg.jpg) no-repeat;
	float:left;
}


/* ----- コーナー -----*/
#contents_main #corner_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/corner_bg.jpg) no-repeat;
	float:left;
}


/* ----- “弾き語り”リクエスト -----*/
#contents_main #request_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/request_bg.jpg) no-repeat;
	float:left;
}


/* ----- アーティストインフォ -----*/
#contents_main #artist_info_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/artist_info_bg.jpg) no-repeat;
	float:left;
}


/* ----- フォトギャラリー -----*/
#contents_main #photo_gallery_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/photo_gallery_bg.jpg) no-repeat;
	float:left;
}


/* ----- メール -----*/
#contents_main #mail_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/mail_bg.jpg) no-repeat;
	float:left;
}


/* ----- リンク -----*/
#contents_main #links_right {
	width:520px;
	height:422px;
	padding:74px 15px 15px 15px;
	background:url(../img/links_bg.jpg) no-repeat;
	float:left;
}



