@charset "utf-8";



/* How to */
/* ------------------------------------------------ */

#contents img.button:hover {
	position: relative;
	left:1px;
	top: 1px;
}

#contents #flowChart {
	margin: 20px 0 0 0;
}
#contents #flowChart .flow {
	width: 430px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/bg_flow_body.gif") 0 0 repeat-y;
}
#contents #flowChart .flow .top {
	height: 8px;
	font-size: 1px;
	line-height: 0;
	background: url("../images/bg_flow_top.gif") 0 0 no-repeat;
}
#contents #flowChart .flow .bottom {
	height: 32px;
	font-size: 1px;
	line-height: 0;
	background: url("../images/bg_flow_bottom.gif") 0 0 no-repeat;
}
#contents #flowChart .flow .bottom2 {
	height: 8px;
	font-size: 1px;
	line-height: 0;
	background: url("../images/bg_flow_bottom.gif") 0 0 no-repeat;
}

#contents #flowChart .flow h3 {
	padding: 4px 15px 10px 15px;
	font-size: 90%;
}
#contents #flowChart .flow p {
	padding: 0 15px 0 15px;
	font-size: 75%;
}
