@charset"utf-8";

/* IE対策 */
.ie{
	text-align: center;
}


#wrap{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	background-color: #FFF;

}
/* Nݒ */
a img{
	border: none;
}
a:link{
	color:#000000;
}
a:visited{
	color:#c0c0c0;
}



/* フッター 右寄せ*/
#footer{
	font-size:12px;
	color:#808080;
	text-align: right;
	clear: both;
}

/* フッター センター*/
#footer_c{
	font-size:12px;
	color:#808080;
	text-align: center;
	clear: both;
}
	
