* {
	margin:0px;
	padding:0px;
}

body {
	background:#000000 url(../img/bg.jpg) fixed;
	font:80% "Verdana", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	color:#FFFFFF;
	line-height:125%;
}

#main {
	width:800px;
	margin:auto;
	margin-top:20px;
}

img {
	border:none;
}

#contents_container {
	background:url(../img/inside_bg.jpg) repeat-y;
	margin:5px 0px 0px 0px;
	padding:0px 10px;
	padding-bottom:15px;
}

.clear {
	clear:both;
}


/* ----------- トップページ　----------- */
#index_left_container {
	width:570px;
	height:550px;
	float:left;
}

#index_right_container {
	width:230px;
	height:550px;
	float:left;
}


/* ----------メニュー01 ---------- */
#index_right_container #menu {
	background:url(../img/index_menu_bg.jpg) no-repeat;
}

#index_right_container #menu .menu_container {
	width:230px;
	height:40px;
	margin-bottom:3px;
}


/* ----------メニュー02 ---------- */
#global-menu02 ul {
	list-style: none;
}

#global-menu02 ul li {
	float:left;
	width:130px;
	height:40px;
}

#global-menu02 ul li a {
	display: block;
	width:130px;
	height:40px;
}


/* ---------- ロールオーバー ---------- */
#global-menu02 ul li.menu02_1 a {
	background:url(../img/menu_02_information.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li.menu02_2 a {
	background:url(../img/menu_02_profile.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li.menu02_3 a {
	background:url(../img/menu_02_gallery.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li.menu02_4 a {
	background:url(../img/menu_02_web_radio.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li.menu02_5 a {
	background:url(../img/menu_02_corner.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li.menu02_6 a {
	background:url(../img/menu_02_mail.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu02 ul li a:hover {
	background-position: 0 -40px;
	border-bottom:none;
}


/* ----------メニュー03 ---------- */
#global-menu03 ul {
	list-style: none;
}

#global-menu03 ul li {
	width:256px;
	height:212px;
	float:left;
}

#global-menu03 ul li a {
	display: block;
	width:256px;
	height:212px;
}


/* ---------- ロールオーバー ---------- */
#global-menu03 ul li.menu03_1 a {
	background:url(../img/menu_03_studio_photo.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu03 ul li.menu03_2 a {
	background:url(../img/menu_03_private_photo.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu03 ul li.menu03_3 a {
	background:url(../img/menu_03_tamachan.jpg) left top no-repeat;
	text-indent: -9999px;
}

#global-menu03 ul li a:hover {
	background-position: 0 -212px;
	border-bottom:none;
}


/* ---------- オンエアーインフォ ---------- */
table#table_onair_info {
	width:630px;
	border:none;
	margin:auto;
	margin-bottom:10px;
}

td.td_nair_info_radio_station {
	width:60px;
	border-bottom:#666666 dotted 1px;
	padding:5px;
	padding-bottom:0px;
}

td.td_onair_info_blank {
	width:10px;
	border:none;
}

td.td_onair_info_date {
	width:188px;
	border-bottom:#666666 dotted 1px;
	padding:5px;
	padding-bottom:0px;
}


/* ----------- プロフィール ----------- */
#prof_photo {
	width:200px;
	float:left;
}

#prof_text_continer {
	width:575px;
	margin-left:5px;
	float:left;
}


/* ----------- WEB RADIO ----------- */
table#table_radio {
	width:362px;
	border:none;
	margin:auto;
}

td.td_raio_date {
	width:250px;
	padding:3px;
	padding-bottom:0px;
	text-align:left;
	border-bottom:#CCCCCC 1px dotted;
}

td.td_radio_button {
	width:100px;
	padding:3px;
	padding-bottom:0px;
	border-bottom:#CCCCCC 1px dotted;
}


/* ----------- ギャラリー ----------- */
table.table_gallery {
	width:780px;
	margin:15px 0px;
	border:2px solid #666666;
}

td.td_gallery_photo {
	width:300px;
	border-right:2px #666666 solid;
	border-bottom:2px #666666 solid;
	background-color:#000000;
	padding:5px;
	vertical-align:top;
}

td.td_gallery_list {
	width:451px;
	padding:5px;
	vertical-align:top;
	border-bottom:2px #666666 solid;
}

table.table_onair_list {
	width:450px;
	border:0px;
}

td.td_onair_title {
	width:179px;
	border-bottom:#999999 dotted 1px;
	padding:3px;
}

td.td_onair_artist {
	width:179px;
	border-bottom:#999999 dotted 1px;
	padding:3px;
	padding-left:0px;
}

td.td_onair_no {
	width:80px;
	border-bottom:#999999 dotted 1px;
	padding:3px;
	padding-left:0px;
}


/* ----------- メール　----------- */
table#table_mail_form {
	width:680px;
	margin:auto;
}

td.td_mail_form_item {
	width:200px;
	padding:5px;
	background-color:#000000;
}

td.td_mail_form_enter {
	width:457px;
	padding:5px;
	background-color:#666666;
}

