/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #cccccc;
}

a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#main_box{
	display: block;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#products_text{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	margin-bottom: 20px;
	background-color: #CCC;
	padding: 5px;
	border: 1px solid #634F82;
	overflow: hidden;
}

#products{
	width: 550px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}

#products dl {
	margin: 0px;
	padding: 0px;
	width: 550px;
	display: block;
}

#products dt {
	text-align: center;
	margin-bottom: 15px;
	width: 550px;
	display: block;
}

#products dd {
	display: block;
	width: 550px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
}

#products dd table {
	width: 450px;
	border-collapse:collapse;
	padding: 0px;
	margin-left: 50px;
}

#products dd th {
	width: 150px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
}

#products dd td {
	padding: 5px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909;
}

.products_name{
	font-size: 26px;
	font-weight: bold;
	color: #909;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #909;
	border-left-color: #909;
}

.pic01 {
	padding: 3px;
	border: 1px solid #909;
}

.title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #909;
	margin-left: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

.text{
	line-height: 20px;
	width: 450px;
	margin-left: 50px;
	text-align: left;
}

.text2 {
	line-height: 20px;
	width: 450px;
	margin-left: 50px;
	text-align: left;
}

.text2 a {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}

