html, body {
	padding: 0;
	/* for dumb IE6 */
	margin: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.c {
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #59ADFB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#ubercontainer1 {
	background: url(images/line_01.png) repeat-x;
	width: 100%;
}

#ubercontainer2 {
	background: url(/images/bkg2.png) repeat-x;
	background-color: #F9F9F9;
	width: 100%;
}

.contentholder {
	border: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 770px;
	min-height: 300px;
	clear: both;
}

#logo {
	width: 250px;
	height: 90px;
	background-image: url(images/logo.png);
}

#down2_1 {
	min-width: 430px;
	height: 119px;
	margin: 0 auto;
	background-image: url(/images/down2_01.png);
	background-repeat: no-repeat;
	background-position: center;
}

#down2_1 h1 {
	color: Gray;
	font-family: Bookman Old Style, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	margin: 0 0 0 22px;
}

#down2_2 {
	min-width: 430px;
	background-image: url(/images/down2_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 30px;
}

#container1 {
	width:780px;
	height:494px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container2 {
	width:770px;
/*	min-width: 430px; */
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#front01 {
	width:780px;
	height:119px;
	background: url(images/kotuha-frontend_01.png) no-repeat top;
}

#front02 {
	width:780px;
	height:305px;
	clear:both;
	background-image: url(images/kotuha-frontend_02.png);
}

#front03 {
	width:780px;
	height:70px;
	clear:both;
	text-align: center;
	background: url(images/kotuha-frontend_03.png) no-repeat;
	font-size: 9px;
	padding: 12px 0;
}

.left {
	position: absolute;
	padding: 0px; 
	width: 380px;
	border: 0;
}

.left p {
	font-size: 11px;
	color: #656565;
}

.right {
	border-left: 1px solid silver;
	right: 0;
	float: right;
	width: 400px;
	margin: 12px 0 0 8px;
	height: 280px;
	padding-left: 5px;
}

.right h1 {
	font-size: 18px;
	color: #00C802;
	margin: 8px 0 0 3px;
	font-weight: bolder;
}

.right h6 {
	color: Gray;
	margin: 0 0 12px 6px;
	font-size: 11px;
}

.inputfile {
	border: 1px grey;
	background-color: #F1F1F1;
}

.downnote {
	color: #666666;
	font-size: 11px;
	margin-top: 8px;
}

#icons {
	height: 280px;
	margin: 0;
	padding: 24px 9px 0 0;
}

.info {
	float: left;
	border-left: 1px silver solid;
	padding-left: 8px;
	width: 280px;
	min-height: 60px;
}

.info h3 {
	margin: 0 0 13px 0;
	font-size: 14px;
}
.iconpad {
	clear:both;
	height: 20px;
}
	
#icon1{
	width: 67px;
	height: 47px;
	float: left;
	background: url(images/icon1.jpg) no-repeat left top;
	}
#icon2{
	width: 67px;
	height: 56px;
	float: left;
	background: url(images/icon2.jpg) no-repeat left top;
	}
#icon3{
	width: 67px;
	height: 49px;
	float: left;
	background: url(images/icon3.jpg) no-repeat left top;
	}

#footer {
	clear:both;
	width: 100%;
	margin: 12px 0;
	padding-top: 8px;
	background: url(/images/down2_04.png) repeat-x;
	font-size: 9px;
}



/* footer navigation */
#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* copyright info */
#footer p {
	color: Silver;
}

.ulform {
	border: 1px solid silver;
	width: 700px;
	padding: 15px;
	height: 150px;
	clear: both;
	margin-top: 5px;
}

.ulformleft {
	float: left;
	width: 300px;
	height: 100px;
}
.ulformright {
	float: right;
	width: 350px;
	height: 100px;
}
.ulname {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid silver;
}
.ultitle {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	padding-top: 15px;
}
.ulprivate {
	font-size: 12px;
	color: #808080;
	padding-top: 15px;
}
.ullink {
	color: #000000;
	background-color:#EEE;
	border: 1px solid #AAAAFF;
	width: 100%;
}
.uldesc {
	color: #000000;
	background-color:#FFF;
	border: 1px solid #AAAAFF;
	width: 100%;
}

#form {
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
text-align: center;
padding-top: 50px;
padding-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
/*background-color: #fffefd;*/
}

.searchwrap {
border-top: 1px solid #DDD;
border-bottom: 1px solid #DDD;
padding-top: 50px;
padding-bottom: 40px;
/*background-color: #fffefd;*/
color: #333333;
text-align: center;
font-family: "Times New Roman", Times, serif;
}

.searchline {
border-bottom: 1px dashed #DAD;
padding-top: 5px;
padding-bottom: 5px;
}

.searchline0 {
border-bottom: 1px dashed #DAD;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
/*background-color: #FFFFFF;*/
}

.searchline1 {
border-bottom: 1px dashed #DAD;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
/*background-color: #faffe7;*/
}

