@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Print CSS
	URL: http://jashizuoka-keizairen.net/
	Date: 2008-05-10
	Copyright (C) 2008 JA Shizuoka Keizairen All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
div#subContent,
div#footer,
div#mainContent p.toTop,
#fontresize,
#txtNavBox,
#header,
body#home #mainContent #news h2 a img{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
div#wrapper,
div#wrapperIn,
div#mainContent,
div#footer{
	background-image:none;
	background-color:#fff;
	}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	page-break-before:auto;
	}

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}

div#header{
	position:relative;
	height:100px;
}
div#mainContent{
	float:none !important;
	width:601px !important;
	margin:0 !important;
	padding:0 !important;
	}

div#mainContent ul{
	list-style-type:square;
	list-style-position:inside;
	}
div#mainContent ul li{
	padding-left:0;
	background:none;
	}

div#mainContent table,
div#mainContent table th,
div#mainContent table td{
	border:1px solid #333;
	width:601px;
	}
#mainContent .section img{
	vertical-align:top;
}
	
	/* body#home　ホーム
----------------------------------------------------*/
body#home #mainContent #news{
	position:relative;
	height:320px;
}
body#home #mainContent #news #event{
	position:absolute;
	top:30px;
	left:0;
	border:none;
}
body#home #mainContent #news #info{
	position:absolute;
	top:30px;
	left:320px;
	border:none;
}
body#home #mainContent div#event p{
	float:right;
	width:180px;
	margin-top:5px;
	font-size:90%;
}
	/*  扉共通
----------------------------------------------------*/

#mainContent #flapper ul{
	width:630px;
	page-break-after: always;
}
#mainContent #flapper ul li{
	float:left;
	width:139px;
	padding:0;
	margin:0 5px 0 0 !important;
	font-size:90%;
}
/* oveList　事業部窓口一覧
----------------------------------------------------*/
body#oveList #mainContent .section h3 img{
	display:none;
}

/* body#publication : 刊行物
----------------------------------------------------*/
body#publication div#mainContent .section h2{
page-break-after:avoid;
}
body#publication div#mainContent .section .pubList:after{
	display:none !important;
} 
body#publication div#mainContent .section .pubList li{
	float:none;
	display:inline !important;
}
body#publication div#mainContent .section .pubList li img{
	display:inline !important;
}
body#publication div#mainContent .section h3.backN{
	margin-top:300px;
} 
