body {
	background: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;  
}

#container {
  background: url("../img/bg.gif") repeat-y scroll center center transparent;
}

#container_popup {
  background: url("../img/bg_popup.gif") repeat-y scroll center center transparent;
}

#main {
  overflow: auto;
  width: 800px;
  margin: 0 auto;
}

#container_popup #main {
  overflow: auto;
  padding: 5px;
  margin: 0 auto;
  width: 534px;
}

#global_menu {
  height: 300px;
}

#sidebar {
  width: 240px;
  float: left;
  padding: 10px;
}

#content {
  background-color: #FFFFFF;
  width: 540px;
  float: right;
  padding: 0;
}

#footer {
  clear: both;
  width: 800px;
  margin: 0 auto;
}

#footer .menu_block {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #A70000;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}

#footer .copyright_block {
  background: url("../../../image_index/background.jpg") repeat scroll 0 0 transparent;
  height: 100px;
  padding: 0 5px;
  color: #FFFFFF;
  font-size: 13px;
}

#footer .copyright_block .logo {
  padding-top: 10px;
}

#footer .copyright_block .address {
  border-top: 1px solid #FFFFFF;
  padding-top: 5px;
}

#footer .copyright_block .copyright {
  font-size: 10px;
}

p {
	margin: 6px 0 3px;
	padding: 0;
}

a {
  color: #FFFFFF;
  font-style: normal;
  text-decoration: underline;
}

a.AAA:LINK {
  color: #FFFFFF;
  text-decoration: none;
}

a.AAA:VISITED {
  color: #FF6666;
  text-decoration: none;
}

a.AAA:ACTIVE {
  color: #FF6666;
  text-decoration: underline;
}

a.AAA:HOVER {
  color: #FFFFFF;
  text-decoration: underline;
}

a.BBB:LINK {
  color: blue;
  text-decoration: none;
}

a.BBB:VISITED {
  color: violet;
  text-decoration: none;
}

a.BBB:ACTIVE {
  color: violet;
  text-decoration: underline;
}

a.BBB:HOVER {
  color: blue;
  text-decoration: underline;
}

h1.TEXT {
  position: absolute;
  top:0px;
  left: auto;
  width: 150px;
  color: #fff;
  font-size: 10pt;
  z-index: -99;
}

h2.TEXT {
  position: absolute;
  top: 0px;
  left: auto;
  width: 150px;
  color: #fff;
  font-size: 9pt;
  z-index: -99;
}

div.TEXT {
  position: absolute;
  top: 0px;
  left: auto;
  width: 150px;
  color: #fff;
  font-size: 8pt;
  z-index: -99;
}

table.input_form {
  width: 524px;
  background-color: #808080;
  font-size: 13px;
  border: 1px solid #808080;
  border-collapse: collapse;
  border-spacing: 0;
}

table.input_form tr.header {
}

table.input_form tr.header th {
  background-color: #AA0000;
  text-align: center;
  padding: 5px;
}

table.input_form th {
  background-color: #999999;
  color: #FFFFFF;
  text-align: right;
  font-weight: normal;
  border-color: #808080;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 5px;
  vertical-align: top;
  width: 120px;
}

table.input_form td {
  background-color: #FFFFFF;
  border-color: #808080;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 5px;
}

table.calendar {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 13px;
}

table.calendar th {
  background: none repeat scroll 0 0 #F5F5F5;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 5px;
  vertical-align: top;
  width: 50px;
  color: #666666;
}

table.calendar tr.day_of_the_week_0 th {
  color: #FF0000;
  background-color: #FFD5D5;
}

table.calendar tr.day_of_the_week_0 td {
  background-color:#FFEAEA;
}

table.calendar tr.day_of_the_week_6 th {
  color: #0000FF;
  background-color: #BFCFFF;
}

table.calendar tr.day_of_the_week_6 td {
  background-color:#D5DFFF;
}

table.calendar td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 5px;
  vertical-align: top;
}

table.calendar td a {
  color: #A70000;
  font-size: 13px;
  text-decoration: none;
}
table.calendar td a:hover {
  color: #FB3C0F;
  text-decoration: underline;
}

.calendar_navi {
  position: relative;
  height: 30px;
}

.calendar_navi a {
  color: #A70000;
  font-size: 11px;
  text-decoration: none;
}

.calendar_navi a:hover {
  color: #FB3C0F;
  text-decoration: underline;
}

.calendar_navi h3 {
  position: absolute;
  margin: 5px 0;
  text-align: center;
  width: 100%;
  color: #FB3C0F;
  font-size: 14px;
}

.calendar_navi .before {
  position: absolute;
  top: 10px;
}

.calendar_navi .next {
  position: absolute;
  top: 10px;
  text-align: right;
  right: 0;
}

.event .content {
  font-size: 13px;
}

.pb_small {
	margin-top: 20px;
}

.pb_medium {
	margin-top: 40px;
}

.pb_large {
	margin-top: 80px;
}

.note {
  font-size: 11px;
}

.error {
  color: #FF0000;
	margin: 6px 0 3px;
	padding: 0;
}

.notice {
  color: #FF0000;
}

.clear {
  clear: both;
}

