html, body {

}
@media print {
    body {line-height: 120%; background-color:#FFFFFF !important;}
    #left,
    .noprint {display: none; }
    div.footerline2,
    div.slogan,
    #frame,
    #all { 
	background-image: none !important;
	background-color: white;
    }
}

div#all {
    width: 1050px;
    height: 100%; /* test */
    min-height: 100%;
    /* background-color: #c4d1db; */
    display: table;
}

div#topline {
    height: 11px;
}

#menuContainer {
    font-size: 12px;
}

div.content hr {
    height: 5px;
    color: #f78724;
    background-color: #f78724;
    border: none;
}

div .slogan {
    padding-left: 282px;
    padding-top: 20px;
    padding-bottom: 5px;
}

div#header {
    background-color: white;
    height: 211px;
}

#header div#topimage {
    display: block;
    float: left;
}

#header div#logo {
    float: left;
    display: block;
    position: relative;
    left: 18px;
}

#header div .header {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: -16px;
}

#header .boxs {
    position: relative;
    height: 20px; /* Fix for IE 6*/
    left: 24px;
    top: 10px;
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header .topbox {
    width: 151px;
    height: 71px;
    margin-left: 2px;
    float: left;
}

/*
#header .topboxfirst {
    border: 1px solid black;
    margin-left: 24px;
}
*/
#header .topbox .text {
    text-align: center;
    margin-top: 30px;
}

#header .topbox .text a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

#footerline {
    width: 1050px;
    height: 17px;
    background-color: #f78724;
}
#footer {
   width: 1050px;
    float: left;
}
#footertext {
    text-align: right;
    color: #5c7d8f;
    font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-right: 13px;
}

#AddressBox {
    background-color: #c4d1db;
    margin-left: 20px;
    width: 200px;
    display: block;
    left: 40px;
    padding: 20px;
    bottom: 0px;
}

div .frontpage {
    text-align: right;
    position: relative;
    right: 10px;
}

td .box2, 
div.box2 {
    background-color: #c4d1db;
    color: #5c7d8f;
}
ul.box3, 
ul.box2 {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
}

ul.box3 {
    margin-left: 20px;
}
div .box3 {
	background-color: #FFFFFF;
	/*background-repeat: repeat-y;*/
}
div .box3_content {
    padding: 10px;
}
div .box3 .footer {
	vertical-align: bottom;
	padding: 2;
	margin: 15 0 -1px;
	float: left;
}

div .navi2 {
    width: 155px;
    margin-left: 30px;
    list-style: none;
    background-color: #c4d1db;
    font-size: 11px;
}

ul.navi {
    width: 215px;
    list-style: none;
    /* List as images so we can get multiline items right */
    list-style-image: url('arrow2.gif');
    color: #5c7d8f;
    text-decoration: none;
    font-size: 11px;
}

.navi .level_2 {
    list-style-image: url('arrow.gif');
    margin-left: 15px;
}

.slogan, 
#AddressBox, 
div .frontpage a, 
ul.box2,
ul.navi a, 
ul.navi2, a {
    color: #5c7d8f;
    text-decoration: none;
    /* font-family: Times, Arial; */
}

div .frontpage a:hover, 
ul.navi a:hover, 
ul.navi2, a:hover {
    color: #00ccff;
    text-decoration: none;
}

ul.navi2 {
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

#frame {
    width:1050px;
    margin-top:10px;
    padding:0px;
    text-align:left;
    background: white;
    min-height: 100%; 
}

#contentleft {
    width: 262px;
    padding:0px;
    float:left;
    background:#c4d1db;
    min-height: 100%;
}

#contentcenter {
    width: 500px;
    padding: 0px;
    float: left;
    background: white;
    margin: 23px;
}

#contentright {
    position: relative;
    right: -63px;
    width:180px;
    padding:0px;
    float:left;
   	background: #FFFFFF;

}

#contentcenter a {
    color: blue;
    text-decoration: underline;
}
.clr {
	clear: both;
	height: 0px;
}
.frame_i {
	margin: 0px;
	clear: both;
	width: 161px;
/*	width: 176px; */
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 3px;
	font-size: 10px!important;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
}
.miinus3 {
	margin-bottom: -3px;    
}

input.hakuButton {
    width: 100px;
    background-color: #c4d1db;
    border: 1px solid #ececec;
}


