@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}


/*共通設定
////////////////////////////////////////////////////*/

.gotoCompassTop {
	display: block;
	text-align: right;
	position: relative;
	margin: -178px 0 150px;
	padding-right: 15px;
}

.gotoCompass {
	display: block;
	text-align: center;
	margin: 15px 0;
}