@charset "utf-8";
/*全体の配置*/

body{
	margin:0px;
}


#contents{
	text-align:center;
	margin:auto;
	width:820px;
}

/*header画像の配置*/
#header{
	width:820px;
	height:100px;
	margin-top:0px;
}

/* indexページのキービジュアル */
.keyvisual{
	clear:both;
	margin:5px 0px;
}


/*footerの配置*/
#footer{
	clear:both;
}

.copyright{
	text-align:center;
	color:#666;
	font-size:12px;
	padding: 10px 0px 5px 0px;
	margin:5px 0 5px 0;
}

.adress{
	text-align:left;
	padding:0 0 0px 10px;
	margin-bottom:0px;
	color:#666;
	font-size:12px;
}

a.textlink{
	color:#666;
	text-decoration:none;
}

a:hover.textlink{
	color:#F44FEC;
	text-decoration:underline;
}
	