@charset "utf-8";

/*-------------------------------------
// sales
-------------------------------------*/

.exampleTable {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 400px;
	margin-top: 10px;
}

.exampleTable th{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}

.exampleTable td{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px 10px;
}

.gray {
	background: #F5F5F5;
}

#flow {
	width: 650px;
	height: 225px;
	background: url(../images/fig_01.jpg) no-repeat 0 0;
	font-size: 10px;
	color: #333333;
	line-height: 1.2em;
	position: relative;
}

#flow #t1{
	position: absolute;
	top: 5px;
	left: 145px;
	width: 500px;
}

#flow #t2{
	position: absolute;
	top: 45px;
	left: 145px;
	width: 500px;
}

#flow #t3{
	position: absolute;
	top: 83px;
	left: 195px;
	width:190px;
}

#flow #t4{
	position: absolute;
	top: 83px;
	left: 447px;
	width:210px;
}

#flow #t5{
	position: absolute;
	top: 123px;
	left: 195px;
	width:190px;
}

#flow #t6{
	position: absolute;
	top: 123px;
	left: 447px;
	width:210px;
}

#flow #t7{
	position: absolute;
	top: 160px;
	left: 145px;
	width: 500px;
}

#flow #t8{
	position: absolute;
	top: 198px;
	left: 145px;
	width: 500px;
}


