/*====================三菱伸銅株式会社 WEB SITE CSS（英語版）====================*/
@charset "iso-8859-1";

/*------------------↓基本設定---------------------*/
/*--↓ブラウザマージンクリア設定＆フォント指定--*/

* {
	padding: 0;
	margin: 0;
	font-family: verdana, monospace, sans-serif;
}

/*--↓リンクテキスト設定--*/
a:active { text-decoration: none;}
a:visited { color: #666699;}
a:hover { color: #ff6600;}


/*------------------↓ページ全体のエリア指定---------------------*/
/*--↓全体ボックス指定--*/
#wrapper {
	margin-left: 0px;
	margin-top: 0px;
	width: 760px;
}


/*------------------↓ヘッダーの設定---------------------*/
/*--↓Serchの文字設定--*/
.search {
	font-size: 10%;
}



/*------------------↓メインイメージの設定---------------------*/
/*--↓イメージの位置指定--*/
#main {
	background-image: url(../../img-top/bg_main.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}


/*------------------↓ナビとISOの表示の設定---------------------*/
/*--↓テーブルの位置指定--*/
#navi {
	margin-left: 461px;
	background-position: right;
	padding-top: 106px;
	padding-bottom: 85px;

}


/*------------------↓下部製品へのリンク---------------------*/
/*--↓製品全体の設定--*/
#products-all {
	margin-top: 0px;
	width: 760px;
	height: 6em;
}

/*--↓伸銅品の設定--*/
#products-a {
	position: absolute;
	width: 250px;
	font-size: 60%;
	line-height: 1.0em;
	color: #999999;
	margin-left: 0px;
	padding-top: 1px;
}

/*--↓加工品の設定--*/
#products-b {
	position: absolute;
	width: 250px;
	font-size: 60%;
	line-height: 1.0em;
	color: #999999;
	margin-left: 253px;
	padding-top: 1px;
}

/*--↓薄膜品の設定--*/
#products-c {
	position: absolute;
	width: 250px;
	font-size: 60%;
	line-height: 1.0em;
	color: #999999;
	margin-left: 506px;
	padding-top: 1px;
}

/*--↓製品名のテキスト<span>設定--*/
.name {
	line-height: 1.3em;
	border-left: 3px solid #6666FF;
	padding-left: 3px;
}


/*------------------↓ニュースリリースの設定---------------------*/
/*↓全体の設定*/
#news {
	background-color: #f5f5f5;
	width: 760px;
	margin: 0;
	padding: 0;
}

/*↓ニュースタイトルの帯部分の設定*/
.item-a {
	font-size: 80%;
	line-height: 1.1em;
	color: #ffffff;
	background-color: #999999;
	width: 750px;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px 0;
}

/*↓ニュースリリースの本文全体の設定*/
.item-b {
	padding: 0 0 20px 0;
}

/*↓ニュースリリースの本文の各項目の設定*/
#news h1 {
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 10px 0px 16px;
	padding: 0;
}


/*------------------↓フッターエリアの指定---------------------*/
/*↓フッター部分ボックス指定*/
#footer {
	width: 754px;
	padding-left: 9px;
	padding-top: 7px;
	border-top: 1px solid #CCCCCC;
	clear: right;
}

/*ハイパーテキスト*/
#footer p {
	font-size: 70%;
	line-height: 1.1em;
	color: #0066ff;
	padding-bottom: 4px;
}
