body{
		max-width: auto;
		height: auto;
		background-image:url(../img/b21.png);
		font-size:20px;
	}

#wrapper{
		max-width:900px;
		max-height:auto;
		margin:0px auto;
		padding:auto;
		}

#title{
		font-family:"HG行書体","HGP行書体",cursive;
}

#title img{
		width:60%;
		height:100px;
		padding:10px;
}

			
#about{
		height:auto;
		width:auto;
		font-size: 20px;
		padding: 10px;
		background-color:#FFFFF;
		border:5px #000000 solid;
		border-radius:10px;
		background:#ffffff;
		padding:10px;
		margin:10px;
		}

img{
	width:20%;
	vertical-align: text-bottom;
	padding:20px;
	hspace:50px;
}

#copyrigth{
			text-align:center;
			padding:10px;
			margin:10px;
			}
/*リンク関連の設定*/
a{text-decoration: none;}
a:link {color:#000;} /*未訪問のリンクの色*/
a:visited {color:#000;} /*訪問済みのリンクの色*/
a:hover{color:#FFF;}/*カーソルを合わせた際に色が変わる*/
