body {
	margin-top: 0px;
	text-align: center;
}

a:link {
	color: #662D91;
	text-decoration: none;
}

a:visited {
	color: #662D91;
	text-decoration: none;
}
a:hover {
	color: #662D91;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* レイアウト 共通 */
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 780px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #662D91;
	border-left-color: #662D91;
	border-right-width: 1px;
	border-left-width: 1px;
}

.navbar {
	width: 780px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 26px;
}

.navbar li {
	display: inline;
}

#flash {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #662D91;
}

/* フッター */
#footer {
	font-family: "arial", "helvetica", "sans-serif";
	color: #662D91;
	font-size: 12px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer_navi {
	font-family: "arial", "helvetica", "sans-serif";
	color: #662D91;
	font-size: 12px;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	float: right;
}

/* テキスト */
.red_txt {
	color: #CC0000;
}

/* 付記 */
.note {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}

/* 画像の回り込み */
.setin {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* その他の資料｜インデックス */
#index {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 0px;
	padding: 0px;
}

#index li {
	list-style: none;
	background: url(images/icon.gif) no-repeat 0px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	line-height: 150%;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 14px;
}

/* その他の資料｜ナビ */
.data_navi {
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	text-align: center;
}

/* その他の資料｜仕様の表 */
#spec {
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: "arial", "helvetica", "sans-serif";
	font-size: 14px;
	line-height: 130%;
}

