@charset "utf-8";
/* CSS Document */
body{
	
	text-align:center;
}
#contents {
	text-align:left;
	width:650px;
	margin:auto;
	margin-top: 30px;
	
}
#update {
	margin-left:10px;
	padding:10px;
	border:1px dotted #666666;
	background-color: #fffbef;
	margin: 10px 50px;
}
	
h1{
	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-weight:normal;
	letter-spacing: 10px;
	margin: 0px;
	text-align:center;
}
h2{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	width:120px;
	float:left;
	text-align: center;
	font-size:18px;
	padding-left: 0px;
}
h2 a{
	color:#663300;
	font-weight: normal;
}



h3{
	color: #663300;
	font-size: 100%;
	margin:0px;
	clear:both;
}

ul {
	margin-top: 0px;
	font-size: 90%;
	line-height: 180%;
	list-style-image: url(img/blt.gif);
}
ul a{
	border-bottom: 2px dotted #d93e02;
}
p{
	font-size:85%;
	line-height:150%;
	color:#999;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F90;
}


a img {
	border-style: none;
}
h1 a {
	color: #336600;
	font-weight: normal;
}

address{
		font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 80%;
		font-style: normal;
		text-align:center;
		line-height:150%;
	
		padding-top: 10px;
		margin-top: 15px;
		clear:both;

}
