@charset "UTF-8";

/* ================================================================ *
	アルコ清洲	印刷用 CSS　(カスタム用CSS)
	
	この CSS では印刷用ページにのみ反映されるデザイン設定を行っています。
 * ================================================================ */


/* ---------------------------------------------------------------- *
	ブラウザの初期化設定
 * ---------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,table,img,div{ 	margin: 0;	padding: 0; }
img{border:0;}
h1,h2,h3,h4,h5,h6,p,address{
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

/* ---------------------------------------------------------------- *
	フォント設定
 * ---------------------------------------------------------------- */
body {
  color: #333333;
  background-color:#FFFFFF;
  font-size:85%;
  text-align:center;
  margin:0px auto;
}
	
#container{
  width:585px;
  text-align:left;
}

table{
	border-bottom: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: none;
	border-top: none;
	margin: 10px 0px 10px 10px;
	line-height: 1.2em;
	width:98%;
}
table th{
	padding: 3px 3px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	background-color:#EBEBEB;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
table td{
	padding: 3px 3px;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #333333;
	border-top: solid 1px #333333;
	background-color:#FDFDFD;
}
.img-box{
    text-align:center;
}


