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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
}
a:active {
	color: #F00;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	color: #FFF;
	font-family: Arial, "小塚ゴシック Pro ", "ＭＳ Ｐ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
li {
	list-style-type: none;
	line-height: 1.5;
	font-weight: normal;
}
h3 {
	padding-bottom: 10px;
}
#con_t {
	padding-top: 20px;
	padding-left: 30px;
	height: 300px;
	width: 560px;
	float: left;
}
.mimai {
	font-size: 70%;
	line-height: 1.1;
	text-align: center;
}
#con_t ul li {
	font-size: 95%;
	padding-left: 20px;
}
#con_t ul li img {
	padding-left: 20px;
}
#con_d {
	padding-top: 20px;
	float: right;
	width: 150px;
}
#con_d ul li {
	font-size: 90%;
	padding-left: 20px;
}
#header {
	padding-bottom: 200px;
}
