body {
	background: #fff url(img/bg.jpg) repeat-x;
	color: #000;
	margin: 0;
	padding: 0 0 0 35px;
}

html, body, div, p, ul, li, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, a {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	margin: 0 0 8px 7px;
	color: #018BAB;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

h2 {
	margin-bottom: 0.8em;
	color: #018BAB;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.5em;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #BB21C1;
	text-decoration: none;
}

td {
	vertical-align: top;
}

p {
	margin: 0 0 1em 0;
}

.noPad {
	display: block;
	margin: 0;
	padding: 0;
}

table, td, img, div {
	border: none;
}

hr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #B7B7B7;
	background-color: #B7B7B7;
	border: none;
	margin: 0.7em 0 0.7em 0;
	clear: both;
}

.hr {
	height: 1px;
	width: 100%;
	margin-bottom: 1em;
}

select, option {
	border: none;
}

#container {
  background:transparent url(/img/containerbg.png) repeat-y;
  position:relative;
  height:1000px;
  width:820px;
  padding:0 10px;
}

#leftcol, #midcol, #rightcol, #top {
	position: absolute;
  padding-left: 10px;
  padding-right: 10px;
}

#top {
  width:775px;
  height:100px;
  background: white url(/img/topbg.gif) no-repeat 10px 0;
  padding-left:10px;
  padding-right: 0;
}

#top a {
  display: block;
  background: transparent url(/img/takete-logo.gif) no-repeat 20px 0;
  height: 90px;
}

#top a b {
  display:none;
}

#leftcol {
	left: 10px;
  top: 100px;
	width: 180px;
	height: 500px;
}

#midcol {
	left: 200px;
	top: 100px;
	width: 380px;
  border-left: 1px solid #B7B7B7;
  border-right: 1px solid #B7B7B7;
  min-height:600px;
}
#midcol select {
	margin-top: 3px;
}

#rightcol {
	left: 600px;
	top: 100px;
	width: 180px;
}

#rightcol .inner {
	color: #0998B9;
}

#hdl {
	position: absolute;
	left: 628px;
	top: 70px;
	width: 184px;
}

#navi {
	margin: 0 0 20px 3px;
	padding: 0;
}

#navi li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li img {
	margin: 0;
	padding: 0;
}

.link01 {
	background-color: #ECF9F8;
	padding: 8px 0px 8px 8px;
	margin-bottom: 1em;
}


/********* Um *************/

#midcol .txtcol {
	width: 175px;
	margin-right: 10px;
	margin-bottom: 1em;
	float: left;
}

