/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-family: "lr SVbN", "Osaka|", monospace;
}

a:link { color: #0066FF; text-decoration: underline; }
a:visited { color: #6633CC; text-decoration: underline; }
a:hover {color: #000000; background-color: #FFFFFF; }
a:active {color: #000000; background-color: #FFFFFF; }

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}
#wrapper {
	width: 760px;
	background: url(../img/background.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper2 {
	width: 760px;
	background: url(../img/background2.gif) repeat-x;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 760px;
}
#main {
	width: 760px;
	background-color: #FFFFFF;
	padding: 0px;
}
.block {
	width: 760px;
	margin: 10px 0px;
}
.left {
	float: left;
	width: 160px;
}
.center {
	float: left;
	width: 475px;
}
.orangline {
	border: 1px solid #FF9900;
	padding: 10px;
}
.greenline {
	border: 1px solid #339999;
	padding: 10px;
}
.blueline {
	border: 1px solid #6699FF;
	padding: 10px;
}
.right {
	width: 115px;
	float: right;
}
.right2 {
	width: 600px;
	float: right;
}
.top {
	float: left;
	width: 645px;
}
#footer p{
	width: 750px;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 5px 0px;
}
h1 {
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
}
h2 {
	font-size: 20px;
	line-height: 150%;
}
h3 {
	font-size: 18px;
	line-height: 140%;
	color: #FF7112;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	line-height: 150%;
	color: #CCCCCC;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 130%;
}
#salon table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 750px;
}
#salon td {
	border-bottom: 1px solid #666666;
	padding: 3px;
}
#salon th {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
#search table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 750px;
}
#search td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
}
#search th {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
#event table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 740px;
	margin: 0px 0px 0px 11px;
}
#event td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
}
#event th {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
#event li {
	list-style: outside;
	margin: 0px 0px 0px 20px;
}
#header table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 470px;
}
#header td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
}
#header th {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
#joining table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 473px;
}
#joining td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
	text-align: center;
	background-color: #CCFFFF;
}
#joining th {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #6699FF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
.tal {
	font-weight: bold;
}
#textlink p{
	margin: 0px;
	padding: 0px 10px 5px 0px;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
	text-align: right;
}
#textlink a:hover {
	color: #666666;
}
.yellow {
	background-color: #FFFF99;
	font-size: 10px;
}
.orange {
	background: #FF9900;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-left: 1px solid #666666;
}
.orangebold {
	font-weight: bold;
	color: #FF6600;
}
.grayline {
	border-left: 1px dotted #999999;
}
.blackline {
	border-left: 1px solid #666666;
}
.eventgreen {
	background-color: #CCFFCC;
}
.eventpink {
	background-color: #FFCCFF;
}
.eventyellow {
	background-color: #FFFF99;
}
.eventpurple {
	background-color: #CCCCFF;
}
.eventblue {
	background-color: #CCFFFF;
}
.eventorange {
	background-color: #FFCC99;
}
.eventglay {
	background-color: #DDDDDD;
	text-align: center;
}
.eventred {
	color: #FF0000;
	font-weight: bold;
}
.text {
	padding: 0px 0px 0px 40px;
}
.red {
	color: #CC0000;
}
.blue {
	color: #1A59A6;
}
.orange {
	color: #FF9900;
}
.pink {
	color: #FF0099;
}
.big14 {
	font-size: 14px;
	text-indent: 30px;
}
.training {
	font-size: 18px;
	line-height: 150%;
	color: #FF6600;
	font-weight: bold;
}
.info {
	padding: 0px 0px 0px 60px;
}
