@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro", Osaka,"ＭＳ Ｐゴシック";
	font-size: 11px;
	line-height: 1.5;
	background-color:#222222;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	background-color:#000000;
	text-decoration:none;
}	

p {
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

td img{
	display: block;
}

ul li{
	list-style-type:none;
	}

#wrapper {
	background-color: #ffffff;
	padding: 0px;
	width: 720px;
	margin: 0px auto 40px auto;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
	color: #000000;
}

#header {
	background-color: #000000;
	text-align: left;
	width: 720px;
	margin: 40px auto 0px auto;
	height: 40px;
	padding: 0px;
	border: 10px solid #000000;
}

#header h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0 0 0 15px;
}

#cover {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#globalMenu {
	margin: 0px;
	padding: 0px;
	width: 720px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	height: 20px;
}

#subWrapper {
	padding: 0px;
	width: 700px;
	margin-top: 10px;
	position: relative;
	text-align: left;
}

#footer {
	text-align: center;
	width: 720px;
	margin: 20px auto 5px auto;
}

#cr {
	clear: both;
	font-family: "Courier New", Courier, mono;
}

.toHead {
	text-align: right;
	margin-top: 60px;
	padding-right: 20px;
	font-size: 10px;
}

.courier{
	font-family:"Courier New", Courier, mono;
}

.red {
	color: #FF0000;
}

.linkImg:hover {
	color:#FFFFFF;
	background-color:ffffff;
	text-decoration:none;
}

.linkImg:active {
	color:#FFFFFF;
	background-color:ffffff;
	text-decoration:none;
}
ul.banner a:hover,
ul.banner a:active {
	background: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;} /* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */