@charset "UTF-8";

/*
**********************************************************************

* guidance.css

* site name   : http://www.fri-e.com/
* description : Guidance Page Style
* since       : 2007-10-28
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/
/* Guidance
--------------------------------------------------------------------*/
div#guidance h2{
background:url("../guidance/img/ttl_guidance.gif") 0 0 no-repeat;
width:539px;
height:30px;
text-indent:-9999px;
margin-bottom:20px;
}
div#guidance h3.lead{
background:url("../guidance/img/txt_guidance.gif") 10px 0 no-repeat;
width:539px;
height:30px;
text-indent:-9999px;
}
div#guidance p{
margin:0 10px 20px 10px;
}
div#guidance p.example{
margin:10px;
padding:10px;
border:1px solid #BBBBBB;
background:#F0F0F0;
color:#000000;
}
div#guidance p.example strong{
color:#FF3300;
}
div#guidance p.btn_request{
background:url("../img/btn_request_data.gif") 0 0 no-repeat;
width:375px;
height:45px;
margin:20px auto 40px;
text-indent:-9999px;
}
div#guidance p.btn_request a{
width:100%;
height:100%;
display:block;
overflow:hidden;
}
