
#inspection {
margin: 0 auto;
width: 800px;
}

#inspection_l {
float: left;
width: 190px;
}

#inspection_r {
float: right;
width: 610px;
}


#inspection_body {
background: url(../images/top_inspection_back01.gif) repeat-y;
}

#inspection_text {
margin: 0 auto;
width:570px;
padding: 0 15px 15px;
background: url(../images/top_inspection_back02.gif) repeat;
}

#inspection_text p {
margin: 0;
padding: 5px 0;
color: #FFFFFF;
font-size: 15px;
line-height: 1.4;
}

#inspection_text p.pr_text {
font-size: 16px;
font-weight: bold;
}

#inspection_text p strong {
font-weight: normal;
}

#inspection_text p strong.pr_color1 {
color: #FFFFCC;
}

#inspection_text p strong.pr_color2 {
color: #FF9900;
}

#inspection_button {
margin-top: 10px;
float: left;
width: 380px;
height: 40px;
}

#inspection_button a {
width: 380px;
height: 40px;
display: block;
overflow:hidden;
font-size: 1%;
text-indent: -9999em;
background: url(../images/top_inspection_img04.gif) no-repeat;
}

#inspection_button a:link,
#inspection_button a:visited{
background-position:0 0;
}

#inspection_button a:hover{
background-position:0 -40px;
}

#inspection_tojiru {
float: right;
margin-top: 30px;
width: 141px;
}


/* アコーディオン */
.message_head   
{   
cursor: pointer;   
position: relative;   
}   
.message_body   
{   
display: none;
}   
