@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 2.0;
	color: #333333;
	background: #F4F4F4; 
}
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 106px;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 17px;
	top: 18px;
}
#logo_right {
	position: absolute;
	width:400px;
	left: 320px;
	top: 18px;
}
#globalnav {
	position: absolute;
	top: 73px;
	left: 0px;
	width: 741px;
	height: 33px;
	list-style-type: none;
}
#globalnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalnav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#globalnav li a {
	display: block;
    width: 94px;
	height :33px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
/* ロールオーバー
---------------------------------------------*/
#top a {
	height: 33px;
	width: 94px;
	background-image: url(images/global_nav_01.gif);
	padding-right: 1px;
}
#top a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/01_global_nav.gif);
	padding-right: 1px;
}
#message a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_02.gif);
	padding-right: 1px;
}
#message a:hover {
   height: 33px;
	width: 94px;
	background-image: url(images/02_global_nav.gif);
	padding-right: 1px;
}
#commodities a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_03.gif);
	padding-right: 1px;
}
#commodities a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/03_global_nav.gif);
	padding-right: 1px;
}

#company a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_04.gif);
	padding-right: 1px;
}

#company a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/04_global_nav.gif);
	padding-right: 1px;
}
#recruit a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_05.gif);
	padding-right: 1px;
}

#recruit a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/05_global_nav.gif);
	padding-right: 1px;
}
#news a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_06.gif);
	padding-right: 1px;
}

#news a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/06_global_nav.gif);
	padding-right: 1px;
}
#contact a {
    height: 33px;
	width: 94px;
	background-image: url(images/global_nav_07.gif);
	padding-right: 1px;
}
#contact a:hover {
    height: 33px;
	width: 94px;
	background-image: url(images/07_global_nav.gif);
	padding-right: 1px;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 30px;
}
#about {
	float: left;
	width: 493px;
}
#newsrelease {
	float: left;
	width: 246px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h3, #newsrelease h3 {
	color: #333333;
	background: #FFFFFF;
	text-decoration: underline;
}
#about h4, #newsrelease h4 {
	color: #000000;
}
#about .section {
	margin: 16px 18px 0 18px;
}
#about .section p {
	margin: 10px 0;
	color: #333333;
	font-size: 11px;
}
#about .section h5 {
	margin: 1px 0;
	color: #333333;
	font-size: 10px;
}
#about .section h6 {
	margin: 2px 0;
	color: #333333;
	font-size: 10px;
}

#newsrelease dl {
	margin: 20px 18px 0 18px;
}
#newsrelease dl dt {
	font-size: 15pt;
	color: #666666;
	margin-top: 10px;
}
#newsrelease dd {
	font-size: 98%;
	color: #666666;
	margin-top: 10px;
}
#newsrelease h5 {
	margin: 1px 0;
	font-size: 10px;
}
