/* CSS Document */

/* 共通 */
*{
	margin:0;
	padding:0;
	background-color:transparent;
	font-size:100%;
	font-style:normal;
	text-decoration:none;
	list-style-type: none;
}
img {border:0;}
a:link { text-decoration: none;color: #000000;}
a:visited { color: #666666;text-decoration: none;}
a:hover { color: #0033CC; background-color: #CCFFFF;}
a:active { color: #6600FF;}
.hide { display: none;}
hr { display: none;}
body {
	background-color: #E0EDF1;
	text-align: center;
}

/* IE8ぐらつき防止 */
#title a:hover img, #contents h3 a:hover img, #news a:hover img, #catalog a:hover img, #banner a:hover img {display: block;}

div#container {
	width: 780px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #99CC00;
	border-left: 1px solid #CCCCCC;
	background-image: url(../img/total_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	background-color: #FFFFFF;
	}


/* ヘッダー */
div#header {
	height: 65px;
	width: 780px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #title {
	width: 260px;
	float: left;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
#header #title #companylogo {
	margin-top: 12px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#header #commonNavi {
	float: right;
	width: 280px;
	text-align: right;
}
#header #commonNavi #lang {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 0.5em;
}
#header #commonNavi #about_menu {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 1.2em;
	margin-right: 5px;
}
form{
	font-size: 12px;
	text-align: center;
	padding-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	float: left;
}


/* コンテンツ */
#contents a:hover{
	text-decoration: underline;
}

/* コンテンツ　左側 */
#contents #news {
	float: left;
	width: 370px;
	list-style-image: url(../img/list_green.gif);
}
#contents #news p{
	margin-bottom: 5px;
}
#contents #news dl{
	font-size: 80%;
	margin-top: 10px;
	margin-left: 10px;
}
#contents #news dt{
	float: left;
	margin-bottom: 5px;
	width: 70px;
}
#contents #news dt{ /*ie6 ie7用のハック*/
	/margin-bottom: 2.5px;
}
#contents #news dd{
	margin-left: 70px;
	margin-bottom: 5px;
}
#contents #news ul{
	padding-top: 1em;
	padding-left: 30px;
	list-style-position: outside;
	clear: both;
}
#contents #news li {
	font-size: 80%;
	float: left;
	padding-right: 40px;
}


/* コンテンツ　右側　共通 */
#contents #navi {
	float: right;
	width: 410px;
	list-style-image: url(../img/list_blue.gif);
}
#contents #navi ul{
	padding-top: 0.5em;
	padding-left: 25px;
}

/* コンテンツ　右側　会社 */
#navi #company {
	float: left;
	background-image: url(../img/bg_company.jpg);
	background-repeat: no-repeat;
	width: 130px;
	font-size: 80%;
	line-height: 150%;
	height: 200px;
}
#navi #company h3{
	margin-top: 7px;
	margin-left: 10px;
}

/* コンテンツ　右側　工作機械 */
#navi #machinetools {
	float: left;
	background-image: url(../img/bg_machine.jpg);
	background-repeat: no-repeat;
	width: 140px;
	font-size: 80%;
	line-height: 150%;
	height: 200px;
}
#navi #machinetools h3{
	margin-top: 7px;
	margin-left: 10px;
}

/* コンテンツ　右側　コンプレッサ */
#navi #compressor {
	float: left;
	background-image: url(../img/bg_compressor.jpg);
	background-repeat: no-repeat;
	width: 140px;
	font-size: 80%;
	line-height: 150%;
	height: 200px;
}
#navi #compressor h3{
	margin-top: 7px;
	margin-left: 8px;
}
#navi #catalog {
	clear: both;
}

/* MTF2010 */
#news #MTF {
	border-collapse:collapse;
	width: 360px;
	height: 100px;
	text-align: center;
}


/* バナー */
#contents #banner{
	clear: both;
	padding-left: 120px;
	padding-top: 1em;
}
#contents #banner li {
	float: left;
	height: 50px;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
}
#contents #banner img{
	margin: 5px;
	vertical-align: top;
}


/* フッター */
div#footer {
	background-attachment: scroll;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 95px;
	width: 780px;
}
