/*** 中見出し ***/

div.guide{
	 margin:30px 0px 20px 0px;
	 padding:0px 0px 3px 10px;
	 font-size:1em;
	 color:#333333;
	 border-bottom:1px dotted #999999;
	 border-left:3px solid #000099;
	 font-weight:bold;
}

/*** STEP1 ***/

p.step1{
	padding:20px 0px 10px 80px;
	font-weight:bold;
	background:url(../guide/img/step1.gif) no-repeat left center;
}

/*** STEP2 ***/

p.step2{
	padding:20px 0px 10px 80px;
	font-weight:bold;
	background:url(../guide/img/step2.gif) no-repeat left center;
}

/*** STEP3 ***/

p.step3{
	padding:20px 0px 10px 80px;
	font-weight:bold;
	background:url(../guide/img/step3.gif) no-repeat left center;
}

/*** STEP4 ***/

p.step4{
	padding:20px 0px 10px 80px;
	font-weight:bold;
	background:url(../guide/img/step4.gif) no-repeat left center;
}

/*** 小見出し ***/

p.s_title{
	padding:10px 0px 5px 30px;
	font-weight:bold;
	background:url(../guide/img/guide_mark.gif) no-repeat left center;
	border-bottom:1px dotted #cccccc;
}

/*** 角丸ボックス ***/

.corner_box{
	width:400px;
	background:#E7F2F8 url("../guide/img/btm.gif") no-repeat bottom;
	margin:20px auto;
}

.corner_box div{
	background: url(../guide/img/top.gif) no-repeat;
	padding:10px;
	text-align:center;
	line-height:1.4em;
	font-weight:bold;
	color:#666666;
}

/*** サムネイルの枠線 ***/

.thumbnail{
	border:1px solid #0066ff;
}

/*** vertical-align ***/

.top{
	vertical-align:top;
}
