/* ページのレイアウト用CSS */
body {
	background-image: url(title01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.main {
	width: 580px;
	position: absolute;
	left: 210px;
}
.side {
	width: 135px;
	padding:10px;
	position:absolute;
	left:0px;
	top: 0px;
	background-image: url(ami.gif);
	border-right:dotted 1px #CCCCCC;
}
.box1{
　　　width: 150px;
　　　float: left;
}
.box2{
　　　width: 430px;
　　　float: left;
}
.kaijyo{
      clear:left;
}
h1 {
	width:650px;
	height:250px;
}
h1 a{
	color:#333333;
}
h3 {
	background-image:url(ami.gif);
}
