@charset "utf-8";
/* CSS Document */

/* IMAGE PANEL
---------------------------------------------*/
/*topimageの設定*/
#imagePan {
	clear:both;
	padding:0px;
	margin:0px;
	width:750px;
	height:297px;
	background-image: url(../common1/png/topimage_s5.png);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
	display:block;
	z-index: 0;
}

#imagePan2 {
	clear:both;
	padding:1px;
	margin:0px;
	width:750px;
	height:235px;
	background-image: url(../common1/png/isotope_TOP3.png);
	background-repeat: no-repeat;
	background-position: Left top;
	position:relative;
	display:block;
	z-index: 2;
}

#imagePan p.text {
	width: 360px;
	_width: 370px;
	padding:110px 0 0 21px;
	color:#fff;
	line-height: 20px;
}

#imagePan2 p.text {
	width: 430px;
	_width: 450px;
	padding:145px 0 0 31px;
	color:#006600;
	line-height: 20px;
}

/*Products＆Analysisボタン枠の設定*/
#imagePan .button {
	height: 56px;
	width: 280px;
	_width: 310px;
	display:block;
	padding:10px 0 0 30px;
	position:relative;
}
#imagePan .button a {
	height: 53px;
	width: 133px;
	font-size: 15px;
	line-height: 56px;
	color: #000;
}
#imagePan .button a:hover {
	color:#FF6633;
}
#imagePan .products {
	height: 56px;
	width: 133px;
	float:left;
	display:block;
	background-image: url(../common1/png/products_button.png);
	background-repeat: no-repeat;
}
#imagePan .analysis {
	height: 56px;
	width: 133px;
	float:right;
	display:block;
	background-image: url(../common1/png/analysis_button.png);
	background-repeat: no-repeat;
}

/* Top Tab PANEL
---------------------------------------------*/	
/*---トップタブの設定---*/

.topTab {
	width: 700px;
	_width: 404px;
	height:80px;
	float:left;
	display:block;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
}
.topTab ul {
	width:430px;
	height:58px;
	margin: 0 0 0 5px;
}
.topTab ul li {
	float:none;
	height: 61px;
	width: 110px;
	background: url(../common1/png/products_tab1.png);
	background-repeat: no-repeat;
	padding: 1px;
}
.topTab ul li a.main {
	float:none;
	height: 61px;
	width: 114px;
	background: url(../common1/png/products_tab1.png) ;
	background-repeat: no-repeat;
	padding: 1px;
}
.topTab ul li a.main:hover {
	float:none;
	height: 61px;
	width: 114px;
	background: url(../common1/png/products_tabh.png) ;
	background-repeat: no-repeat;
	padding: 1px;
}



/* トップ文言の設定
---------------------------------------------*/	
h1.top{
	width: 700px;
	_width: 404px;
	height:55px;
	float:left;
	line-height:170%;
	display:block;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 137px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	color: #E6E6E6;
}

h1.topE{
	width: 700px;
	_width: 404px;
	height:130px;
	float:left;
	line-height:140%;
	display:block;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 137px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	color: #E6E6E6;
}

h1.top2{
	width: 700px;
	_width: 404px;
	height:70px;
	float:left;
	line-height:170%;
	color:#666666;
	display:block;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 160px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}


/* NEWS PANEL
---------------------------------------------*/			
.newsPan {
	padding:0;
	margin:0;
	width:750px;
	height:300px;
	background-image: url(../common1/gif/hotnews_bar_s.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	display:block;
}
.newsbar {
	width:750px;
	height:47px;
	display:block;
}
.name1 {
	width:100px;
	height:30px;
	line-height:28px;
	float:left;
	margin:10px 0 0 20px;
	display:block;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
 	*font-size: 16px;
}
.newsPan dl {
	clear:both;
	width:742px;
	display:block;
	height:240px;
	overflow: auto;
}
.newsPan dl dt {
	width:50px;
	margin-left:25px;
	padding:4px 0 4px 5px;
	clear:both;
	float:left;
	display:block;
}
.newsPan dl dd {
	width:610px;
	_width:590px;
	margin-left:105px;
	display:block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0;
}

.newsPan a:link {
	color: #000099;
	line-height: 150%;
	margin-right: 5px;
	margin-left: 5px;
}

.newsPan a:visited {
	color: #0000CC;
	line-height: 150%;
	margin-right: 5px;
	margin-left: 5px;
}

.newsPan a:hover {
	line-height: 150%;
	color: #FF6633;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* INFO PANEL
---------------------------------------------*/	
.infoPan {
	width:370px;
	height:380px;
	float:left;
	background-image: url(../common1/gif/info_bar_s.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	display:block;
}
.infobar {
	width:370px;
	height:48px;
	display:block;
}
.name1 {
	width:100px;
	height:37px;
	line-height:16px;
	float:left;
	margin:10px 0 0 20px;
	display:block;
	color: #FFFFFF;
}
.infoPan dl {
	width:365px;
	height:180px;
	clear:both;
	display:block;
	overflow-y: scroll;
	overflow-x: hidden;
}
.infoPan dl dt {
	width:80px;
	_width:70px;
	margin-left:15px;
	padding:4px 0 4px 5px;
	clear:both;
	float:left;
	display:block;
}
.infoPan dl dd {
	width:250px;
	_width:220px;
	margin-left:100px;
	padding:4px 5px 4px 0;
	display:block;
}

.infoPan a:link {
	color: #000099;
	line-height: 150%;
	margin-right: 5px;
	margin-left: 5px;
}

.infoPan a:visited {
	color: #0000CC;
	line-height: 150%;
	margin-right: 5px;
	margin-left: 5px;
}

.infoPan a:hover {
	line-height: 150%;
	color: #FF6633;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ABOUT US PANEL
---------------------------------------------*/		
.aboutPan {
	width:360px;
	height:380px;
	float:right;
	background-image: url(../common1/gif/aboutus_bar_s.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display:block;
	position:relative;
}
.aboutbar {
	width:360px;
	height:48px;
	clear:both;
	display:block;
}

.name1 {
	width:150px;
	height:28px;
	line-height:normal;
	float:left;
	display:block;
	color: #000000;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 21px;
}

a.company {
	width:104px;
	height:92px;
	float:right;
	margin:-20px 10px 0 0;
	display:block;
}

.aboutPan p.text {
	width:auto;
	margin:0 20px 0 20px;
	display:block;
	font-size: 13px;
	line-height: 20px;
}

.topTab a:hover img#products {
	visibility: hidden;
}

.topTab a {

}

