@charset "utf-8";
/*共通して使うスタイル*/

/*ロゴエリアを設定しているスタイル*/
#logo {
	margin: 0px auto;
	width: 720px;
	}

/*タイトルを設定しているスタイル*/
#title {
	margin: 0px auto;
	width: 720px;
	}	
	
/*コンテンツのテーブル*/
#main {
	margin: 0px auto 0px auto;
	width: 720px;
}
	
/*ラインの色*/	
.bg-ctg { background-color:#2a3f66; }	







/* /mechanical/index.html */


/*メインのイメージ*/
body.top #mainImage {
	margin: 0px auto;
	width: 760px;
	height: 327px;
	background: url(/resource/images/mechanical/index/mechanical_index_main.jpg);
	background-repeat: no-repeat;
	}

#navigation{
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
	
/*メインイメージ上のタイトル*/	
body.top #mainImage h1 img {
	margin: 103px 0px 0px 0px;
	float: none;
	}
/*メインイメージ上のラインアップへボタン*/		
body.top #mainImage p {
	margin: 19px 0px 0px 21px;
	}
/*ニュース部分*/
#news{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}



/*バナーに関するコントロール*/

#banner #bannerback {
	background-image: url(/resource/images/common/parts/banner_back.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 231px;
	text-align: center;
}
#banner #bannerback div {
	margin: auto 16px;
	text-align: left;
	
}




/*/mechanical/about/++++.html*/

/*ヘッダーイメージを設定しているスタイル*/
#headerimages {
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*aboutの文章を設定しているスタイル*/
.mechanicalmtxt {
	line-height: 140%;
	font-size: 80%;
}

/*columnの文章を設定しているスタイル*/
.mechanical_column_txt {
	line-height: 110%;
	font-size: 70%;
}

.mechanical_column_txt2{
	line-height: 110%;
	font-size: 60%;
	width:180px;
	margin-left:125px;
}

/*/mechanical/lineup/index.html*/

.lineup { 
	border:0;
	}
	
.lineup .item { 
	width:172px; 
	height:124px; 
	border:solid 1px #ccc;
	}
	
.lineup .item-mastershop { 
	width:168px; 
	height:112px; 
	border-top:solid 1px #ccc; 
	border-left:solid 1px #ccc; 
	border-right:solid 1px #ccc; 
	}
	
.lineup .item_box { 
	border:solid 1px #ccc; 
	padding: 0 10px 0 10px ;
}

.lineup .item_img {
	margin-top: 10px;	
}

.lineup .item_txt {
	width: 328px;
	text-align: left;
	margin-top: 20px;
	font: 10pt/140% "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}
.lineup .item_link {
	width: 328px;
	margin-top: 16px;
	margin-bottom: 10px;	
}

.lineup .boxleft { 
	width:103px; 
}

.lineup .boxright {
	width:66px;
}

.lineup .model { 
	margin-top:33px; 
	padding:0; 
}
.lineup .modelnew {
		margin-top:0px; 
		padding:0; 
}
.lineup .pr1 { margin-top:2px; }
.lineup .pr2 { margin-top:2px; }
.lineup .type  {
	margin:13px 0 4px;
	padding:0;
	height: 16px;
	width: 61px;
	}
	
.lineup .type img {
	vertical-align: top;
	}
	
.lineup .pair { 
	margin-top:59px; 
	width:16px; 
	height:10px; 
	background-color:#ccc; 
	}

.list { width:100%; }

.list th { 
	padding:3px 8px 2px 8px; 
	color:#fff; 
	background-color:#405062; 
	font-size:70%; 
	font-weight:normal; 
	text-align:left; 
	border-right:solid 2px #fff; 
	white-space:nowrap; 
	}
	
.list td { padding:8px 5px 7px 8px; 
	font-size:70%; 
	border-right:solid 2px #fff; 
	border-bottom:solid 1px #ccc; 
	vertical-align:top; }
	
.list td.model { font-size:80%; white-space:nowrap; }
