/* company */

body {
background-color: #0055A5;
}

/* font sizing */

h2#blog_header {
	font-size: 190%;
	font-weight: bold;
	color: #00a0af;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
}

p#blog_date {
	color: #999999;
	padding-bottom: 12px;
}

p#blog_date a {
	color: #999999;
	text-decoration: underline;
}

p#blog_date a:hover {
	color: #666666;
}

/* header elements */

div#header_left {
background: url("../i/logo_company.gif") no-repeat;
}

/* layout elements */

div#title {
padding: 100px 0 0 0;
overflow: hidden;
background: url("../i/title_contact.jpg") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:100px; /* for IE5.5's bad box model */
}

img.jumping {
	border: 4px solid #0055A5;
	width: 330px;
	height: 210px;
	margin: 0 12px 12px 12px;
}

img.aquolife {
border: 1px solid #000000;
width: 238px;
height: 288px;
margin: 0 12px 12px 12px;
}

div#border_bottom {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../i/border_company_bottom.jpg") no-repeat;
height: 0px !important; /* for most browsers */
height /**/:20px; /* for IE5.5's bad box model */
}

/* header elements */

div#menu {
background: url(../i/nav_bg_company.gif) top left no-repeat;
}

.clearfix:after {
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

fieldset {
	padding: 15px;
	width: 330px;
	font-size: 14px;
	background-color: #FFFFCC;
}
legend {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #00A0AF;
}
