/*トップページ用レイアウトスタイルシート*/
body {
	font-family:"MS Pゴシック","ヒラノギ角ゴ","Osaka",sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#contents {
	position: absolute;
	top:205px;
	left:180px;
	text-align:left;
	width: 440px;
	hight: 600px;
	margin:0px;
	padding: 0px;
	/*border: solid #FFFF00;*/			/***ガイド用の黄色線***/
}

/*
h1{
	width:440px;
	color: #000000;
	letter-spacing: 11px;
	}




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;
}
*/