@charset "Shift_JIS";
/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';
#half_right h1{
	margin:30px 0;
}
#half_right h2{
	margin-bottom:2em;
}
#half_right p{
	font-size:77%;
	margin-bottom:1em;
}
table#flow{
	margin-bottom:20px;
}
table#flow td,
table#flow th{
	border-bottom: solid 10px #FFF ;
	vertical-align:top;
}
table#flow tr th{
	background-color:#70B538;
	border-left:#FFF 10px solid;
}
table#flow tr.second th{
	background-color:#A3C42C;
}
table#flow tr td{
	font-size:77%;
	background:#E6E6E6;
}
table#flow tr td a{
	text-decoration:underline;
}
table#flow tr td.txt{
	padding:.5em 1em;
}
table#flow td.arrow01,
table#flow td.arrow02,
table#flow td.arrow03,
table#flow td.white{
	padding:0;
	vertical-align:top;
	width:25px;
}
table#flow td.arrow01{
	background:url(../images/workflow/bg_td_left01.gif)  left bottom no-repeat;
	border-left:#FFF 5px solid;
}
table#flow td.arrow02{
	background:url(../images/workflow/bg_td_left02.gif) left bottom no-repeat;
}
table#flow td.arrow03{
	background:url(../images/workflow/bg_td_left03.gif) left bottom no-repeat;
	padding-bottom:10px;
}
table#flow td.white{
	background-color:#FFF;
}
