@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
*{
  padding: 0;
  margin: 0;
}

/*---------------------------------------リンク指定*/

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #9900ff;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}
/*---------------------------------------レイアウトに関する指定*/

  body {
  font-size:16px;
  font-family: Arial, cursive, osaka, sans-serif; 
  background-image: url(http://www.hiyu.co.jp/img/bgcolor.gif); 
  background-repeat: repeat;
}

#menu {
	float: left;
	width: 200px;
	padding-top: 20px;
	margin-left: 30px;
}

ul { 
     list-style-image: url(img/limark.gif) }

li{
font-size:14px;
margin:5px 0;
padding:0 0 0 20px;
background:url("http://www.hiyu.co.jp/img/limark.gif") no-repeat;
} 



.notice {
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	border: 1px dotted #CCCCCC;
        width: 200px;
        margin-left:40px;
}

.imgbox {
	margin-bottom: 1em;
	margin-left: 40px;
}

h1 { font-size: x-large }
h2 { font-size: large }
h3 { font-size: medium }
h4,h5,h6 { font-size: medium }
strong { font-size: 16px }
li { font-size: .9em  }
th,dt { font-size: 110% }


table,td,tr,div {
    font-size:16px;
    font-family: Arial, cursive, osaka, sans-serif;
}
 #footer { padding-bottom: 0.5em; 
           text-align:center;
          font-family: Arial, cursive, osaka, sans-serif; 
}
