@charset "Shift_JIS";

/********************************/
/* 導入フロー                   */
/********************************/
h2{
	background: url(../images/inner_h2_bg_alsent.jpg) no-repeat left top;	
	width:658px;
	height:30px;
	_height:43px;
	margin:10px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:13px;
	text-indent:30px;
	
}

h3{
	background: url(../images/function/h3_bg.gif) no-repeat left top;	
	width:630px;
	height:27px;
	margin:10px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:0px;
	text-indent:20px;
	
}
	
/* サイトナビ */
	div#sideLeft #site_navi{
		position:relative;
		top:0px;
		left:0px;
		width:691px;
		height:39px;	
		background: url(../images/example_flow/site_navi_bg.jpg) no-repeat left top;			
		overflow:hidden;
}




/*-- 本文 -----------*/
div.block {
	width:600px;
	margin:0px auto 0px auto;
	text-align:left;
}
div.block p{
	padding-bottom:10px;
}

div.block_left { float:left; width:450px; }

div.block_right { float:right; width:160px; text-align:center; }

/* 表 */
table.func_list {
	border-collapse:collapse;
}
table.func_list td{
	padding:3px 5px 3px 5px;
	vertical-align:top;
}

table.func_list th{
	border:1px solid #999;
	padding:2px 5px 2px 5px;
	background-color: #C6d3FF;
	text-align:center;
	font-size:80%;
}


/*-- 本文中リスト -----------*/
.block ul {
 list-style-type: disc;
}

.block li {
 margin-left:15px;
 font-size:110%;
}



