* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 140%;
	color: #FF3366;
	background-color: #FFDDFF;
	background-image: url(../index/images/site-back.gif);
	background-repeat: repeat;
}
#top {
	margin: 50px auto;
}
#top #header {
	text-align: center;
}
#top #header h1 {
	display: block;
	height: 100px;
	width: 190px;
	margin: 0px auto;
	text-indent: -9999px;
	background-image: url(../index/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#top #header h2 {
	color: #990033;
	background-color: inherit;
	font-size: 165%;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#top #header p#sub {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
}
#top #header p#read {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-size: 100%;
}
#top ul#in-out  {
	width: 220px;
	margin: 80px auto 150px auto;
}
#top ul li {
	display: block;
	height: 40px;
	width: 220px;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
}
#top ul li a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	padding: 0px;
	height: 40px;
	width: 220px;
}
#top li#site-in a {
	background-image: url(../index/images/s-in.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#top li#site-out a {
	background-image: url(../index/images/s-out.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#top li#site-in a:hover {
	background-position: 0% 100%;
	border-bottom: none;
}
#top li#site-out a:hover {
	background-position: 0% 100%;
	border-bottom: none;
}
#top #footer {
	text-align: center;
}
em {
	color: #990033;
	background-color: inherit;
	font-weight: normal;
	font-style:normal;
}