<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------- */
/* navi current                  */
/* ----------------------------- */

ul#nav li a.current {
	background-position: 0 -41px;	
}



p#first_contents {
	margin: 0 auto 20px;
	padding: 0 10px 0;
}

span#link {/* 
	position: relative;
	top: -1.5em;
	clear: both;
	width: 460px;
	overflow: hidden;*/
	display:block;
}

span#link  a {
	float:right;
	padding-left: 20px;
	background:	url("../common/img/icon.png") no-repeat left center;
	color: #0000ff;
	text-decoration: none;
}


span#link  a:visited {
	color: #7722ad;
}

span#link  a:hover {
	text-decoration: underline;
}


div#key_visual {
	width: 100%;
	background: url("../img/home_bg.gif") repeat-x;
}

div#key_visual p {
	width: 960px;
	margin: 0 auto;
}


/* ----------------------------- */
/* main contents */
/* ----------------------------- */

p#products_text {
	float: left;
	width: 460px;
	padding: 0 10px 0;
}

div#products_img {
	float: right;
	width: 480px;
	overflow: hidden;
}

p.line {
	float: right;
	margin: 0 10px 0 0;
}

/* product photo */
p.line img{
	width: 215px;
	padding: 4px;
	border:1px solid #ccc;
}


h3 span {
	display: block;
	padding-left: 10px;
	font-weight: bold;
	background: url("../common/img/border.gif") repeat-y left center;
	line-height: 1.5;
}

h3 {
	float: left;
	padding: 5px 0 0 10px;
	width: 90px;
	height: 145px;
	font-weight: bold;
	background: url("../img/info_bg.gif") repeat-y left top #d1fdc4;
}

div#information {
	float: left;
	width: 715px;
	margin: 20px 0 0;
}

div#information iframe {
	float: left;
	width: 614px;
	height: 148px;
	overflow-x: hidden;
	border: 1px solid #bfbfbf;
	border-left: none;
}

/* リンクバナー */
div#banner {
	float: right;
	width: 225px;
	margin: 20px 10px 0;
}
div#banner p a{ 
	display:block;
	width:225px;
	height:70px;
	text-indent: -9999px;
	text-decoration: none;
	background-position: 0 0; 
	padding-left: 0;
	outline:none;
}
a#east{
	background-image: url("../img/east_nine_bn.gif");
}
a#marco{
	background-image: url("../img/maruco_bn.gif");
}
div#banner p a:hover{background-position: 0 -70px;} 



div#banner p:first-child {
	margin: 0 0 10px;
}





</pre></body></html>