BODY{
  margin: 0;
  background-color: white/*#ffff99*/;  /* 全体の背景色 */
  background-image: url(new_pic/bokashi.jpg);
  background-repeat : repeat-x;
  alink:"red";
  link:"#003d19";
  vlink="#588551";
  font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: small;
}

#wrapper {
	margin-top: 10px;
	margin-left: 100px;
	width: 640px; 
}

#header {
	width: 100%;
	margin-bottom: 1em;
}

#header p {
	text-align: right;
	font-size: x-small;
	color: #3f6c38;
	padding: 0;
	margin: .5em;
}

#header table {
	width: 100%;
	background-color: #3f6c38;
}

#header td {
	text-align: center;
	background-color: #fff7b5;
	font-size: small;
	font-color: #fff7b5;
	border-style: 1px solid #999999;
}

#contents {
	width: 100%;
}

#contents img.left {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left:  0;
	margin-bottom: 1em;
	margin-right: 1em; 
}

#contents img.right {
	float: right;
	margin-top: 0;
	margin-left:  1em;
	margin-bottom: 1em;
	margin-right: 0; 
}

#contents p.clear {
	clear: both;
}

td{		/*本文用*/
  font-size:10pt;	
  color: #000066; /* 文字の色 */
  vertical-align: top;
}

#contents p{
	font-size: small;
	line-height: 1.5em;
}

H1 {
  font-size: medium;	
  color: #ffffff; /* 文字の色 */
  background-color : #982e14; /* 背景の色 */
  border-style: double; /* 枠の種類 */
  border-color: #0000ff; /* 枠の色 */
  border-width: 4px; /* 枠の幅 */
  line-height: 120%; /* 行の高さ */
  text-align: center; /* テキストの配置 */
}

H2 {
  font-size: medium;	
  color: #ffffff; /* 文字の色 */
  background-color : #982e14; /* 背景の色 */
  border-style: none; /* 枠の種類 */
  line-height: 120%; /* 行の高さ */
  text-align: left; /* テキストの配置 */
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
}

#footer p {
	font-size: x-small;
	color: #6c9f15;
}

#footer img {
	margin: auto auto;
}

P.small{	/*右寄せの小さい説明文用*/
	text-align: right;
	font-size: 8pt;
	color: #3f6c38;
}
P.copyright{	/*ページ末のコピーライト用*/
	text-align: center;
	font-size: x-small;
	color: "#6c9f15";
}
P.main{		/*本文用*/
	margin-top: 10px;            /* 上の余白 */
	margin-bottom: 10px;            /* 上の余白 */
	font-size: 10pt;
	float:left;
	width: 100%;
}

td{		/*本文用*/
  font-size:10pt;	
  color: #000066; /* 文字の色 */
  vertical-align: top;
}

IMG{
  	margin-left: auto;           /* 左の余白 */
  	margin-right: auto;          /* 右の余白 */
}
A.menu:link {
	color: #003d19;
	text-decoration: none     /* 下線を消す */
 }   /* リンク */
A.menu:visited {                 /* 既に見たリンク */
  color: #588551;
  text-decoration: none     /* 下線を消す */
}
A.menu:active { color: #00ff00 } /* クリック時のリンク */
A.menu:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  background-color: "greenyellow"; /* 背景の色 */
}

ul {
 list-style-image : URL(new_pic/whatslist.jpg);
line-height :2em;
/*font-size:12pt*/
}

table.ryokin{
	background-color:beige;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black; 
	border-collapse: collapse;
	border-spacing: 1em;
}

td.ryokin{		/*本文用*/
  color: #000066; /* 文字の色 */
  text-align: center;
  vertical-align: middle;
  border:1px solid #999999; 
  vertical-align: middle;
  font-size: big;		
}

h5{
  background-image: url("pic_kitsuke/hert.gif"); /* 画像の指定 */
  background-repeat: no-repeat; /* 画像の並び */
  padding-left: 89px; /* 余白 */
  height: 21px;
}

P.main{		/*本文用*/
	background-color: cornsilk;
	margin-left:auto;
	margin-right:auto;
	padding:1em;
	font-size: 10pt;
	width: 100%;
}
