/*=========================================================== common set-up */
body{
	color:#666666;
	margin:0px auto;
	padding:0;
	background-color:#ffffff;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size:12px;
	line-height:1.5em;
	/*color:#333333;*/
	text-align:left;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #000055;
	/*color: #888888;*/
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
}
div#dance_info {
	width: 350px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #ffffff;*/
	margin: 0.3em auto;
	padding: 1px;
        font-size: 5px;
        text-align: left;
}
div#accessary {
	/* Typical fixed height and fixed width example */
	width: 300px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #ffffff;*/
	margin: 0.3em auto;
	padding: 1px;
        font-size: 5px;
        text-align: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	font-size:12px;
	line-height:1.6em;
	margin-bottom:10px;
	text-align:left;
}

/* h */
h1{
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	color: #D0D0D0;
}

h2{
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	font-weight:bold;
	text-align:right;
	margin:10px 15px 5px 0px;
}

h3{
margin-bottom:5px;
padding:5px 10px;
color:#333333;
background:#FFE7D9 url("../images/common/bg_h3.gif") 0 0 repeat-y;
font-size:13px;
line-height:1.6em;
text-align:left;
}
h4{
	font-size:14px;
	line-height:1.5em;
	color:#A21950;
	font-weight:bold;
	text-align:left;
	margin:0px;
}
h5{
margin-bottom:8px;
padding:2px 10px 3px;
color:#4d4d4d;
background:url("../images/common/bg_h5.gif") 0 100% no-repeat;
font-size:13px;
line-height:1.6em;
text-align:left;
}


/* text */
.t14{
	font-size:14px;
	line-height:1.5em;
	color:#333333;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}
.t16{
	font-size:16px;
	line-height:1.8em;
	color:#333333;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}

#sitemap .main{
padding:5px 10px;
background:url("../images/common/bg_sitemap.gif") 0 0 repeat-y;
font-size:13px;
line-height:1.6em;
font-weight:bold;
margin-bottom:5px;
}

#sitemap .sub{
padding-left:20px;
background:url("../images/common/arrow_stmp.gif") 5px 5px no-repeat;
}

.topic1 {
	font-size: 12px;
	font-weight: bolder;
	color: #D61818;
}

.topic2 {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	padding-left: 3px;
	padding-right: 3px;
}
.topic3 {
	font-size: 12px;
	font-weight: bolder;
	background-color:#ff0000;
	color: #333333;
	padding-left: 3px;
	padding-right: 3px;
}

.linkstyle {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}


/* link */
a {
	text-decoration:underline;
	color:#A90000;
}
a:link{
	text-decoration:underline;
	color:#A90000;
}
a:visited{
	text-decoration:underline;
	color:#A90000;
}
a:hover{
	text-decoration:underline;
	color:#DB5858;
}

#menu a {
	text-align:left;
	text-decoration:none;
	color:#333;
	padding-left:5px;
	background-color:#FFE7D9;
}
#menu a:link{
	text-align:left;
	text-decoration:none;
	color:#333;
	padding-left:5px;
	background-color:#FFE7D9;
}
#menu a:visited{
	text-align:left;
	text-decoration:none;
	color:#333;
	padding-left:5px;
	background-color:#FFE7D9;
}
#menu a:hover{
	text-align:left;
	text-decoration:underline;
	color:#A90000;
	padding-left:5px;
	background-color:#FFE7D9;
}

#sitemap a.sub{
	text-decoration:none;
	color:#333;
}
#sitemap a.sub:link{
	text-decoration:none;
	color:#333;
}
#sitemap a.sub:visited{
	text-decoration:none;
	color:#333;
}
#sitemap a.sub:hover{
	text-decoration:underline;
	color:#333;
}

#sitemap a {
	text-decoration:none;
	color:#A90000;
}
#sitemap a:link{
	text-decoration:none;
	color:#A90000;
}
#sitemap a:visited{
	text-decoration:none;
	color:#A90000;
}
#sitemap a:hover{
	text-decoration:underline;
	color:#DB5858;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer  a:link{
	color:#333;
	text-decoration:none;
}

#footer  a:visited{
	color:#333;
	text-decoration:none;
}

#footer  a:hover{
	color:#333;
	text-decoration:underline;
}

/* menu */
.current{
	color:#FFFFFF;
	text-align:left;
	text-decoration:underline;
	background-color:#B53333;
	padding-left:9px;
}

/* margin */
.bott5{
margin-bottom:5px;
}

.bott10{
margin-bottom:10px;
}

.bott15{
margin-bottom:15px;
}

.bott20{
margin-bottom:20px;
}

.bott25{
margin-bottom:25px;
}

.bott30{
margin-bottom:30px;
}

.bott40{
margin-bottom:40px;
}

.bott50{
margin-bottom:50px;
}

.bott60{
margin-bottom:60px;
}

.bott90{
margin-bottom:90px;
}

/*=========================================================== footer */
#footer{
	padding:0;
	background-image:url("../images/common/footer_bg.jpg");
	width:900px;
	height:60px;
	margin:0 auto 30px auto;
}	

#footertext{
	width:900px;
	padding-top:10px;
	font-size:12px;
	line-height:1.5em;
	color:#333333;
}

address{
	margin:0px auto;
	padding:5px 15px 0px 0px;
	font-style:normal; 
	font-weight:normal; 
	font-size:12px;
	line-height:1.5em;
	color:#000000;
	text-align:right;
	font-family: Verdana;
} 

/*=========================================================== form */
.f1{
	font-size:12px;
	line-height:1.5em;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:0px;
	background-color: #C11414;
}
.f2{
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	text-align:left;
	margin-bottom:0px;
	background-color: #EEEEEE;
	padding-left:10px;
}
.f3{
	font-size:12px;
	line-height:1.5em;
	color:#333333;
	font-weight:bold;
	margin-bottom:0px;
	background-color: #FFE7D9;
	text-align:left;
	padding-left:10px;
}
.t_dress{
	font-size:14px;
	line-height:1.5em;
	color:#A90000;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
}

.mode-j {
	ime-mode: active;
}


.mode-e {
	ime-mode: disabled;
}
.bannertext {
	font-size: 24px;
	font-weight: bolder;
	color: #CC0033;
	text-transform: uppercase;
}
.listtext {
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}
#info_sec {
	padding-left: 10px;
	padding-top: 7px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #D61818;
}
#side_sec {
	padding-top: 25px;
}

