@charset "utf-8";
/* メインCSS */
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 100%;
	line-height: 1.5em;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
}
strong {
	color: #FF6633;
}
table {
	font-size: 1em;
}
form {
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	height: 100px;
}

#header h1 {
	height: 100px;
	width: 211px;
	margin: 0px;
}
#header a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 211px;
	display: block;
	text-indent: -9999px;
}
#subheader {
	margin-top: 25px;
}
#add {
	text-align: center;
	margin-top: 10px;
}
#main {
	margin-top: 10px;
}
#mainmenu {
	position: absolute;
	top: 80px;
	left: 220px;
	height: 20px;
}
#mainmenu h2 {
	display: none;
}
#mainmenu ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#mainmenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#mainmenu a {
	height: 20px;
	width: 100px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	font-size: 0.9em;
	margin-right: 3px;
	color: #FFC4C4;
	background-image: url(images/menuback02.gif);
	text-align: center;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FFFFFF;
	background-image: url(images/menuback03.gif);
}
#ownersmenu {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
#ownersmenu h3 {
	display: none;
}
#ownersmenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#ownersmenu li {
	display: inline;
}
#ownersmenu a {
	background-color: #F00000;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFBFBF;
	font-size: 0.8em;
}
#ownersmenu a:hover {
	background-color: #FF4444;
}
#submenu {
	height: 22px;
	background-image: url(images/submenu_back.gif);
	background-repeat: repeat-x;
	top: 100px;
	position: absolute;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 3px;
	width: 100%;
}
#submenu h3 {
	display: none;
}
#submenu ul {
	display: inline;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#submenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#submenu a {
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
}
#submenu a:hover {
	color: #FF0000;
	background-color: #EEEEEE;
}
#footer {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	clear: both;
	padding: 10px;
}
#endpageup {
	padding: 20px;
	clear: both;
}

#updateshop {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#updateshop h2 {
	font-size: 1em;
	margin: 0px;
	text-align: center;
}
#updateshop ul {
	background-image: url(images/updateshop_back.gif);
	background-repeat: no-repeat;
	display: block;
	height: 120px;
	width: 800px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#updateshop li {
	float: left;
}
#updateshop a {
	height: 110px;
	width: 90px;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#updateshop a:hover {
	background-color: #FFFFD2;
}
#updateshop span {
	display: block;
	height: 80px;
}
#updateshop #updateshop0 {
	border-left-style: none;
}

#add {
	padding-top: 20px;
}

.pageup {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 15px;
}
.pageup a {
	color: #CCCCCC;
	font-size: 0.8em;
}
.pageup a:hover {
	color: #0099FF;
	text-decoration: none;
}
.centerblock {
	text-align: center;
}
.rightblock {
	text-align: right;
}
.leftblock {
	text-align: left;
}
.submitblock {
	text-align: center;
	padding: 10px;
	background-color: #EEEEEE;
	margin-top: 20px;
	clear: left;
}
.genre_block {
	display:none;
}
.genre_fblock {
	display:block;
}
.red {
	color: #FF0000;
}

