﻿/*ページのレイアウト用CSS*/
body {
	text-align:center;
	/*background-image:url(top_bg.gif);*/
	/*background-repeat: repeat;*/
	/*background-position:center center;*/
	/*background-color: #FFFBEF;*/
}
#contents {
	text-align:left;
	width: 600px;
	margin: auto;
	margin-top: 10px;
}
h1{
	color: #D93E02;
	letter-spacing: 10px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	width:120px;
	float:left;
	text-align: center;
	font-size:18px;
	border-left: none;
	padding-left: 0px;
}
h2 a {
	color: #663300;
	font-weight: normal;
}
h3 {
	color: #663300;
	background: url(none);
	border-style: none;
	margin:0px;
}
ul {
	margin-top: 0px;
	font-size: 90%;
	line-height: 180%;
	list-style-image: url(blt.gif);
}
li a{
	border-bottom: 2px dotted #D93E02;
}
address {
	border-top:none;
	padding-top:0px;
	}
#update {
	margin: 10px 80px;
	/*background-image: url(ami.gif);*/
	padding:10px;
	border: 1px dotted #666666;
}
