/* guidance.css */
/* ヘッダー */
div#guidance {

}

div#guidance h2 {
	background: url("/img/aboutus_guide_rogo.png") no-repeat left top;
	height: 46px;
	width: 568px;
	text-indent: -9999px;
	margin: 10px auto 0 auto;
}

div#guidance dl{
	margin: 20px auto 0 auto;
}

div#guidance dl#attention {
	background: url("/img/aboutus_attention.gif") no-repeat left top;
	height: 100px;
	width: 700px;
	margin-top: 20px;
}

div#guidance dl#back-up {
	background: url("/img/aboutus_backup.png") no-repeat left top;
	height: 92px;
	width: 605px;
}

div#guidance dl#explanation{
	background: url("/img/aboutus_contents.png") no-repeat left top;
	height: 92px;
	width: 620px;
}

div#guidance dl#list{
	background: url("/img/aboutus_contents_menu.png") no-repeat left top;
	height: 338px;
	width: 706px;
}

div#guidance dl#seo {
	background: url("/img/aboutus_seo.gif") no-repeat left top;
	height: 332px;
	width: 700px;
}

div#guidance dl#mobile {
	background: url("/img/aboutus_mobile.gif") no-repeat left top;
	height: 200px;
	width: 700px;
}

div#guidance dt,dd {
	visibility: hidden;
}

div#guidance p {
	margin-top: 20px;
	text-align: center;
}

/* ボタン */ 
div#guidance p#btn {
	width: 362px;
	height: 92px;
	margin: 20px auto 0 auto;
	background: url("/img/aboutus_btn.png") no-repeat left -92px;
}


div#guidance p#btn a {
	text-indent: -9999px;
	display: block;
	width: 362px;
	height: 92px;
	background: url("/img/aboutus_btn.png") no-repeat left top;
}


div#guidance p#btn a:hover { 
	background-image: none;
}

