body{
	background:url(images/bg_body_sub.jpg) #FBE9C7;
	background-repeat: repeat-x;
}

/************* #header ***************/

#header {
	width:900px;
	height:100px;
	background:#fff;
	margin:0;
	padding:0;
	border:0 none;
	text-align:center;
	background-image:url('../images/sub_img.jpg');
	background-position:30px 30px;
	background-repeat:no-repeat;
	display:block;
}

#header h1 {
background:#fff;
height:25px;
text-align:left;
color:#000;
font-size:8pt;
font-weight:normal;
margin:0;
padding:5px 0 0 0;
text-indent:30px;
text-align:left;
}

/************* #リスト ***************/

ul.list_flow {
list-style:none;
list-style-position:inside;
margin:0 0 0 5px;
padding:0;
}

ul.list_flow li {
width:530px;
text-indent:-9999px;
border:0;
overflow:hidden;
}

ul.list_flow li.flow_1 a{
background-image:url('images/flow_01.gif');
background-repeat:no-repeat;
height:136px;
display:block;
}
ul.list_flow li.flow_1 a:hover{
background-image:url('images/flow_01_o.gif');
}

ul.list_flow li.flow_2 a{
background-image:url('images/flow_02.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}
ul.list_flow li.flow_2 a:hover{
background-image:url('images/flow_02_o.gif');
}

ul.list_flow li.flow_3{
background-image:url('images/flow_03.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}

ul.list_flow li.flow_4{
background-image:url('images/flow_04.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}

ul.list_flow li.flow_5{
background-image:url('images/flow_05.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}

ul.list_flow li.flow_6{
background-image:url('images/flow_06.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}

ul.list_flow li.flow_7{
background-image:url('images/flow_07.gif');
background-repeat:no-repeat;
height:141px;
display:block;
}

/************* #文字 ***************/
h2.ttl_law {
font-size:100%;
color:#000;
font-weight:normal;
border-bottom:1px solid #aaa;
margin:10px 0 0 0;
padding:0.1em 0.4em;
}

.text_law {
font-size:85%;
line-height:1.5em;
margin:10px 0 0 0;
}

ul.list_law {
font-size:85%;
line-height:1.4em;
list-style:circle;
list-style-position:inside;
background:#eee;
margin:2px 0;
padding:0.2em 0.5em;
}