html{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	text-align:center;
	margin:0px;
	padding:0px;
}

h1 { 
	font-size:x-large;
}
h2 { 
	font-size: large ;
}
h3 { 
	font-size: medium;
}

h3.company{
	margin-top:10px;
	margin-bottom:-15px;
}

h4{ 
	font-size: 0.9em;
}

h5,h6{
	font-size:x-small;
}

hr{
	color:#9a5923;
}

A:link, A:visited {
    color: #660000;
    font-weight:normal;
    text-decoration:underline;
}
A:hover {
    color:#CCCCCC;
}

span.koalumber{
	color:black;
	background-color:#ffff66;
}

div#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
    min-height:100%;
}

* hmtl div#container{
	height:100%;
}

.content-main{
	padding-bottom:50px;
}

.content-head{

}

.content-head-logo{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left;
	height:106px;
	width:400px;
	float:left;
}

.content-head-addr{
	height:106px;
	width:380px;
	float:left;
	text-align:right;
	padding-right:20px;
}

.content-menu{
	height: 25px;
	margin-bottom:20px;
	background:#993300;
	color:#FFFFFF;
	text-align:center;
	clear:left;
}

.content-body-left{
	font-size:0.9em;
	width:410px;
	float:left;
	margin-right:40px;
	padding-bottom:50px;
}

.content-body-left-c{
	font-size:0.9em;
	width:310px;
	float:left;
	margin-right:40px;	
	padding-bottom:50px;
}

.content-body-right{
	text-align:center;
	width:350px;
	float:left;
	padding-bottom:50px;
}

.content-pre-footer{
	clear:left;
}

.content-footer{
	width:800px;
	text-align:center;
	position: absolute;
    bottom: 0px;
    height: 50px;
	font-size:smaller;
	clear:left;
}

/* menu */
ul#mainlevel-nav {
    list-style: none;
}
ul#mainlevel-nav li {
    float:          left;
    font-size:      smaller;
    font-weight:    normal;
    text-align:     center;
    line-height:    20px;
    display:        block;
    background:     none ;
    padding-left:   20px;
}

ul#mainlevel-nav li a {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    padding-top:     2px;
    text-decoration: none;
    color:           #fff;
    font-weight:     bold;
}

ul#mainlevel-nav li a:hover {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    text-decoration: none;
    color:           #000000;
    font-weight:     bold;
}
#mainlevel-nav#active_menu {
    display: block;
    color:   #000000;
}


/* Contuct US */
.aboutus{
	padding-left:10px;
}

.fukidashi { 
	width:300px;
	padding:1px 6px 6px 10px;
	clear:both;
}
.fukidashi .top {
	background:transparent url(images/top_center.gif) top left repeat-x;
	height:5px;
}
.fukidashi .left {
	float:left;
}
.fukidashi .right {
	float:right;
}
.fukidashi .top .left {
	background:#ffffff url(images/top_left.gif) top left no-repeat;
	height:5px;
	width:6px;
	font-size:1px;
}
.fukidashi .top .right {
	background:#ffffff url(images/top_right.gif) top left no-repeat;
	height:5px;
	width:6px;
	font-size:1px;
}
.fukidashi .center {
	background-color:#ff9966;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
}
.fukidashi .bottom {
	background:transparent url(images/bottom_center.gif) 5px -2px repeat-x;
	height:13px;
}
.fukidashi .bottom .left {
	background:#ffffff url(images/bottom_left.gif) top left no-repeat;
	width:6px;
}
.fukidashi .bottom .right {
	background:#ffffff url(images/bottom_right.gif) top left no-repeat;
	width:6px;
}
.fukidashi .center .ct {
	font-weight:bold;
	color:#cc3300;
	padding:0 0 1px 1px;
	margin-left:3px;
	line-height:1em;
}
