@charset "UTF-8";
/* インラインフレーム大見出し */
#inlineframe h2 {
	color: #98CA98;
	border: 3px double #98CA98;
	padding: 3px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* 前のページへ戻る */
.go_back {
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* フレームのみのボックス */
#frame {
	height: 600px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
/* インラインフレーム */
#frame iframe {
	width: 770px;
	height: 600px;
}
/* IE9注意喚起用 */
#ie9-at {
	margin-left: 20px;
	line-height: 18px;
	margin-bottom: 10px;
}

