﻿@charset "utf-8";

/*****************************************************************
 dinf.css : 障害保健福祉研究情報システム（http://www.dinf.ne.jp/) 
            基本CSS
******************************************************************/

/* 共通のスタイル（既定値） */
@import"common.css";

/* パーツごとのスタイル */
@import"header.css";
@import"contents.css";
@import"left.css";
@import"right_menu.css";
@import"footer.css";

/* ページの枠組み */
@import"base.css";

/* プリント設定 */
@media print{
body #container {width:100%;}
body #contents {width:100%;}
body #left {width:100%;}

body #header_down {display:none;}

body #line_left{background:none;}
body #line_right{background:none;}
body {
background-color:#ffffff;
font-size:93%;
line-height:1.5;
}
body #main
{
text-align:justify;
width:100%;
margin:0;

}

#header {background:#ffffff;}
#header div.navi{display:none;}
#header #search{display:none;}
#header #base_header{display:none;}
#header #title strong{display:none;}
#right_menu , #right_menu_rnl{display:none;}
#footer div.navi{display:none;}

.voice{display:none;}
}
.jsrpd {
	text-align: center;
}