﻿@charset 'utf-8';

/* 外枠と背景画像 */
div#engine_outbox 
{
width:800px;
background-color:#ffffff;
background-image:url('../images/pipe_bg.gif');
}

/* 製品の日本語・英語表記 */
div.img_title_en {
/*	color:#6365b5;*/
	color:#449;
}

div.img_title_ja {
 font-size:120%;
}

div.etc_title_ja {
 float:left
}

div.etc_title_en {
/*	color:#6365b5;*/
	color:#449;
	float:right; 
	text-align:right;
	font-size:80%;
}

/* 製品情報テーブル */

table.productss_info {
	border:0px #cccccc solid; 
	border-collapse: collapse; 
	width:100%; 
	font-size:80%;
	table-layout:fixed;
	margin:0; padding:0;
}

td.info_menu_top {
	border:0px #cccccc solid; 
	width:20%;
}

td.info_top {
	border:0px #cccccc solid; 
}

td.info_menu {
	border-top:1px #cccccc solid;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	width:25%;
}

td.info {
	border-top:1px #cccccc solid;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}

ul.info {
	margin: 0 0 0 1em;
	padding: 0; 
}