@charset "UTF-8";
/* CSS Document */
/*=================================================================
ページ設定
=================================================================*/
html {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 0.75em;
}
body {
	background-image: url(/saas_img/seal/back.jpg);
	background-repeat:repeat-x;
	background-color:#eff0e0;
	margin:0px;
}
/*=================================================================
メインのDIV
=================================================================*/
#container {
	background-image:url(/saas_img/seal/container_back.png);
	background-repeat:repeat-y;
	width:493px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #container {background-image:url(/saas_img/seal/container_back.gif);}
#container #inner {
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
}
/*=================================================================
ヘッダー
=================================================================*/
#header {
	height:90px;
	background-image:url(/saas_img/seal/header_back.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 480px;
}
#header #sealArea {
	margin:15px;
	float:left;
	clear:left;
}
#header #msgArea {
	float:left;
	margin:10px 0 0 0;
}
/*=================================================================
フッター
=================================================================*/
#footer {
	width:473px;
	height:23px;
	background-image:url(/saas_img/seal/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
* html #footer {background-image:url(/saas_img/seal/footer.gif);}
/*=================================================================
サービスの結果エリア
=================================================================*/
#result {
	width:390px;
	height:95px;
	background-image:url(/saas_img/seal/result_back.jpg);
	background-repeat:no-repeat;
	margin:20px auto;
	padding:20px;
}
#result table {
	margin:0px auto;
	font-size:1.25em;
}
#result table th,#result table td {padding:5px;}
#result table th {text-align:right; font-weight:normal; white-space: nowrap;}
/*=================================================================
gredサービス詳細へのリンク
=================================================================*/
#linkArea {
	background-image: url(/saas_img/seal/icon_link.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 20px;
	height:20px;
}
table.linkTable {margin:0 auto 20px auto;}
/*=================================================================
注意書きエリア
=================================================================*/
#attentionArea {
	color:#000000;
}
/*=================================================================
ページが見つかりません
=================================================================*/
#notfound {text-align:center; margin:0 0 20px 0;}