﻿/*************************
各ページ別のスタイルシート
product.html、
product1.html、
product2.html用
*************************/

.product_title {
	border-left-color: #0099FF;
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom-color: #0099FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	font-size: 17px;
	width: 500px
}

.product_table {
	width: 500px;
	border-width: 0
}

.table_caption {
	text-align: center;
	font-weight: bold;
	font-size: 17px
}

.table_title {
	width: 150px;
	text-align: center;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #FFFFFF
}

.table_title2 {
	width: 500px;
	text-align:right;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #FFFFFF
}

.table_text {
	width: 250px;
	text-align: left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #E4E4E4
}

.table_text2 {
	width: 100px;
	text-align: left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: gray;
	background-color: #E4E4E4
}

.table_product2 {
	width: 500px;
	text-align: center;
}

.image_txt {
	width: 500px
}

.shiyou {
	clear: both;
	width: 500px
}

.pic {
	float: left;
	width: 150px
}

.txt {
	float: right;
	background-color: #E4E4E4;
	width: 300px
}

.pic2 {
	width: 500px
}

.txt2 {
	clear: both;
	background-color: #E4E4E4;
	width: 500px
}

