@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/h3_bg.gif) no-repeat left top;	
	width:630px;
	height:30px;
	_height:35px;
	margin:10px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	text-indent:10px;
	
}
h4{
	background: url(../images/blog_hp/h4_bg.gif) no-repeat left top;	
	width:630px;
	height:30px;
	_height:40px;
	margin:0px auto 20px auto;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
	text-indent:10px;
}

/* サイトナビ */
	div#sideLeft #site_navi{
		position:relative;
		top:0px;
		left:0px;
		width:691px;
		height:39px;	
		background: url(../images/site_navi_bg.jpg) no-repeat left top;			
		overflow:hidden;
}




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

/* 導入事例BLOCK */
div.block2 {
	width:630px;
	margin:0px auto 60px auto;
	text-align:left;
}
div.block2 p{
	padding-bottom:10px;
}
div.block2 div.exp{
	width:201px;
	margin:0px 13px 0px 0px;
	float:left;
}
div.block2 div.exp#ed{
	width:201px;
	margin:0px;
	float:right;
}

div.block2 p.alt{
	text-align:center;
}



