@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	line-height: 1.4;
	background: url(../img_ver03/bg_s.jpg) left top repeat-y fixed;
	background-color:#000000;
}
#index {
	width: 800px;
	margin: 0;
	padding: 0;
	height: 600px;
	background: url(../img_ver03/bg_top.jpg) left top repeat-y fixed;
}
p {
	/*letter-spacing: 0.2em;*/
}

a {
	color:#00BFFF;
}
a:hover{
	color:#FFFF00;
}

#wrapper {
	width: 740px;
	margin: 0;
	padding: 0;
	background: url(../img_ver03/bg_main_s.jpg) left top no-repeat;
}

.clearfix {
	border: 0;
	margin-top: 10px;
	display: block;
	clear:both;
	visibility:hidden;
}
.important {
	font-size: 140%;
	background-color:#F7F7F7;
	width: 90%;
	margin: 5px 0 0 5px;
	padding: 3px 10px;
	display: block;
	clear:left;
}
address {
	font-style: normal;
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 1;
	height: 40px;
}
#header_index {
	position: relative;
	z-index: 1;
	height: 90px;
}
#logo {
}
#logo a {
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 54px;
		left: 10px;
		width: 710px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 116px;
		border:#333333 1px solid;
		background:#222222;
		/*background: url(../img_ver03/navi_back.gif) left top repeat-x;*/
		padding-bottom:0px;
		margin: 0;
		/*text-align: center;*/
	}
	#navigation li a {
		display: block;
		width: 100%;
		font-size:12px;
		/*font-family: Arial, Helvetica, sans-serif;*/
		padding-top:0px;
		color: #FFFFFF;
		text-decoration: none;
	}
	#navigation li a:hover {
		background:#000000;
		color:#00BFFF;
	}
	#navigation li#logo {
		float:left;
		width:80px;
		margin: 0;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
	}
	#navigation ul ul li {
		margin:0 0 0 5px;
		width: 100px;
		color:#000000;
		float:none;
	}
	#navigation ul ul li a {
		border-top: 2px solid #000000;
		color:#000000;
		background-color:#00BFFF;
	}
	#navigation ul ul li a:hover {
		background-color:#FFFF00;
		color:#000000;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/*レイアウト
---------------------------------------------*/
#content {
	position:relative;
	width: 740px;
	margin-top:40px;
	margin-left:0px;
}
#primary {
	position:relative;
	width: 740px;
	background: url(../img_ver03/cont_foot_s.gif) left bottom no-repeat;
}
#footer {
	color: #FFFFFF;
	padding:0;
	margin: 120px 0px 10px 20px;
}

#footer a{
color: #FFFFFF;
text-decoration:none;
font-size:12px;
}

/* コンテンツ
---------------------------------------------*/
#content .topicpath {
	width: 700px;
	margin:0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color:#FFFFFF;
}
#content h5 {
	width:710px;
	font:30px Impact, "Arial Black";
	color:#FF1493;
	padding:0px;
	margin-left:10px;
	margin-bottom:0px;
	/*border-top:1px solid #FF1493;*/
}

.topicpath p {
	color:#FFFFFF;
}
.topicpath a {
	text-decoration:none;
	color:#FFFFFF;
}
.topicpath a:hover {
	color:#FFFF00;
}

#primary h3 {
	font-size:16px;
	margin:0 0 0 0;
	padding: 5px 0px 4px 10px;
	border-left:10px solid #FF1493;
	/*border-bottom:1px solid #333333;*/
	background:#333333;
	color:#FFFFFF;
	clear:left;
}
#primary h4 {
	font-size:14px;
	margin:0;
	padding: 2px 0 2px 5px;
	/*border-left: 2px solid #FF1493;*/
	background:#333333;
	color:#FFFFFF;
	clear:left;
}
#primary p {
	color:#FFFFFF;
}

