@charset "UTF-8";
/* CSS Document */

/*印刷用*/

#header {
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0px;
	background-image: url(/img/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:70px;
  display: list-item;
  list-style-image: url(/img/header.gif);
  list-style-position: inside;
  letter-spacing: -1000em;
  font-size: 1pt;
}
a img {
	border: none;
}

li {list-style:none;}
ul {list-style:none;}

h1 {font-size:18px;}
h2 {font-size:16px;}
