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

body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
	text-align: center;
}


#container {
	width: 640px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #fff;
}
#contents a:link {
	color: #668;
	text-decoration: none;
}
#contents a:active {
	color: #c36;
	text-decoration: none;
}
#contents a:visited {
	color: #668;
	text-decoration: none;
}
#contents a:hover  {
	color: #c36;
	text-decoration: underline;
}


#contents {
	height: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	width: 700px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#outline {
	font-size: 0.9em;
	color: #444;
	line-height: 1.8em;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}
