﻿/*統一部分*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 0px;
	border-style: none;
}
BODY{
	background-color : #d6d6b3;
	text-align : center;
}
a {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
h5 {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
}
#base{
	margin-left : auto;
	margin-right : auto;
}
#base TD{
	margin-left : auto;
	margin-right : auto;
	vertical-align : top;
}
/*枠付テーブル*/
.frame{
	margin-bottom : 20px;
}
.frame .waku{
	background-color : white;
}
.contents{
	font-size : 12px;
	background-color : white;
	width : 700px;
	text-align : center;
}
/*製品概要テーブル*/
.spec{
	border-collapse : collapse;
	border : 1px solid #999966;
	width : 698px;
	margin-left : auto;
	margin-right : auto;
	font-size: 12px;
}
.spec TD{
	line-height : 15px;
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #999966;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #999966;
	text-align : left;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #999966;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #999966;
}
.spec .catch{
	line-height : 15px;
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	color : black;
	background-color : #999966;
	text-align : left;
}
.spec .pkg{
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 2px;
	background-color : white;
	text-align : center;
}
.spec .title{
	line-height : 15px;
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	text-align : left;
	font-weight : bold;
	font-size : 14px;
}
.spec .price{
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	text-align : left;
	background-color : #d6d6b3;
}
.spec .info{
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	text-align : left;
	background-color : #d6d6b3;
}
.spec .sample{
	padding-top : 2px;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 2px;
	text-align : center;
}
/*テキスト装飾*/
/*小テーブル*/
.contens2 {
	font-size : 12px;
	background-color : white;
	width: 200px;
	text-align : center;
}
.contens3 {
	font-size : 12px;
	background-color : white;
	width: 200px;
	text-align: left;
}
.title {
	padding: 2px 0px 2px 0px;
	line-height : 15px;
	text-align: center;
	font-weight : bold;
	font-size: 12px;
}
.notice {
	text-align: left;
}
.notice2 {
	padding: 2px 0px 2px 0px;
	line-height : 15px;
	text-align: left;
	font-size: 12px;
}
.notice3 {
	padding: 2px 0px 2px 0px;
	line-height : 15px;
	text-align: left;
	font-size: 12px;
	color: #FF0000;
}
.notice span {
	color: #FF0000;
	text-decoration: underline;
}
.notice3 span {
	font-weight: bold;
}
