@charset "Shift_JIS";

/*------------------------------------------------------------------------------

	[ファイル名]	flow.css
	
	[概要]	 お申込みからご使用開始まで
	
	[目次]
		
	
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

								p#anchorTop
								
------------------------------------------------------------------------------*/
p#anchorTop{
	text-align: right;
}


p#anchorTop a{
	padding-left: 15px;
	background: url(../image/anchor_top.gif) no-repeat scroll 0em 0.15em;
	text-align: left;
	zoom: 1;

}



/*------------------------------------------------------------------------------

							角丸 枠

------------------------------------------------------------------------------*/
div#outerFrame{
	width: 564px;
	margin: 10px 0 20px 0;
	padding: 0 0 15px 0;
	background: url(../image/outframe_gray_bottom_long.gif) no-repeat left bottom;
}


div#outerFrame div#innerFrame{
	width: 544px;
	margin: 0;
	padding: 15px 10px 0;
	background: url(../image/outframe_gray_top.gif) no-repeat top left;
}


/*------------------------------------------------------------------------------

							bodyNavi01

------------------------------------------------------------------------------*/
div#contentBodyNavi dl.bodyNavi01 ul{
	line-height: 1.1;
	padding: 6px 2px 3px 22px;
	border-top: 1px solid #ccc;
	list-style-type: none;
}

div#contentBodyNavi dl.bodyNavi01 ul li{
	width: 147px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: transparent url(../../../shared/image/icon_dot01.gif) no-repeat 2px 0.5em;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a {
	display: inline;
	padding: 0;
	background-image: none;
	color: #0000ff;
	text-decoration: underline;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a:visited {
	color: #9933cc;
	text-decoration: underline;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a:hover{
	background-image: none;
	color: #ff0000;
	text-decoration: none;
}

div#contentBodyNavi dl.bodyNavi01 dd ul li a.activeNavi{
	background-image: none!important;
	color: #ff0000!important;
	text-decoration: none!important;
}



/*------------------------------------------------------------------------------

							ul li ol

------------------------------------------------------------------------------*/

div#innerFrame ul{
	margin-bottom: 0px;
}

div#innerFrame p{
	margin: 0 1em;
}



/* flow 備考用 */
div#innerFrame ul li{
	margin: 0 1em 0 1em;
	font-size: x-small;
	text-indent: -1em;
}

div#innerFrame p.notesStart{
	margin: 5px 1em 0 2em;
	font-size: x-small;
	text-indent: -1em;
}


/*------------------------------------------------------------------------------

						h2	h4 h5

------------------------------------------------------------------------------*/
div#contentBodyMainC2 h2{
	margin-bottom: 15px!important;
}

div#contentBodyMainC2 h4{
	width: 509px;
	margin: 40px 10px 7px;
	padding: 0 0 2px 15px;
	background: transparent url(../image/h4_type1.gif) no-repeat 0em 0.3em;
	border-bottom: 1px solid #009933;
	font-weight: normal;
}


div#contentBodyMainC2 h5{
	margin: 1em 1em 0;


}

/*------------------------------------------------------------------------------

							

------------------------------------------------------------------------------*/

p#Summary,
p.Contents{
	padding: 0 1em;
}



/*------------------------------------------------------------------------------

							table

------------------------------------------------------------------------------*/

div#innerFrame table{
	margin: 0 0 5px 1em;
	margin-right: 0;
	margin-left: 0;
	background-color: #ccc;
}

div#innerFrame table th{
	padding: 3px;
	background-color: #d4e3d9;
	text-align: center;
}

div#innerFrame table th.Division{
	width: 6em;
}

div#innerFrame table td.Notes{
	width: 15em;
}



div#innerFrame table td{
	padding: 3px;
	background-color: #fff;
}

div#innerFrame table em{
	font-style: normal;
}

div#innerFrame table caption{
	margin-top:1em;
	text-align: left;
}




