@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
	background:#b5c6d0;
	font:.75em/1.3em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#4f4e4e;
}
a{text-decoration:none;}
a:hover{text-decoration:underline;color:#000;}
img{border:none;}
p{margin:0 0 1em;}

#wrapper {
	width:660px;
	margin:auto;
	background:#f1f1f1;
	border:solid #939393;
	border-width:0 1px 1px;
}
#flash_main {
	width:660px;
	height:370px;
}
#flash_main_content{
	width:460px;
	height:170px;
	padding:100px;
	text-align:center;
}

.header {background-image:url(/images/hitachi_logo.gif); width:660px; height:81px;}

h1{
	position:relative;
	width:660px;
	height:80px;
	background:#f2f2f2;
}
h1 span{
	background:url(../../images/hitachi_logo.gif) left top no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:660px;
	height:81px;
}
#content{
	padding:12px 12px 4px;
}
#content_t{
	background:url(../../images/content_t.gif) left top no-repeat;
	padding:8px 0 0;
}
#content_m{
	background:url(../../images/content.gif) left top repeat-y;
}
.column{
	width:273px;
	padding:3px 18px .5em;
	height:220px;
}

.column a:link, .column a:visited {text-decoration:none; font: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;color:#4f4e4e;}


#left{
	/*background:url(../../images/ushort_proj.jpg) 53px 12px no-repeat;*/
	float:left;
}
#right{
	/*background:url(../../images/short_proj.jpg) 48px 6px no-repeat;*/
	margin-left:323px;
}
h2 {
	background:url(../../images/arrow.gif) left center no-repeat;
	padding:.5em 0 .5em 27px;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
h2 a {
	color:#2f2f31;
}
h2 a:hover {
}
#footer{
	border-top:1px solid #d8d8d8;
	margin-top:12px;
	padding:6px 0;
	text-align:right;
}
li{
	display:inline;
	list-style:none;
}
#footer a{
	color:#888; font-size:11px;
}
#footer a:hover {
	color:#666;
}
