/* CSS Document */

@import "s_basic.css";
@import "s_navi.css";

body {
	color: #666666;
	background: #F2B0DE url(../img/back.jpg) center repeat-y;
}


a { color: #5555FF; text-decoration: none; } 
a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	color: #000099;
}
a:active { color: #5555FF; }
a:visited { color: #5555FF; } 

.Dates {
	font-size: 92%;
	color: #cc0000;
	float: right;
}


/* Div ======================================= */

#Wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#Header {
}

#Navi {
	width: 900px;
}

#Wrap2 {
	width: 700px;
	margin: 20px auto 0;
}

#PageTop {
	text-align: right;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 85%;
	border-top: 1px dotted #F661AE;
}

#Flash {
	width: 700px;
	height: 250px;
	margin: 0 auto;
}


#Footer {
	text-align: center;
	font-size: 85%;
	border-top: 1px solid #666666;
	margin: 20px 0 0;
	padding: 5px;
}

table {
	border-collapse: separate;
	border-spacing: 2px 3px;
}

table th {
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background-color: #dddddd;
	padding: 0.5em;
	font-weight: bold;
}

table td {
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.5em;
}



/* Header ======================================= */

#Header h1 {
	padding: 5px 0 0 5px;
}


#Header h1 img {
	width: 400px; height: 40px;
}


/* TopicsTitle ======================================= */

#TopicsTitle {
	width: 650px;
	margin: 20px auto 0;
	border: 1px solid #cccccc;
}

#TopicsTitle ul {
	margin: 15px 5px;
}

#TopicsTitle li {
	list-style: disc;
	margin-left: 20px;
	border-bottom: 1px solid #cccccc;
}

#TopicsTitle li a {
	display: block;
	padding: 0.5em;
}

#TopicsTitle li a:hover {
	background-color: #FFD7FF;
}


/* About ======================================= */

#About {
	margin: 0 auto;
}

#About img {
	float: right;
	margin: 0 0 1em 1em;
}

#About ul {
	margin: 5px;
}

#About li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}


/* Lesson ======================================= */

#Lesson {
	margin: 0 auto;
}

#Lesson p {
	text-indent: 1em;
}

#Lesson p span, table span {
	font-size: 92%;
	font-weight: normal;
}

#Lesson table span {
	color: #cc0000;
}

#Lesson table {
	margin: 10px 0 0 50px;
}

#Lesson table td p {
	padding: 0.5em;
}

#Lesson table td p.Sub {
	font-size: 92%;
	border-top: 1px solid #cccccc;
}

#Lesson #Class table th {
	width: 150px;
}

#Lesson #TimeTable table {
	font-size:	92%;
}

#Lesson #TimeTable table th {
	width: 14%;
	text-align: center;
}

#Lesson #Charge table {
	width: 600px;
}

#Lesson #Charge table th.Week {
	text-align: center;
	width: 40px;
}

#Lesson #Charge table th.Price {
	width: 80px;
}

#Lesson #Charge table th, #Lesson #Charge table td  {
	padding: 0.5em 2em;
}

#Lesson #Charge table td rowspan {
	margin-bottom: 20px;
}

#Lesson #Charge table td.Line {
	background-color: #eeeeee;
}

/* Studio ======================================= */

#Studio {
	margin: 0 auto;
}

#Studio img.Studio {
	width: 480px;
	height: 250px;
	margin: 20px 0 0 110px;
}

#Studio img.Access {
	width: 420px;
	height: 375px;
	margin: 20px 0 0 140px;
}

/* Link ======================================= */

#Link table {
	width: 700px;
}

/* Inquiry ======================================= */

#Inquiry table {
	width: 500px;
	margin-left: 100px;
}

#Inquiry table span {
	font-size: 136%;
	color: #FF0000;
}

#Inquiry table th p {
	font-size: 85%;
	font-weight: normal;
}


#Inquiry2 p {
	margin-top: 20px;
}

#Inquiry2 p {
	width: 500px;
	margin-left: 100px;
	margin-bottom: 10px;
}


/* Topics ======================================= */

#Topics {
	width: 660px;
	margin: 0 auto;
}

#Topics #Photo {
	margin: 10px auto;
}

#Topics #Photo img {
	margin: 10px 8px;
}


/* NextPrev ======================================= */

#NextPrev table {
	margin: 15px auto 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;

	border-collapse: separate;
	border-spacing: 4px 2px;
}

#NextPrev table td {
	padding: 0 0.5em;
	width: 20%;
	text-align: center;
	border: none;
}



/* Text ======================================= */

h3 {
	background: url(../img/h3.jpg) left center no-repeat;
	padding: 0.5em 1.8em;
	color: #333333;
	font-size: 116%;
	font-weight: bold;
	margin: 2px;
}

h4 {
	background: url(../img/h4.jpg) center repeat-x;
	padding: 0.3em 1.0em;
	color: #ffffff;
	font-size: 116%;
	margin: 15px 2px 5px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

h5 {
	font-size: 108%;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 15px 2px 10px;
	padding: 0.4em 1.0em;
}

