
/** font **/

html, body, ul, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1{
	font-family: MS Sans Serif;
	font-size: 14px;
	color: #ffffff;
}

h2{
	font-family: MS Sans Serif;
	font-size: 12px;
	color: #ffffff;
}

h3{
	font-family: MS Sans Serif;
	font-size: 10px;
	color: #ffffff;
}

img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** body **/

body {
	background: #bbbbbb;
	width: 990px;
	text-align: center;
	font: 10px: MS Sans Serif;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#body {
	background: url('photo/bgbody.gif')  repeat-y;
	position: relative;
	float: center;
	color: #bbbbbb;
	width: 990px;
  	height: 100%;
}

/** head **/

#head {
  background-image: url('');
  position: relative;
  float: center;
  width: 980px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#head-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}

/** tab **/

#tab {
  background-image: url('');
  position: relative;
  float: center;
  width: 980px;
  top: 0px;
  left: 0px;
  color: #000000;
}
#tab-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#tab h2 {
  font-size: 12px;
}
#tab a:hover {
  color: #ff0000; 
}

/** subtab **/

#subtab {
  background-image: url('');
  position: relative;
  float: center;
  width: 190px;
  top: 0px;
  left: 0px;
  color: #ff0000;
}
#subtab-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
}
#subtab h3 {
  font-size: 10px;
  padding-left: 0px;
}
#subtab a:hover {
  color:#ff00ff;
}

/** midpage **/

#midpage {
  background-image: url('');
  position: relative;
  float: center;
  width: 980px;
  top: 0px;
  left: 0px;
  color: #ffffff;
}
#midpage-inner {
  margin: 0px 0px 0px 0px;
  height: 100%;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}
#midpage h3 {
  font-size: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
#midpage a:hover {
  color:#ffff00;
}

/** foot **/

#footer {
  background-image: url('footer/foot.gif');
  font: 12px: MS Sans Serif;
  position: center;
  width: 980px;
  float: center;
  color: #ffffff;
  text-align: center;
  top: 0px;
  bottom: 5px;
}

#footer-inner {
  margin: 15px 0px 15px 0px;
  height: 100%;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
