/* 基本設定	*/
*	{
	margin : 0;
	padding : 0;
	
	}

body	{
	font-size : 10pt;

	background-color : #ebebeb;
	color : #000000;
	}

#contain{
	width : 740px;
	background-color : #ffffff;
	
	}


/* 上部表示エリア	*/
#title	{
	width : 740px;
/*	height : 384px;		/* 245px+139px(お見舞い文)*/*/
	height : 405px;		/* 245px+139px+21px(ETL出展文も追加)*/


	}
.textfield {border: 1px #333333 solid; margin-bottom: 2px}

/* 製品情報表示エリア	*/
#product{
	width : 185px;
	float : left;
	
	}
#product h1{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : green;
	border-left-style : groove;
	padding-left : 5px;
	
	}

#product h2{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : red;
	border-left-style : groove;
	padding-left : 5px;
	
	}
#product table{
	margin-top : 5px;
	margin-left : 18px;
	margin-bottom : 5px;
	font-size : 10pt;
	}

#product td{
	padding-top : 5px;
	padding-bottom : 5px;
	
	}
#product a{
	color : black;
	text-decoration: none;
	
	}
#product a:hover{
	color : #00f2f2;
	text-decoration : underline;
	
	}


/* ソリューション表示エリア	*/
#solution{
	width : 185px;
	float : left;
	
	}
#solution h1{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : blue;
	border-left-style : groove;
	padding-left : 5px;
	}
#solution table{
	margin-top : 5px;
	margin-left : 18px;
	margin-bottom : 5px;
	font-size : 10pt;
	
	}
#solution td{
	padding-top : 5px;
	padding-bottom : 5px;
	
	}
#solution a{
	color : black;
	text-decoration: none;
	
	}
#solution a:hover{
	color : #00f2f2;
	text-decoration : underline;
	
	}


/* 会社情報表示エリア	*/
#company{
	width : 186px;
	float : left;
	
	}
#company h1{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : yellow;
	border-left-style : groove;
	padding-left : 5px;
	
	}
#company h2{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : green;
	border-left-style : groove;
	padding-left : 5px;
	
	}
#company table{
	margin-top : 5px;
	margin-left : 18px;
	margin-bottom : 8px;
	font-size : 10pt;
	
	}
#company td{
	padding-top : 5px;
	padding-bottom : 5px;
	
	}
#company a{
	color : black;
	text-decoration : none;
	
	}
#company a:hover{
	color : #fd9c0b;
	text-decoration : underline;
	
	}


/* 新着情報表示エリア	*/
#topics	{
	width : 182px;
	float : left;
	
	}
#topics h1{
	font-size : 12pt;
	margin-left : 5px;
	border-width : 10px;
	border-left-color : fuchsia;
	border-left-style : groove;
	padding-left : 5px;
	
	}
#topics table{
	margin-top : 5px;
	margin-left : 13px;
	margin-bottom : 10px;
	font-size : 8pt;
	
	}
#topics td{
	padding-top : 2px;
	padding-bottom : 2px;
	
	}
#topics a{
	color : black;
	text-decoration: none;
	
	}
#topics a:hover{
	color : #55ff80;
	text-decoration: none;
	
	}

/* フッタ表示エリア	*/
#footer	{
	width : 740px;
	clear : both
	
	}
#footer table{
	margin-top : 0px;
	margin-left : 0px;
	font-size : 8pt;
	
	}

/* 画像に枠を表示しない	*/
img	{
	border : none;
	
	}







