@media print{

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12.5pt;
    line-height: 1.2;
}

head+body {
    max-width: 100%;
    min-width: 75%;
    margin: 0 auto;
}

*html body {
	zoom: 85%; /*WinIE only */
	font-size: 13pt;
}

*html body#top {
	zoom: 80%; /*WinIE only */
	font-size: 13pt;
}

a:link,
a:visited {
	text-decoration: underline;
}

img {
	border: 0;
}

#container #wrapper #headerline {
	margin: 0;
	padding: 0;
}


#container #wrapper #header #other {
	display: list-item;
    list-style-image: url(../printimage/header_bg01.gif);
    list-style-position: inside;     
}

#container #wrapper #header p,
#container #wrapper #header #other ul {
  	display: none;
	background: none;
}

html>/**/body #container #footerline{
	clear: both;
	display: list-item;
	list-style-image: url(../printimage/spaser.gif);
    list-style-position: inside;
}

#container div#content div#main dl.news01 dd {

	border-bottom: 1px dotted #ccc;
	background: none;

}

#container div#content div#main dl.news02 dd {
	border-bottom: 1px dotted #ccc;
	background: none;

}



/* トップページ用  */ 

#top #container #wrapper #header #other {
    list-style-image: url(../printimage/top_header_bg01.jpg);    
}


/* キービジュアル */
#top #container #visual {
	background: none;
}

/* キービジュアル */
#top #container #visual {
	background: none;
}


/* キービジュアル */
#top #container #visual {
	background: none;
}


#container #footerline {
	width: 100%;
	margin-top: 20px;
	background:url(../images/footer_bg01.gif) repeat-x bottom;
}








}
