body {
	background-image: url(../img/bg.gif);
	margin: 0px;
}

.bg-green {
	background-color:#003300;
}

.bg-lgreen {
	background-color:#CCFF99;
}

.bg-lorange {
	background-color:#ffcc99;
}

.bg-pink {
	background-color:#cccccc;
}

.bg-pink2 {
	background-color:#ff99cc;
}

.bg-mizu {
	background-color:#ccffff;
}

.bg-yellow {
	background-color:#ffff99;
}

.bg-lblue {
	background-color:#DDFFFF;
}

.bg-lblue2 {
	background-color:#CCFFFF;
}


.bg-ryokin {
	background-color:#FFBB99;
	font-weight:bold;
}

.bg-ryokin2 {
	background-color:#FFBB99;
}


.bg-privatelesson {
	background-color:#FFFF00;
	font-weight:bold;
}

div.subsubtitle {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}

table.schedule td {
	text-align: center;
}
table.schedule td.junbichu {
	color: #5555FF;
}


table.ryokinhyo td {
	text-align: center;
}

table.privateinst {
	margin: 10px;
}
table.privateinst td{
	text-align: center;
}
table.privateinst caption{
	margin-top: 10px;
	margin-left: 10px;
}


.footer{
	font-size:12px;
	color:#FFCC66;
}

.right-contents{
	padding:0px 20px;
	line-height:130%;
}

.indent-content p{
	text-indent: 1em;
}

.small {
	font-size:80%
}
.bg-hd {
	background-image: url(../img/bg_hd.jpg);
}

.bg-side {
	background-image: url(../img/bg_side.gif);
}

.mrg-tb {
	//margin:20px 0px;
	margin-top:20px;
	margin-bottom:20px;
}

.list-news{
	list-style-image:url(../img/list_a.gif);
	line-height:130%;
	font-size:80%;
}

.list-a{list-style-image:url(../img/list_a.gif);}

.dot-uline {
	border-bottom:2px dotted #EEEEEE;
}

.caution {
	color:red;
	font-weight:bold;
}

.wt-nml {
	font-weight:normal;
}

.ybox{
	border:2px outset #FF9933;
	background-color:#FFCC66;
	padding:3px;
}

h1 {
	font-size: 130%;
	color: #003300;
	margin:2px;
}

.bg-cmp{
	background-color:#FFFFEE;
}

.orangered{
	color:orangered
}

.greenBorder{
	border-color:green;
}