@charset "utf-8";
/*
----------------------------
CSS Information
 File name:      print.css
 Author:         miura, kan.corp
 last modified   2008/09/18
 Style Info:     printer-friendly version
----------------------------*/

* {
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    vertical-align: 0;
	font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    /*background-image: none;*/
    font-size: 100%;
    line-height: 1.4;
}
head+body {
	top:0 !important;
	left:0 !important;
	width:172mm !important;
	height:251mm !important;
	max-width: 100%;
    min-width: 70%;
}

/*div#container,
div#top-main,
div#second-main {
	width: auto;
}*/



a {
	text-decoration: underline;
	color: #000000;
}



p#site-description img,
h2.top img{
	_width: 90%;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

ul#global-navi,
ul#txt-navi,
p.go-top,
div#footer {
	display: none;
}

dl.dl01 dt {
	float:none;
	border: none;
	width: auto;
}
dl.dl01 dd{
	margin-left: 0;
	margin-bottom: 0.8em;
	border: none;
}
