@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

p {
	line-height:20px;
}

#top_text{
	padding:10px;
}

.sub_text{
	line-height:24px;
	padding:10px 4px 10px 10px;
}

.term_text {
	line-height:20px;
	padding:4px 0px 4px 10px;
}


ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #990000;
}

#main p, #sub p {
	margin: 1em 0.5em 1em 1em;
}

em {
	color:#900;
}

dt {
	padding-left:30px;
}

dd {
	line-height:20px;
	width:490px;
	padding-bottom:10px;
}

dl {
	margin-top:0;
	padding-top:0;
}

#g_map {
	margin-left:20px;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 9px;
	color: #b3b3b3;
	line-height: 10px;
	position: absolute;
	left: 31px;
	top: 3px;
	width: 775px;
}
#header img {
	vertical-align: top;
	padding-top: 38px;
	padding-bottom: 15px;
}

#logo {
	padding-left:10px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 0px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 20px;
}
#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#dance_main {
	width: 760px;
	display: inline;
	margin:15px auto;
	padding-bottom: 40px;
}

.line_img {
	padding:20px 0 10px 0;
}

#school {
	width:546px;
	height:auto;
	border-color:#CCC;
	border-style:dashed;
	border-width:1px;
}

#school dl {
	margin-bottom:5px;
	margin-top:5px;
	line-height:130%;
}

#school dt {
	float:left;
	font-weight:bold;
	padding:3px 3px 3px 20px;
	white-space:normal;
	width:85px;
	word-spacing:0.1em;
}

.dance_school {
	margin:0px 10px 0px 20px;
	font-size:12px;	
}

.link_text{
	line-height:160%;
	padding:10px 10px 20px 20px;
}

.shop{
	padding-left:15px;
}

#todoufuken {
	width:546px;
}

#party_title {
	font-size:18px;
	font-weight:600;
	color:#C00;
}

.partyinfo,.dance_text {
	padding:10px 0 0 20px;
}

.partyinfo a{
	display:block;	
}


.dance_text a:hover{
	color:#06C;
}

.line {
	width:547px;
	margin:0 auto;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	line-height:70%;
}

#term {
	width:520px;
	height:120px;
	margin:auto;
	border-color:#CCC;
	border-style: solid;
	border-width:1px;
}

li.term {
	width:50px;
	height:33px;
	float:left;
	padding:12px;
}

li.term a {
	display:block;
}

.term_title {
	width:520px;
	margin:0 auto;
}

li.cd_dvd {
	width:500px;
	padding:15px 0 0 20px;
}

li.cd_dvd a {
	display:block;
}

li.cd_dvd a:hover{
	color:#06C;
}





/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #F9F9F9;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
}


#sub h3 {
	font-size: 100%;
	background: #333333;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
	color:#FFF;
	line-height:20px;
}

#Etiquette a {
	text-decoration:none;
}

#Etiquette {
	list-style-image:url(images/button.jpg);
	padding:10px 0 10px 40px;
	line-height:22px;

}

.dance_Etiquette {
	padding:10px 0 0 30px;
}

.button {
	background:url(images/button.jpg) no-repeat;
	width:6px;
	height:9px;
	margin:16px 10px 0 40px;
	float:left;
}

.kyougi_cont{
	width:580px;
	font-size:14px;
	padding-left:20px;
	color:#03C;
}


.dance a {
	display:block;
	text-decoration:none;
}

.dance a:hover {
	text-decoration:none;
	color:#06F;
}

.dance {
	padding-left:20px;
}

.modern {
	padding:6px 0 0 30px;
}

.latin {
	padding:6px 0 0 30px;
}

.text {
	width:470px;
	line-height:20px;
}

.dance_text {
	width:470px;
	padding:10px 0 0 40px;
}

.e_text {
	width:470px;
	padding:10px 0 0 8px;
}


.modern a {
	font-size:10px;
}

.latin a {
	font-size:10px;
}

h2.comment {
	padding:10px 0 10px 0;
}

.meeting {
	padding:0 0 14px 14px;
}

.meeting a {
	width:235px;
	height:50px;
	display:block;
}

#meeting {
	padding:0 0 0 14px;
}

#dance_info {
	width:240px;
	height:74px;
	margin:0 auto 30px;
}

#party_info {
	width:240px;
	height:79px;
	margin:20px auto 30px;
}

#dance_info a,#party_info a {
	display:block;
}

#rumba {
	width:234px;
	height:69px;
	margin:20px auto;
}

#rumba a {
	display:block;
}

.thumb {
	width:150px;
	padding:10px 0 0 0;
	margin:0 auto;
}

.thumb a {
	display:block;
}




/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;
}

/*パートナー
------------------------------------------------------------------------------------------*/

.partner {
	padding:20px 0 0 10px;
}

