@charset "utf-8";
.sorry {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

#products_txt {
	width: 530px;
	margin:0 auto 30px auto;
}
#products_txt h3 {
	margin-bottom: 10px;
}
#products_txt #products_tv {
	padding: 10px;
	width: 500px;
	margin:0 auto 20px auto;
	border: 2px dotted #CC6666;
}
#products_txt #products_tv h4 {
	font-size: 80%;
	font-weight: bold;
	color: #CC3333;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
}
#products_txt #products_tv p {
	font-size: 75%;
	line-height: 1.5em;
	color: #666666;
}
#products_txt .products_box1 {
	background-image: url(../products/img/bg_01.gif);
	padding: 10px;
	width: 500px;
	margin:0 auto 20px auto;
}
#products_txt .products_box1 h4 {
	font-size: 80%;
	font-weight: bold;
	color: #3399FF;
	border-bottom:1px dotted #3399FF;
	padding-bottom:5px;
	margin-bottom:5px;
}
#products_txt .products_box1 p {
	font-size: 75%;
	line-height: 1.5em;
	color: #666666;
}

#products_txt .products_box2 {
	background-image: url(../products/img/bg_02.gif);
	padding: 10px;
	width: 500px;
	margin:0 auto 20px auto;
}
#products_txt .products_box2 h4 {
	font-size: 80%;
	font-weight: bold;
	color: #660000;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px dotted #660000;
}
#products_txt .products_box2 p {
	font-size: 75%;
	line-height: 1.5em;
	color: #666666;
}

