@charset "utf-8";
/* CSS Document */

* { 
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

body {
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF9571;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #66F;
	margin-left: 20px;
}
p {
	margin-bottom: 10px;
}


a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#title_logo {
	background-image: url(images/tittle1.jpg);
	height: 100px;
	width: 900px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.site {
	float: left;
	height: 450px;
	width: 280px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#footer {
	background-color: #FF9571;
	clear: left;
	height: 100px;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
}
