@charset 'Shift_JIS';

@import './base.css';

/*** ご利用方法 ***/
div#Right h1{
	margin-bottom:12px;
}
div#Right h2{
	margin-bottom:6px;
	font-weight:normal;
	font-size:small;
}

div.bb{
	border-bottom:#333 dotted 1px;
	padding-bottom:24px;
}

div#Right div.box{
	padding-left:144px;
}
div#Right div.box h3{
	height:33px;/* 57px */
	padding-top:24px;
	margin-bottom:18px;
	font-size:medium;
	font-weight:normal;
}
div#Right div.box p{
	margin-bottom:12px;
}

div#Right div.howto-1{
	background:url(../img/how_step1.gif) no-repeat left top;
	height:293px;
}
div#Right div.howto-2{
	background:url(../img/how_step2.gif) no-repeat left top;
	height:253px;
}
div#Right div.howto-3{
	background:url(../img/how_step3.gif) no-repeat left top;
	height:236px;
}
div#Right div.howto-4{
	background:url(../img/how_step4.gif) no-repeat left top;
}

div#Right div.banner-box{
  zoom:1;
}
div#Right div.banner-box:after{
  content:"";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
div#Right div.banner-box.bb{
	padding-bottom:12px;
}
div#Right div.banner-box p{
	float:right;
	width:500px;
}

