﻿@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body	{
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	text-indent: 0px;
}

img{
	border:none;
}
	
	
/*--- 背景 ----*/
#wrapper3 {
	width:812px;
	height:3200px;
	position:relative;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../image/bg_body.gif);
	background-repeat:repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	}

#contents {
	background-color: #FFFFFF;
	width:800px;
	margin:0 auto;
	position:absolute;
	margin-top: 0px;
	height: auto;
	left: 5px;
}

/*--- 商品名----*/
.title {
	width:360px;
	font-size:16px;
	background:#66CC33;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
}

/*--- 型番----*/	
.name {
	width:50px;
	background:#000066;
	font-size:12px;
	color:#FFFFFF;
	height: 15px;
	text-align: center;
	margin-top: 7px;
	font-weight: normal;
}

/*--- テーブル----*/
.table {
	width: 370px;
	padding:0;
	font-size: 10px;
	border:#CCCCCC;
}
/*--- テーブル名----*/
TR.color1 {
	background-color:#FFFFCC;
}

/*--- 今は使っていない----*/
TR.color2 {
	background-color:#66FF66;
}


.c	{
	clear:both;
	}

#toiawase {
	text-align:center;
	padding-top: 200px;
	}

#gotop{
	width:760px;
	margin:auto;
	text-align:center;
	margin-bottom: 30px;
	position:absolute;
	margin-top: 10px;
	background-image: url(../suzuran/image/tensen_title.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

/*--- 新規追加分----*/ 
　
.dan{
	width: 760px;
	margin:auto;
	padding-top: 20px;
  }
.dan_left{
	width: 370px;
	float: left;
	}
.dan_right{
	width: 370px;
	float: right;
	}	
.dan2{
	clear:both;
	width: 760px;
	margin:auto;
	padding-top: 20px;
  }
.hyo_end{
	clear:both;
}

