/*ajaxのための記述*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/*ajaxのための記述*/
#mainAreaPadder {
    margin: 0 auto;
    padding: 16px 0 0;
    width: 770px;
}

#mainAreaPadder * {
    box-sizing: content-box;
}

#mainAreaPadder:after {
    content: '';
    display: block;
    clear: both;
}

*{
margin:0;
padding:0;
}

#wrapperPilotLibrary{
width:772px;
margin:0 auto;
text-align:left;
background:#fff url(../../007/i/wrapperPilotLibrary_bg.gif) repeat-y left;
}

#pilotLibrary {
font-size:13px;
line-height:1.5em;
background-color:#FFF;
width:740px;
}

#pilotLibrary h2{
font-size:100%;
}



/*	コンテンツ
------------------------------*/
#pilotLibrary #contentsWrap{
width:735px;
overflow:hidden;
}
#pilotLibrary .contentsBox{
width:735px;
overflow:hidden;
margin:0 auto;
}





/*メインコンテンツ--------------*/

div#main{
text-align:center;
}


/*	次ページのリンク
------------------------------*/
#pilotLibrary #nextLink{
height:20px;
font-size:11px;
float:right;
margin-top:68px; margin-bottom:15px;
display:table-cell;
padding-left:25px; padding-right:15px;
color:#000;
background-image:url(../i/linkHead.gif); background-repeat:no-repeat; background-position:top left;
}

div.topgo{
width:735px;
margin:40px 0 25px 0;
}