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

* {
	margin: 0;
	padding: 0;
	font: normal normal normal 100%/1.3 "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	border: none;
}
body {
	background: #000;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
}
#Wrap {
	width: 1055px;
	margin: 0 auto;
}
.clear {
	clear: both;
}/*
#Wrap a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
--------*/

table{margin: 0;padding: 0; border-collapse:collapse;border-spacing:0;}


#contents {
	width: 1055px;
	margin-top: 35px;
	margin-bottom: 35px;
}
#menu {
	width: 220px;
}
#menu li {
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#menu li a {
	display: block;
	padding: 7px 0 7px 10px;
	background: #E10595;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#menu li a:hover {
	display: block;
	padding: 7px 0 7px 10px;
	background: #F4A1F9;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#menu .on {
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
	background: #0084FF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#menu .on a {
	display: block;
	padding: 7px 0 7px 10px;
	background: #0084FF;
	color: #FFF;
	font-weight: bold;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#menu .on a:hover {
	display: block;
	padding: 7px 0 7px 10px;
	background: #0084FF;
	color: #FFF;
	font-weight: bold;
	text-decoration:none;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#contents img {
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: #F00;
}
.title {
	color: #fff;
	border: 4px double #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}
#fotter {
	clear: both;
	border-top: 1px #FFF solid;
	padding-top: 30px;
	margin-bottom: 35px;
}
#fotter img {
	float: left;
	margin-right: 20px;
}
#fotter p {
	color: #FFF;
	font-size: 12px;
	padding-top: 18px;
}
#fotter p a:link, #fotter p a:visited {
	color: #fff;
	text-decoration: none;
}
#fotter p a:hover {
	color: #fff;
	text-decoration: underline;
}
.topbt, .topbt a {
	color: #fff;
	text-align: right;
	font-size: 12px;
	padding: 20px 0;
}
.topbt a {
	text-decoration: none;
}
.topbt a:hover {
	text-decoration: underline;
}

.pagetop {
	text-align: right;
	font-size: 12px;
}
.pagetop a, .pagetop a:hover {
	color: #fff;
	text-decoration: none;
}
.pagetop a:hover {
	color: #fff;
	text-decoration: underline;
}
