@charset "shift_jis";
body {
	background-image: url(../images/base/body_back.jpg);
	background-repeat: repeat;
}

#wrapper {
	width: 860px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #CCCCCC;
	float: none;
	height: 120px;
	clear: both;

}
#header h1 {
	font-size: x-small;
	display: inline;
	line-height: 2em;
}
#header ul {
	float: left;
	width: 560px;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header .logo {
	display: block;
	float: left;
	margin: 0px;
}

td img {display: block;}
.tppath {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tppath a {
	padding-right: 15px;
	color: #FF99FF;
	font-size: small;
	background-image: url(../images/base/tppath.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.tppath li {
	display: inline;
	font-size: medium;
	line-height: 2em;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.tppath  a:hover  {
	color: #FF0063;
}

#contents {
	float: right;
	width: 640px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;

}
#infomenu {
	float: right;
	width: 610px;
	padding-right: 20px;
	padding-left: 10px;
}


.clear {
	clear: both;
	float: none;
	height: 1px;
	width: 1px;
}


#menu {
	width: 200px;
	float: right;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sub ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sub {
	width: 190px;
	float: right;
}
#footer {
	color: #FFFFFF;
	font-size: small;
	clear: both;
	float: none;
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6699;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer ul {
	list-style-type: none;
}
#footer a {
	color: #CCCCCC;
	line-height: 2em;
	text-decoration: none;
}
#footer li {
	display: inline;
	padding-left: 2em;
}
#footer a:hover {
	color: #FF99FF;
	text-decoration: underline;
}
.hidden {
	display: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