.musiclist {
	width:710px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
.musiclist p {
	padding:0 0 0 0;
	border-bottom: 1px dotted #333333;
	font-size:12px;
}
.musiclist h2 {
	/*background-color:#FFFFFF;*/
	font-size:12px;
	color:#FFFFFF;
	width:500px;
	padding:0;
	margin: 0 0 0 0;
}
.musiclist img {
	padding:20px 20px 20px 10px;
	margin:0;
	float:left;
}



.musiclist2 img {
	padding:5px 10px 30px 10px;
	margin:0;
	float:left;
}


.section {
	margin: 45px 0px 10px 0px;
}
.section ul {
	list-style: none;
	/*background: #FFE6FC url(../img_ver02/link_bg2.gif) repeat top left;*/
	margin: 10px 10px;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.section li {
	/*background:url(../img_ver02/arrow_li.png) left center no-repeat;*/
	padding: 2px 0 2px 18px;
}

.main_menu {
	margin-left:0px;
	padding:0;
}

.main_menu h5{
	height:24px;
	border-left:4px solid #3399FF;
}

.main_menu img{
	margin:0px;
	padding:0px;
	border:none;
}

.leftside{
	width:246px;
	margin:0;
	padding:0;
	float:left;
}

.leftside h3{
}

.rightside{
	width:246px;
	margin:0;
	padding:0;
	float:right;
}

.corner{
	width:auto;
	border:1px solid #333333;
	background-color:#333333;
}

.corner a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}

.corner a:hover {
	color:#FFFF00;
}
.corner p {
	margin:0px;
	padding:2px 0px 2px 10px;
	border-bottom: 1px dotted #333333;
	font-size:12px;
}
.corner p#date {
	padding:0px 0px 0px 10px;
	color:#FFFFFF;
	background-color:#666666;
	font-size:10px;
	font-weight:bold;
}

.topsub_menu {
	width:248px;
	float:right;
	margin: 0px 0px 0px 0px;
}

.topsub_menu img{
	margin:0 0 1px 0;
	padding:0px;
	border:none;
}

.topsub_event {
	width:220px;
	float:right;
	margin:0;
	background-color:#FFFFFF;
}
.section_sp {
}
.section_link {
}

.mc_area {
width:680px;
margin: 10px 0 0 20px;
padding: 0 0 0 0;
}
.mc_area .dapump {
width:340px;
float:left;
}
.mc_area .sarina {
width:340px;
float:right;
}
.mc_area img {
padding: 10px;
float:left;
}
.mc_area p {
font-size:10px;
}

.dancer_file_area {
width:710px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.dancer_file_index {
text-align:center;
width:140px;
height:120px;
/*
border-left:#222222 1px solid;
border-right:#222222 1px solid;
border-bottom:#222222 1px solid;
*/
margin: 0 0 0 0;
padding: 0 0 0 0;
float:left;
}
.dancer_file_index img {
float:none;
padding:0;
margin:0;
border:none;
}
.dancer_file_index p {
padding:0;
margin:0;
border:none;
}
.dancer_file_index a {
/*text-decoration:none;*/
font-size:12px;
line-height:100%;
}
.dancer_file_index a:hover {
color:#FFFF00;
}


.double_index {
background-color:#111111;
width:220px;
height:180px;
margin: 0 5px 0 5px;
padding: 0 0 0 0;
float:left;
}
.double_index img {
float:none;
padding:3px;
margin:0px;
border:none;
}
.double_index a {
text-decoration:none;
font-size:12px;
line-height:100%;
}
.double_index h3 {
	font-size:14px;
	background:#333333;
	color:#FFFFFF;
	margin: 0 0 0 0;
	padding: 2px 0 2px 10px;
	clear:left;
	border-left: 2px solid #FF1493;
	border-bottom:1px solid #333333;
}
.double_index a:hover {
color:#FFFF00;
}


.triple_index {
width:235px;
height:70px;
margin: 0 0 0 0;
padding: 0 0 0 0;
float:left;
border-left:1px solid #333333;
border-bottom:1px solid #333333;
}
.triple_index img {
}
.triple_index a {
line-height:100%;
}
.triple_index p {
border-bottom:1px solid #000000;
}
.triple_index h3 {
}
.triple_index a:hover {
color:#FFFF00;
}

.dancer_jenre_area {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.five_index {
width:110px;
height:18px;
margin: 0 0 0 0;
padding: 2px 0 0 6px;
float:left;
font-size:12px;
border-left:1px solid #222222;
/*border-left:1px solid #FF1493;*/
border-bottom:1px solid #222222;
border-right:1px solid #222222;
}
.five_index a {
text-decoration:none;
color:#FFFFFF;
}
.five_index p {
}
.five_index h3 {
}
.five_index a:hover {
}



.dancer_data {
width:680px;
margin:0 0 0 10px;
}



.symme_a a {
	padding: 0px 0px 0px 0px;
	font-size:12px;
}
.symme_a p {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #EEEEEE;
	font-size:12px;
}
.symme_a .section_link h5 {
}
.symme_b p {
	border-bottom: 1px dotted #EEEEEE;
	font-size:12px;
}

#primary img {
/*
margin:0;
padding:0;
*/
border:0;
}

#primary .imgthum {
	float:left;
	margin: 10px 10px;
	border: 0;
}
#primary .imgthum_r {
	float: right;
	margin: 10px 10px;
	border: 0;
}

