@charset "Shift_JIS";

html {
	overflow-y : scroll;
}

a:link {
	text-decoration : underline;
}

a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a:active {
	text-decoration : none;
}

body {
	font-size : small;
	font-family : Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif ;
	background : #AAAAAA;
}

p {
	margin : 0.2em 3em 0.2em 3em;
	text-indent : 1em;
	line-height : 1.6;
}

li, ul, dl {
	margin: 0 3em 0 2em;
	text-indent : 1em;
	line-height : 1.6;
}

dt, dd {
	text-indent : 1em;
	line-height : 1.6;
}

dt {
	font-weight : bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px;
	text-align : center;
	line-height : 3ex;
	letter-spacing : 0.3em;
	color: #FFFFFF ;
	background : #0000A0;
}

.list-none {
	list-style-type : none;
}

table.dat {
	border-collapse: collapse;
	border: 2px solid #343434;
}

table.dat th {
	border-left: 1px solid white;
	color: #ffffff;
	background-color: #646464;
	text-align: center;
}

table.dat td {
	border: 1px solid #343434;
}

#container {
	width : 780px;
	margin : auto;
}

#header {
	width : 780px;
	margin : auto;
}

#headerSub {
	float : left;
	height : 88px;
	width : 128px;
	margin-bottom : 1px;
	background : #000099;
	background-repeat : no-repeat;
	background-image : url("img/dancingknowl1.gif");
}

#headerMain {
	float : right;
	height : 88px;
	width : 650px;
	margin-bottom : 1px;
	background : #000099;
	background-repeat : no-repeat;
	background-image : url("img/headerBack3.jpg");
}

#contents {
	clear : both;
	float : right;
	width : 780px;
	margin-bottom : 1px;
	background : #FFFFFF; /* 白 */
/* 	background : #FFE0FF; うす紫 */
/*	background : #E0F8FF;  うすみどり */
/*	background-image : url("img/dotpink.gif"); */
/*	background-image : url("img/bgs_snow2.gif"); */
/*	background-image : url("img/sakura.gif"); */
/*	background-image : url("img/dotgreen.gif");  */
}

#sub {
	float : left;
	width : 128px;
	border-right-color : #999999;
	border-right-style : solid;
	border-right-width : 1px;
}

#main {
	padding-left : 10px;
	float : right;
	width : 640px;
	border-left-color : #999999;
	border-left-style : solid;
	border-left-width : 1px;
}

#footer {
	clear : both;
	background : #000080;
	color : #FFFFFF;
}

div#clubLink {
	width: 17ex;
	color: Highlight;
	border-style: double;
	border-color: Green;
}

div#clubMenu {
	position: relative;
	top: -1px;
	width: 40ex;
	color: WindowText;
	background-color: #EEEEFF;
	margin: 10px;
	padding: 10px;
	border-width: 2px ;
	border-style: solid;
	border-color: #2222EE;
}


