@charset UTF-8;

/* ******************************************

    [ index ]

    01. title image(h2)
    02. side menu
    03. access全般
    
****************************************** */

/* ******************************************
    01. title image(h2)
****************************************** */
#access-contents-box {
width: 900px;
color: #231d1d;
margin: 0 16px;
}

#access-contents-box h2 {
width: 900px;
height: 160px;
background: transparent url("../access/img/title_access.jpg") top left no-repeat;
}



/* ******************************************
    02. access全般
****************************************** */
#access-box {
width: 860px;
margin: 20px;
}

/* 左右振り分け */
#access-left {
float: left;
width: 418px;
}

#access-right {
float: right;
width: 418px;
}

#access-right h4 {
width: 418px;
height: 29px;
background: transparent url("../access/img/access_chap01.gif") top left no-repeat;
margin-bottom: 12px;
text-indent: -9999px;
}

#access-right p.caution {
margin: 10px 0 4px;
padding: 10px 0;
border-top: 1px dashed #b5b5b5;
}

#access-right em {
font-weight: bold;
font-style: normal;
}

#access-right p.space {
margin-top: 4px;
}

#access-right p span {
color: #bfb996;
}

