﻿

/* 全体設定-------------------------------------- */

/*
* {
	margin:0;
	padding:0;
}
*/

body {     
	background:white;
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif；
	color:#000;
	line-height:1.5;

	/* ページを中央に */
    width:900px;
	position:absolute;
	left:50%;
	margin:0 0 0 -450px;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

ul {
	 list-style-type:square;
}

h3 {
	color#052;
	background:#fff url(./photo/line.jpg) no-repeat left center;
	padding: 0 0 0 10px;
}


/*
li {
	list-style:none;
	line-height:1.3;
}
*/

img,
fieldset {
	border:0;
}

table {
	width:900px;

}



/* メインメニュー--------------------------------- */

.menu {
    width:900px;
	height:25px;
	margin: 0;
	padding: 0 0 0 0px;

}

.menu a {
	float: left;
    width:150px;	/* 900/6   */
    height:20px;
	margin: 0;
	padding: 0 0 0 0px;
	text-align:center;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #0000FF;
}

.menu a:hover {
	padding-bottom: 0px;
	background: transparent;
	color: #0099FF;
	border-bottom: 3px solid #0099FF;
}

.menu a#current {
	background:#fff url(./photo/bttab.png) no-repeat left center;
}

/* 製品メニュー--------------------------------- */
.seihin-menu
{
	position:absolute;
	top:110px;
	left:0px;
}

.seihin-menu a{
	display: block;
	padding: 0px 5px 0px 5px;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	width:150px;
	height:36px;
	color: #000;
	background:#fff url(./photo/btflat.png) no-repeat left center;
}

.seihin-menu a#current
{
	color: #000;
	background:#fff url(./photo/btsel.png) no-repeat left center;
}

.seihin-menu a:hover
{
	color: #000;
	background:#fff url(./photo/bton.png) no-repeat left center;
}

/* 製品メイン表示------------------------------ */
.seihin-main
{
	position:absolute;
	font-size:15px;
	top:110px;
	left:150px;
	width:750px;	/* 900-150  */
	/* background-color:#DDFFDD; */
}
.seihin-main table 
{
	width:750px;
}

