﻿/*ページのレイアウト用CSS*/
body {
	text-align:center;
	background-color: #cccccc;

}
#contents {
	text-align:left;
	width: 800px;
	margin:auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	position:relative;
	height: 450px;
	background-image: url(rogo.jpg);
	background-repeat: no-repeat;
}

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-left: 470px;
	padding-top:160px;
	}
#update {
	padding-left: 470px;
}

p	{
	padding-left: 470px;
	padding-right: 10px;
	padding-top: 2em;
}
