/* font setting ----------------------------------*/
* {
  font-size:13px;
}
/*------------------------------------------------*/

/* shared css ------------------------------------*/
body,div,
h1,h2,h3,h4,
p {
  margin:0px;
  padding:0px;
}

img {
  border:0px;
}

.xalt {
	position:absolute;
	left:-999px;
	top:-5000px;
}

.clear {
  clear:both;
}
/*------------------------------------------------*/

body {background:url(../img/bg.gif);
}

/* global_nav ------------------------------------*/
#header {
  width:750px;
  height:50px;
  margin:10px auto 0px auto;
}

#header #teny_logo {
  float:left;
  width:112px;
  height:50px;
}

#header div.global_nav {
  float:right;
  width:570px;
  height:50px;
  margin-top:3px;
}

#header div.global_nav ul {
  list-style-type:none;
  float:right;
  position:relative;
  top:15px;
  margin:0px 10px 0px 0px;
  padding:0px;
}

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

.global_nav li a {
  color:#999;
}

.global_nav li a:hover {
  color:#23B3EF;
}



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

#container {
  width:750px;
  margin:0px auto 10px auto;
  background:#FFFFFF;
  border:1px solid #CCCCCC;
  
}

#container h1{margin-top:2px;}

#content {
  width:700px;
  margin:0px auto 0px auto;
}

#content h3 {
  width:700px;
  height:25px;
  margin-top:20px;
  background:url(../img/content_bg.gif) no-repeat;
}

#content h3 span {
  display:block;
  padding:5px 0px 0px 20px;
}

#content h4 {
  width:640px;
  height:25px;
  margin-top:5px;
  margin-left:25px;
  background:#FEFFBF;

  border-bottom:1px solid #FF9900;
  border-left:10px solid #FF9900;
}

#content h4 span {
  display:block;
  padding:5px 0px 0px 10px;

}

#content p {
  width:680px;
  margin:5px 0px 5px 10px;
}

#content ul {
  list-style-type:none;
  width:400px;
  height:40px;
  margin:40px auto 20px auto;
}





#content ul li.apply {
  display:block;
  float:left;
  margin-top:-10px;
}

#content ul li.regist {
  display:block;
  float:right;
  margin-top:-10px;
}

#footer {
  clear:both;
  width:750px;
margin:0px auto 0px auto;
}



#footer p.copyright {
  clear:both;
  margin:10px 0px 10px 0px;
  text-align:center;
  color:#000;
}

