@charset "utf-8";
 @import url("base.css");
 @import url("parts.css");
body {
	background-image: url(../../images/top_bg.jpg);
}

#globallink {
	float: right;
	margin: 28px 5px 0;
}


#topnavblock {
	padding: 10px 0;
}
#topnavblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnavblock ul li {
	float: left;
	margin-left: 6px;
}
#topnavblock form {
	position: relative;
	width: 367px;
	height: 51px;
	overflow: hidden;
	background: url(../../images/top_nav_1.jpg) top left no-repeat;
	text-align: left;
	float: left;
}
#topnavblock form #search_input {
	padding: 5px 0 0;
	margin: 11px 5px 0 140px;
	width: 170px;
	height: 25px;
	overflow: hidden;
	border: none;
	font-size: 18px;
	line-height: 100%;
	background-color: transparent;
}
#topnavblock form #search_input.watermark {
	background: transparent url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#topnavblock form #search_button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	width: 56px;
	height: 51px;
	overflow: hidden;
}

#content #main {
	width: 628px;
}
#content #menu {
	width: 280px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: 2px solid #1F5EA7;
	font-size: 10%;
}
#tabs ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
	list-style: none;
	display: inline;
	height: 24px;
	overflow: hidden;
}
dl {
	margin: 10px 0;
	-webkit-text-size-adjust: none;
}
dt {
	clear: left;
	float: left;
	display: inline;
	margin: 0;
	padding: 6px 0 4px;
	width: 130px;
	border-top: 1px dotted #999999;/*	font-family: monospace;*/

}
dd {
	float: left;
	display: inline;
	margin: 0;
	padding: 6px 0 4px;
	width: 494px;
	border-top: 1px dotted #999999;
	overflow: hidden;/*	font-family: sans-serif;*/

}
dd a {
	display: inline-block;
	padding: 0 0 2px 20px;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	color: #222222;
	text-decoration: none;
}
dd a:hover {
	color: #336699;
	text-decoration: underline;
}
dd a.pdf {
	background-image: url(../images/icons/icon_pdf.gif);
	background-position: left top;
}
#newproduct dt {
	width: 120px;
}
#newproduct dd {
	width: 560px;
}
#exhibition dt {
	width: 200px;
}
#exhibition dd {
	width: 480px;
}
.moreinfo {
	margin: 0;
	padding: 0;
	text-align: center;
}
.moreinfo a {
	width: 190px;
	line-height: normal;
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 6px;
	text-decoration: none;
	background-color: #FCFCFC;
	margin-right: 5px;
	float: left;
}
.moreinfo a:hover {
	background-color: #EEEEEE;
}
#footer_banner {
	clear: both;
}
#footer_banner ul li {
	list-style: none;
	float: right;
	margin: 0 0 5px 10px;
}
