@charset "euc-jp";

/*=========================================================
	index
		1. h2
		2. h3
		3. prebiz  box
=========================================================*/



/* 1. h1
=========================================================*/
.naitei #content h1{
	margin:0 0 1em;
}

/* 1. h2
=========================================================*/
.naitei #content h2{
	margin:0 auto;
	padding:0;
	background:none;
}

/* 1. h3
=========================================================*/
.naitei #content h3{
	margin:0 0 1em;
	font-weight:bold;
}

.naitei #content h4{
	margin:0 0 1em;
	font-weight:bold;
	color:#0379EE;
}



/* 3. sakamoto  box
=========================================================*/
.naitei #content .boxVoice{
	margin:0 0 1em;
	padding-bottom:13px;
	background:#018342 url(../images/for_bg_boxVoice.gif) no-repeat center bottom;
	text-align:center;
}
.naitei #content .boxStep h2{
	margin:1em auto 0;
}


.naitei #content .boxItem,
.naitei #content .boxItem_content{
	width:610px;
	margin:0 auto 10px;
	background-color:#FFF;
	background:url(../images/for_bg_boxItem.jpg) no-repeat center top;
		background-size:610px auto;
}


.naitei #content .boxItemArea{
	padding:17px 15px;
	background:url(../images/for_bg_boxItemArea.gif) no-repeat center bottom;
	text-align:left;
	background-size:610px 13px;
	margin-bottom:-2px;
	
}


.naitei #content .boxPre p{
	margin:0;
}

#content #navPage{
	margin:20px auto 0;
}

#content #navPage p{
	margin:0;
}
#content #navPage .prev a{
	display:block;
	float:left;
	width:40%;
	padding-left:19px;
	background:transparent url(/common/images/for_ico_navPrev.gif) no-repeat left .3em;
	top:0;
	left:0;
}
#content #navPage .next a{
	display:block;
	float:right;
	width:40%;
	text-align:right;
	padding-right:19px;
	background:transparent url(/common/images/for_ico_navNext.gif) no-repeat right .3em;
	top:0;
	right:0;
}


/* 4. list
=========================================================*/
#content dl.list-news{
	font-size:95%;
	margin:0 auto 1.5em;
}
#content .list-news dt{
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-weight:normal;
}

#content .list-news dd{
	margin:.6em 0;
	padding:0 0 .6em 6.5em;
	border-bottom:1px dotted #CCC;
	background:url(../images/for_ico_next.gif) no-repeat 5.3em .5em;
}

/* link
---------------------------------------------------------*/
#content dl.list-news a{
	color:#333;
	text-decoration:none;
}
#content dl.list-news a:visited{
	color:#333;
}
#content dl.list-news a:hover,
#content dl.list-news a:active{
	text-decoration:underline;
}


#content .boxItem_content p{
	text-indent:1em;
}