/* 購入手順 */
.nagare{
	margin-bottom:10px;
	background-color: #ddd;
	width: 100%;
	}
.nagare th{
	font-size: small;
	text-indent:10px;
	vertical-align:middle;
	width: 150px;
	background-color: #eee;
	}
.nagare td{
	font-size: x-small;
	text-align: left;
	vertical-align:top;
	background-color: white;
	}
.nagare td b{
	font-size: large;
	}
/* 使い方手順 */
.hawto{
	margin-bottom:10px;
	background-color: #ddd;
	width: 100%;
	}
.hawto th{
	font-size: small;
	text-indent:10px;
	vertical-align:middle;
	width: 250px;
	background-color: white;
	}	
.hawto td{
	font-size: x-small;
	text-align: left;
	vertical-align:top;
	background-color: #eee;
	}
.hawto td h3{
	color:red;
	font-size: 16px;
	margin-bottom:5px;
	}
/* downloadロールオーバー */
.download a{
	display:block;
	width:130px;
	height:30px;
	line-height:30px;
	text-indent: -5000px;
	}
.download a:hover{
	background-position: bottom right;
	}
.download a#zip{
	background-image: url("images/zip_download.jpg");
	}
.download a#sit{
	background-image: url("images/sit_download.jpg");
	}