.links {
	width: 410px;
	margin: 0 35px 2px 0;
	float:right;
	text-align:right;
}


/*ミュージックインデックス
---------------------------------------------*/

#primary .muindex {
	margin: 0px 75px 26px 40px;
}
.muindex ul {
	list-style: none;
}
.muindex li {
	background:url(../img_ver02/btn_category.jpg) repeat-x left bottom;
	width: 500px;
}

.muindex li a {
}
.muindex li a:hover {
	background:url(../img_ver02/btn_category_o.jpg) repeat-x left bottom;
}


/*フォームエリア
---------------------------------------------*/
#iframe_area {
	width: 600px;
	margin: 10px 10px 10px 10px;
	padding: 0;
}







/*プロフィール
---------------------------------------------*/

#dapump dl {
	background: url(../img_ver02/mc_dapump.jpg) no-repeat left top;
}
#sarina dl {
	background: url(../img_ver02/mc_sarina.jpg) no-repeat left top;
}
.section dl {
	height: 266px;
	list-style-type: disc;
	margin: 10px;
	padding: 0;
}
.section dt {
	/*color: #FF3366;*/
	width:280px;
	margin: 0 0 0 310px;
	padding: 0;
	border-bottom: 1px solid #EEEEEE;	
}
.section dd {
	color: #999999;
	margin: 0 0 0 310px;
	padding: 0; 
}




/*ダンサーファイル
---------------------------------------------*/
body #blog {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*color: #333333;*/
	background: url(../img_ver02/bg.jpg) left top repeat-y;
}

#calendar,.link-note,.posted {
	display:none;
}
#cont_body {
	position: absolute;
	width: 780px;
	left: 20px;
	top: 83px;
	background: url(../img_ver02/cont_foot.jpg) left bottom no-repeat;
}


#cont_body .entry {
	margin: 20px 35px 18px 20px;
	border-bottom: 1px dashed #CCCCCC;
}

#content h2 {
	font-size:12px;
	color:#FFFFFF;
	/*width:500px;*/
	padding:0;
	margin: 0 0 0 10px;
}

#cont_body h3 {
	margin: 0;
	padding: 10px 0 3px 20px;
	font-size: 150%;
}

.postbody {
	font-size:120%;
	color: #666666;
	margin: 3px 5px 2px 2px;
}

.entry h3 {
	background:#CCCCCC url(../img_ver02/link_bg2.gif) top left repeat-x;
	color:#CC3366;
	font-size:130%;
	/*font-weight:bold;*/
}
.entry h4 {
	color:#CC6600;
	font-size: 117%;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
.entry h5 {
	font-size: 100%;
	margin: 0;
	padding: 2px 0 3px 18px;
	background:url(../img_ver02/arrow_li.png) left center no-repeat;
}		
.entry img {
	border:4px solid #cccccc;
	margin:0 3px 0 0;
	padding:8px;
	background-color:#FFFFFF;
}

#right {
	position:absolute;
	top: 278px;
	left: 40px;
	width: 650px;
}
.gold ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.gold li {
	float:left;
	width:150px;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(../img_ver02/btn_category.jpg) left bottom repeat-x;
}
.gold li a {
	display: block;
	width: 100%;
	padding: 9px 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;
	color: #666666;
	text-decoration: none;*/
}
.gold li a:hover {
	color: #FF6699;
	background: url(../img_ver02/btn_category_o.jpg) left bottom repeat-x;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	.gold ul ul li {
		float: none;
	}
	.gold ul ul li a {
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 5px 0;
	}
	.gold ul ul li a:hover {
		color: #FF6699;
	}
	.gold ul li.parent ul {
		display: none;
	}
	.gold ul li.parentOn ul {
		display: block;
	}

