@charset "utf-8";

/* All Page : Start */
.for_print {
  display: block;
}
.no_print {
  display: none;
  height: 0;
}
div#print-list {
  display: none;
  height: 0;
}
/* All Page : End */

/* Header : Start */
header,
nav#topnav /* Top navigation(s) */
{
  display: none;
  height: 0;
}

img#print_header-logo {
  display: block;
  margin: 4px 0;
  width:  394px;
  height: 100px;
}
/* Header : End */

/* Footer : Start */
div.wp-pagenavi {
  margin-bottom: 2em;
}

div#tag_cloud {
  display: none;
  height: 0;
}

div#copyright {
  border-top: #055BA7 3px solid;
  padding-top: 1.4em;
}
/* Footer : End */

/* Top Page : Start */

/* Top image */
img#top-main-image 
{
  display: none;
  height: 0;
}

img#print_top-main-image {
  display: block;
  width:  780px;
  height: 230px;
}

/* Tabs */

div.panes > div.pane {
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 40px;
  border-top: 2px solid #83aed4;
  font-size:14px;
  background-color:#fff;
  padding-top: 2em;
  padding-left: 0;
}

ul.tabs {
  display: none;
  width: 0;
  height: 0;
}

img#print_tab {
  margin-top: 24px;
  display: block;
  width: 460px;
  height: 30px;
  border: 0;
}

/* Side image */
ul#side-menu li#side-menu-title-search h3,
ul#side-menu li#side-menu-title-study h3,
ul#side-menu li#side-menu-title-project h3
{
  display: none;
  width: 0;
  height: 0;
}

ul#side-menu li img#print_top-side-search {
}

ul#side-menu li img#print_top-side-search,
ul#side-menu li img#print_top-side-study,
ul#side-menu li img#print_top-side-project
{
  display: block;
  width:  260px;
  height:  50px;
  margin-top: 16pt;
}
/* Top Page : End */

/* List Page : Start */
div.title a.info-category,
div.title-list a.info-category {
  display: none;
  background: none;
}
div.title-list h2 img.meta-icon_for_print {
  display: inline;
  width:  24px;
  height: 24px;
  margin-right: 0.5em;
}
/* List Page : End */


/* Single Page : Start */
article {
  padding: 0;
  padding-left:  2pt;
  padding-right: 2pt;
}


div#related {
  background-color: #fff;
}
div#related div#related-title {
  color: #000;
  background-color: #fff;
}
div#related ul li {
  color: #000;
}
div#related ul li a:link,
div#related ul li a:visited,
div#related ul li a:hover,
div#related ul li a:active {
  color: #000;
  text-decoration: underline;
}

/* Single Page : End */
