* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.clear {
	clear: both;
}

body {
	background-color: #000000;
	text-align: center;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 85%;
	color: #F3F3F3;
}
img {
	border: none;
	vertical-align: middle;
}
a:link, a:visited, a:active {
	color: #F3F3F3;
	text-decoration: none;
}
a:hover {
	background-color: #333333;
	color: #3677B1;
	text-decoration: underline;
}

div#container {
	width: 800px;
	margin: 20px auto;
	text-align: left;
}
div#header {
	margin: 0px 0px 40px 0px;
}
div#header a {
	display: block;
	width: 100%;
}
div#topMenu {
	margin-bottom: 10px
}
div#topMenu ul {
	text-align: right;
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
}
div#topMenu li {
	display: inline;
	margin-left: 10px;
}
div#wrapper {
	margin-bottom: 10px;
}
div#leftVox {
	float: left;
	width: 230px;
}
div#leftVox .listStyleTypeNone {
	list-style-type: none;
}
div#leftVox ul#menu {
	list-style-type: none;
}
div#leftVox ul#menu li {
	margin-bottom: 5px;
}
div#leftVox ul#menu li a {
	display: block;
	width: 100%;
}


div#rightVox {
	float: right;
}
div#footInfo {
	margin: 10px 0;
	text-align: right;
	font-size: 90%;
}
div#footInfo ul {
	list-style-type: none;
}
div#footInfo li {
	margin-bottom: 5px;
}
div#copy {
	margin-top: 10px;
	font-size: 85%;
	text-align: center;
}
h2 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
div#linkContent {
	margin: 10px 20px;
}
div#linkContent h3 {
	font-size: 105%;
	margin-bottom: 5px;
}
div#linkContent ul {
	list-style-type: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
div#linkContent li {
	margin-bottom: 5px;
}
div#linkContent a {
	display: block;
	width: 100%;
}







.bottom20 {
	margin-bottom: 20px;
}

