
/*

		信州大学　経済学部　print.css
		Copyright (C)2006-2008 Shinshu University  All right reserved
		lastupdate 081024

*/



/* ==================================
プリントアウト用CSS
================================== */
/*
基本設定
--------------------------------------- */
body{
font-size: 10pt;
color: #000000;
background-color:white;
background:white;
text-align:left;
background-image: none;
margin: 0;
padding: 0;
}

#Header,
#wrapperMenuR,
#Footer1,
#Footer,
#contents02 .rightArea,
#infoArea,
#infoBox,
#pgTtlBox2,
.returnBox,
.pgtopBbox01,
.printBt,
.font,
.printBtL,
.printBtR
 {
	display: none;
}


#contents01,
#contents02 {
	margin: 0;
	padding: 0;
	background:#FFF;
}

#contents02 .wrapper {
	background-color:#fff;
	margin: 0;
	padding: 0;
	width:560px;}
	
#contents02 .mainArea{
	background:#FFF;
	width: 530px;
	_width: 550px;
	margin: 0;
	padding: 15px 0px 0 15px;
	text-align: left;}
	
	


/* Font */
p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	/* これ以降Mac IE 5のみに適用される \*//*/
    font-size: 13pt;
    /* これ以降Mac IE 5以外にも適用される */ 
}

#LnewsArea .golist img {
	display:inline;}

#TnewsArea .golist img {
	display:inline;}
	
/*-------------------------------------------------
  表組み
-------------------------------------------------*/
/* 表組み01用 */
#chart01 {
	border-right:1px #767676 solid;
	border-top:1px #767676 solid;}

#chart01 .tdbgOr{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbgOrL{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbg1{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbg2{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbgW{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbgWc{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}

#chart01 .tdbgG{
	border-left:1px #767676 solid;
	border-bottom:1px #767676 solid;}
	
#chart03 .lineG03{
	border-bottom:1px #909090 solid;}
