@charset "utf-8";

/* 全体構造
----------------------------------------------------------------- */
body {
margin: 0;
padding: 0;
background: none;
}
#wrapper {
width: 100%;
background: none;
}
#pagebody_bg {
margin: 0 auto 0 auto;
width: 100%;
}
#pagebody {
float: left;
width: 100%;
background: #fff;
}


/* ヘッダー
----------------------------------------------------------------- */
#header_bg {
background: url(../images/bg_print_header_bg.gif) repeat-x top left;
}
#header {
width: 100%;
background: none;
}
#header_navigation,
#header_search,
#topic_path div div {
display: none;
}
#topic_path {
width: 100%;
}
#topic_path div {
margin: 12px 0 0 0;
color: #fff;
background: url(../images/bg_footer_bg.gif) repeat #000066;
overflow: hidden;
}


/* ナビゲーション
----------------------------------------------------------------- */
#side {
display: none;
}



/* コンテンツ
----------------------------------------------------------------- */
#main {
float: left;
}
#contents {
width: 95%;
margin: 8px 11px 10px 0;
}

#contents div.span_r{
float:left;
}


/* フッター
----------------------------------------------------------------- */
#footer_bg {
background: url(../images/bg_print_footer.gif) repeat-x top left;
}

#footer {
width: 100%;
height:60px;
margin: 0 auto 0 auto;
background:url(../images/logo_print_footer.gif) no-repeat 95% 14px;
}
#footer ul {
visibility: hidden;
}
#footer ul#footer_global {
display: none;

}
#footer img {
display:none;
}
