@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
    トップページ
------------------------------------------------------------*/
#conts {
    width: 920px;
    margin-bottom: 50px;
}

#conts p {
    padding: 0 0 20px 0;
}

#conts .box {
    margin: 50px 50px 0;
}

#conts .box .photo {
    width: 250px;
    margin: 0 0 20px 0px;
    
    text-align: center;
    line-height: 30px;
}

#conts .box .photo img {
    margin: 0 50px;
}

#conts .box li {
    padding-bottom: 20px;
}

#conts .rightText {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: right;
}

#conts .bottomMenu {
    width: 820px;
    margin: 0 50px 20px;
    padding: 10px 0 10px;

    background:#081C41;
}

#conts .bottomMenu ul {
    width: 740px;
    margin: 0 0 0 80px;
    overflow: hidden;
}

#conts .bottomMenu ul li {
    margin: 0 45px 0 0;
    padding: 0 0 0 13px;
    
    background: url(../img/greenting/ul-style.jpg) no-repeat left 3px;
    float: left;
}

#conts .bottomMenu ul li a {
    color:#fff;
    
    text-decoration: none;
}

h2.main {
    width: 920px;
    height: 97px;
    background: url(../img/greenting/h2_img01.jpg);
    text-indent: -9999px;
}
h2.inspectionpder {
    width: 920px;
    height: 97px;
    background: url(../img/request/h2_inspection_oder.gif);
    text-indent: -9999px;
}
h2.lectureoder {
    width: 920px;
    height: 97px;
    background: url(../img/request/h2_lecture_oder.gif);
    text-indent: -9999px;
}
/*------------------------------------------------------------
    事務所見学会のご案内
------------------------------------------------------------*/

#conts table {
    width: 820px;
	border: 1px solid #ffffff;
	_border: 0px solid #ffffff;
    margin-bottom: 40px;
    text-align: center;
    margin: 0 50px 30px;

}

#conts table tr th {
    background: #f2f3f5;
    border: 1px solid #ccc;
    
    font-weight: normal;    
    text-align: center;
}

#conts table tr td {
    padding: 15px;
    border: 1px solid #ccc;
    
    font-weight: normal;    
}

#conts table tr td.no {
    text-align: center;
}

#conts table tr td.title {
    width: 150px;
    text-align: left;
}

#conts table tr td.content {
    text-align: left;
}

