/* ボディに関するCSS */

/* リンクに関するCSS */

/* ページ構造に関するCSS */
#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	clear: left;
	font-size: 15px;
	text-align: right;
	margin-top: 15px;
	border-top: solid 1px #000;
}
/* ヘッダーに関するCSS */
h2{
	margin: 0px;
	padding: 0px;
}

/* ナビゲーションに関するCSS */


/* テキストに関するCSS */
p{
	text-align: justify;
}
h3{
	text-align: center;
	color: blue;
	font-family: arial;
	border: 1px solid black;
	background: lightgrey;
}
