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

*{
	margin:0;
	padding:0
}


body{
		background:#000000;
		font-size:1em;
		color:#666;
		border:none;
		list-style:none;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #666; }
a:active { color: #666; }



/*　ヘッダー部分　*/
#header{
		width:100%;
		height:70px;
		background:#000000;
}

#gn{
	margin:auto;
	padding-top:10px;
	width:840px;
	height:50px;
}

#gn li{
	display:block;
	float:left;
	height:50px;
}

.short{
	width:60px;
}

.long{
	width:80px;
}
/*　ヘッダー部分　ここまで　*/


/*　メイン部分　*/

#contents{
	width:100%;
	background:#FFFFFF;
}


#main{
	width:900px;
	height:640px;
	clear:both;
	margin:auto;
}

#goback{
	width:900px;
	height:50px;	
	margin:auto;
}

#goback li{
	display:block;
	float:left;
	width:450px;
	height:50px;
}

#alignright{
	text-align:right;
}


/*　メイン部分　ここまで　*/


/*　フッター部分　*/
#footer{
	width:100%;
	background:#000000;
}


address{
	height:30px;
	padding-top:20px;
	font-style:normal;
	font-size:0.65em;
	text-align:center;
	clear:both;
}


/*　フッター部分　ここまで　*/
