body {
	background-color:#FFFFFF;
	margin:auto;
	padding:0;
	text-align:center;
}

#container {
    background:#FFFFFF url(../img/bg.jpg) repeat-y scroll center top;
    width:838px;
    margin:auto;
    padding:0pt;
    text-align:left;
}

/* header navi-------------------------------------------*/

#header {
	background-color:#fff;
	width:830px;
	height:50px;
}

#header div#teny_logo {
  float:left;
	margin-left:15px;
}

#header div.global_nav ul {
  float:right;
  display:block;
  list-style:none;
  margin:0px;
  padding:0px 10px 0px 0px;
  position:relative;
  right:0px;
  top:25px;
	background-color:#fff;
}

#header div.global_nav li {
  display:block;
  float:left;
  margin-right:10px;
  padding-left:10px;
  border-left:1px solid #CCC;
}

#header div.global_nav li.tail {
  padding-right:10px;
  border-right:1px solid #CCC;
}

#header div.global_nav li a {
  color:#999;
}

#header div.global_nav li a:hover {
  color:#FF0067;
}

li.noover a:hover {

}

/*------------------------------------------------*/

#teny_back {
	position:absolute;
	margin-top:-32px;
}

/*
*:first-child+html #teny_back {
	position:absolute;
	margin-top:-32px;
}
*/


#head {
		clear:both;
    background:#666666 url(../img/header.jpg) repeat scroll 0px;
    height:180px;
    margin-left:auto;
    margin-right:auto;
    width:838px;
}

#head a {
    display:block;
    height:160px;
    width:795px;
    margin-left:auto;
    margin-right:auto;
    text-decoration:none;
}

#menu {
    color:#666666;
    padding:0px 10px 10px 25px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    float:left;
    width:170px;
}

#menu ul {
    color:#7D8085;
    text-align:left;
}


#menu li {
    font-weight:bold;
    font-size:12px;
    height:30px;
    margin:0px 0px;
    padding:0px;
}

#menu li a {
    color:#666666;
    display:block;
    height:30px;
    padding:0px 0px 0px 2px;
    text-decoration:none;
}


#menu li a:hover {
    background:#30581f none repeat scroll 0% ;
    color:#FFFFFF ;
    display:block;
    height:30px;
    text-decoration:none;
}

#menu li a:hover {
    background:#eee none repeat scroll 0% ;
    color:#FFFFFF ;
    display:block;
    height:30px;
    text-decoration:none;
}

#menu ul {
	list-style-type:none;
}


#content {
    float:left;
    color:#777777; 
    margin:15px 0 0 0px;
    _margin:15px 0 0 -20px;
    width:600px;
		background:url(../img/logo_bg.gif) no-repeat right bottom #fff;
}

#content h2 {
	margin-top:0;
}

#content p {
    margin-bottom:15px;
    padding-bottom:2px;
}

#content ul {
	clear:both;
	margin:0 0 15px 0;
}

#content li.day  {
	width:170px;
	margin-bottom:5px;

	margin-left:2em;
	float:left;
}

#content li.round  {
	width:60px;
	margin:1em 0 5px 2em;
	font-weight:bold;
	border:1px solid #990000;
	padding:2px;
	text-align:center;
	background:#990000;
	color:#fff;
}

#content li.place  {
	width:500px;
	margin-bottom:5px;
	margin-left:6em;

}

#footer {
    background:#FFFFFF url(../img/footer.jpg) no-repeat scroll 50% top;
    clear:both;
    font-size:90%;
    height:120px;
    padding:10px 0px 0px 0px;
}

ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

li {
    color:#777777;
    margin:0px 0px 2px;
    _margin:0px 2px 0px 2px;
    padding:0px;
}


img {
	border:none;
}

p {
	color:#777777;
	font-size:12px;
  margin:0px 0px 5px;
  padding:0 0 0 2em;
}


div {
	font-size:12px;
	color:#777777;
}

a {
    color:#00BAFF;
    text-decoration:none;
}

a:hover {
    color:#ADCB00;
    text-decoration:none;
}

h1 {
    color:#FFFFFF;
    font-size:22px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:normal;
    margin:0px;
    padding:0px;
}

h1 a {
	color:#FFFFFF;
}

h2 {
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    margin:5px 0px;
    padding:0px 0px 0px 0px;
}

h2 a {
    background:#FFFFFF none repeat scroll 0%;
    color:#000000;
}

h2 a:hover {
    background:#FFFFFF none repeat scroll 0%;
    color:#A90000;
}

h3 {
	clear:both;
	padding:3px;
	font-size:12px;
	border-left:5px solid #CBC4AA;
	border-bottom:1px solid #CBC4aa;
	text-align:left;
	font-weight:bold;
	margin-left:14px;
	margin-right:5px;
	color:#990000;
}

fieldset {
	border:1px solid #A90000;
}





      th { 
        padding: 2px 0 2px 0;
        background: #eee;
        border: 1px solid #aaa;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
      }

      td {
        padding: 2px 5px;
        border: 1px solid #aaa;
        text-align:left;
				font-size:1em;
      }

      tr.alt td {
        background: #ecf6fc;
      }

      tr.over td, tr:hover td {
        background: #bcd4ec;
      }

      tr.footer th {
        color:#f00;
        background: #fee;
      }

      tr.footer td {
        background: #eee;
        color:#f00;
        font-weight:bold;
      }


