/* 全ページ共通基本指定 ***********************/

body {
	font-family:'ＭＳ Ｐゴシック',osaka,sans-serif;
	text-align:center;
}



img {
	border: 0pt none;
}


#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 780px;
}

#footer {
	clear:both;
	width:780px;
	padding:100px 0px 15px 0px;
	font-size:80%;
}

.clear{
	float: none;
	clear: both;
}





/* 基本要素（HTMLタグ）（アンカー） */

a:link{
	text-decoration:none;
	color:#7f610e;
}

a:visited{
	text-decoration:none;
	color:#666;
}

a:active{
	text-decoration:underline;
	color:#970f00;
}

a:hover{
	text-decoration:underline;
	color:#970f00;
}






