/* CSS Document */

body{
	background-color: #000;
	color:#fff;
	}

a.color{
	color: #FFF;
	background-color: #000;
	}

.container{
	margin-top: 50px;
	}

#center{
	width: inherit;
	padding-top: 50px;
	border: 1px solid #609;
	padding-bottom: 10px;
	}

#center img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	}

.title{
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #609;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	}

.text{
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	}

h1{
	color: #inherit;
	background: #inherit;
	font-weight: normal;
	font-size: 12px;
	display: inline;
	padding-left: 100px;
	padding-right: auto;
	}

#foot{
	clear: both;
	padding-bottom: 15px;
	}

.border{
	width: 530px;
	border-top: 1px dashed #609;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}

/* リンク表示 */

dl#link {
	border:1px solid #ccc;
	background:#000000;
	width:500px;
	height:24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

dl#link dt {
	color:#999;
	}

dl#link ul li a:link, dl#link ul li a:visited, dl#link ul li a:hover, dl#link ul li a:active {
	color:#999;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #FFF;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #fff;
	}
