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

body {
	background-color: #F9C;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	text-align: center;
	margin:0px;
}
#wrapper p {
	text-align: center;
	margin:0px;
}
.shinryo{
	font-size:14px;
	font-weight:bold;
	color: #900;
	letter-spacing: 1px;
}

ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
	overflow: hidden;
}
li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.credit {
	text-align: center;
	clear: both;
	padding-top: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #900;
}
li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#appo a{
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: bold;
padding:5px;
border-radius: 5px;
background:#900;
}
#appo a:hover{
background:#f55;
}