body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #167BA7;
	background-image: url(../image/bg/bg-outer.png);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}
#header   #company-name {
	position: absolute;
	left: -3000px;
}

#wrapper-inner {
	float: left;
	width: 950px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

#content {
	float: left;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 150%;
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar h2 {
	font-size: 100%;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar p {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar table {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	height: 100px;
	background-color: #003399;
	background-image: url(../image/bg/bg-footer.png);
	background-repeat: repeat-x;
}
#footer p {
	font-size: 70%;
	text-align: center;
	padding-top: 30px;
}
#footer #image {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#footer #link {
	float: right;
	font-size: 70%;
	padding-top: 35px;
	padding-right: 20px;
	text-align: right;
}
#footer #logo-kkm {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#footer #notice {font-size: 180%}



.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}



h1 {
	font-size: 200%;
}



h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}

a {
	color: #FF9900;
}

a:hover {
	color: #FFFF66;
}
.table-default  {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC6666;
	border-left-color: #CC6666;
	margin: 5px;
	width: 98%;
}
.table-default   td {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	padding: 3px;
}
.image-float-right {
	margin: 5px;
	float: right;
}
.image-float-left {
	margin: 5px;
	float: left;
}
.page-company-info {
	background-image: url(../image/bg/bg-company-info.jpg);
	background-repeat: repeat;
	color: #990099;
	padding: 10px;
	font-weight: bolder;
}
