/*---------- ボディ -----------*/
body {
	background-position : center;
	background-repeat   : repeat-y;
	word-break          : normal;
	word-wrap           : normal;
	background-image: url(img/background_frame.gif);
	background-color: #EDF8FB;
	font-family : "Lucida Grande", Lucida, Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #F00;
}

div#sidebar {
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
div#main {
	width: 600px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-left: 8px;
}

div#productsummary_sidebar {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
div#productsummary_main {
	width: 560px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-left: 8px;
}

/*---------- 基本設定 -----------*/
* {
	box-sizing       : border-box;
  -moz-box-sizing  : border-box;
	margin: 0px;
	padding: 0;
}
/*---------- 行間隔詰めの修正 -----------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
img {
	margin: 0px;
	padding: 0px;
}
ul,ol{
	margin-left:1.5em;
}
/*------- テーブル設定 -----*/
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
}
td {
}
/*---------- 画像の回り込み-----------*/
div.clear {
	clear: both;
}
div.center {
	width: auto;
	height: auto;
	text-align: center;
}
/*------コンテンツエリア---*/
div.contentsarea {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
/*------- バナー -----*/
div.banner {
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #EDF8FB;
}
div.pageimage/*------- ページイメージ -----*/
 {
	width: 760px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(img/menu_purchase.gif);
}
.pageimage_text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-right: 3px;
	margin-left: 3px;
	text-align: left;
	font-weight: bold;
}
.pageimage_text02 {
	font-size: 14px;
	color: #333333;
	margin-right: 3px;
	margin-left: 3px;
	text-align: left;
}

/*------- よく使うCSS -----*/
strong.attention{
	color:red;
	font-weight:bold;
}

sup{
	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
}

sup.footnote{
	color:#cc3333;
}

div.footnote{
	padding-left:2em;
	text-indent:-2em;
}

div.footnote span{
	color:#cc3333;
}

.dummylink{
	color:#000099;
	cursor:pointer;
}

.dummylink:hover{
	text-decoration: underline;
}

/*------- スペックシートのテーブル -----*/
table.specsheet{
	border-collapse:collapse;
	font-size:12px;
	border:1px solid black;
}

table.specsheet caption{
	background-color:#1A1EB3;
	border:1px solid black;
	color:white;
	font-weight:bold;
}

table.specsheet th{
	background-color:#E2F4F5;
	border:1px solid black;
	border-bottom:0px;
	font-weight:normal;
}

table.specsheet th.sub{
	background-color:#F1F9FA;
	border-top:1px dashed black;
	text-align:right;
	white-space: nowrap;
}

table.specsheet td{
	border:1px solid black;
	padding:1px 0 1px 2px;
}

/*------- グレーヘッダーのテーブル -----*/
table.table_header_gray{
	border-collapse:collapse;
}

table.table_header_gray caption{
	background-color:#666666;
	color:white;
	text-align:left;
	padding:2px;
}

table.table_header_gray th{
	background-color:#CCCCCC;
	border:1px solid #666666;
	padding:2px;
	font-weight:normal;
}

table.table_header_gray td{
	border:1px solid #666666;
	padding:2px;
}

/*------- IE6バグ対策 -----*/
table.centering td{
	text-align:center;
}
/*------- IE6バグ対策 -----*/
div#main ol li,div#main ul li {
	_margin-left:1em;
}



table.productlist td{
	vertical-align:top;
}
.productlist h1{
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CCCCCC;
	font-size: 12px;
}
.productlist h2 {
	padding:2px 5px;
	margin:5px 10px;
	border: thin solid #AAAAAA;
	background-color: #EEEEEE;
	color:#333333;
	font-size: 12px;
}

table.productsummary {
	width:100%;
	border-collapse:collapse;
}
table.productsummary h5{
	text-align:center;
	font-size:11px;
	margin:0px;
	padding:0em 0em 0.5em 0em;
}
table.productsummary h5 span{
	font-weight:normal;
}
table.productsummary ol{
	margin:0.5em 0.5em 0.5em 3em;
	padding:0px;
}
table.productsummary td{
	width:50%;
	padding:5px;
	vertical-align:top;
	border:1px solid #bfbfbf;
}
table.productsummary td a.image{
	display:block;
	text-align:center;
}
table.productsummary td a.image img{
	border:0;
}


td.active{
	background-image:url(img/circle.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:3em;
	font-size:0.7em;
	vertical-align:super;
	color:#cc3333;
}
td.negative{
	background-image:url(img/m_batsu.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:3em;
	font-size:0.7em;
	vertical-align:super;
	color:#cc3333;
}
td.dash{
	background-image:url(img/dash.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:3em;
	font-size:0.7em;
	vertical-align:super;
	color:#cc3333;
}
td.sankaku{
	background-image:url(img/sankaku.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	text-indent:3em;
	font-size:0.7em;
	vertical-align:super;
	color:#cc3333;
}

/*------- ポップアップ -----*/
body.popup{
	background-image:none;
	background-color:#FFFFFF;
}

body.popup table th{
	background-color:gray;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:1px;
}

body.popup table td{
	text-align:center;
	font-size:12px;
}


