﻿@charset "utf-8";

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

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



/* ----------------------------- */
/* link */
/* ----------------------------- */

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

/* ----------------------------- */
/* link */
/* ----------------------------- */

span#link {
	display:block;
}

span#link  a {
	float:right;
	padding-left: 20px;
	background:	url("../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;
}



/* ----------------------------- */
/* key_visual */
/* ----------------------------- */

div#key_visual {
	width: 100%;
	background: url("../img/bg_01.png") 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 #999;
}


/* information */
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/bg_02.png") repeat-x left top #c9c9c9;
}

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;
}

/* banner */
div#banner {
	float: right;
	width: 225px;
	margin: 20px 10px 0;
}
div#banner p a{ 
	display:block;
	width:225px;
	height:70px;
	background-image: url("../img/banner_01.png");
	text-indent: -9999px;
	text-decoration: none;
	background-position: 0 0;
	padding-left: 0;
	outline:none;
}

div#banner p a:hover{background-position: 0 -70px;}



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





