/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 12px;
	background-color: #3366CC;
}

h2 {
	font-size: 18px;
	color: #FF3300;
}
h3 {
	font-size: 16px;
}
table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cecece;
	border-left-color: #cecece;
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
}

table td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	
}
table th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	font-weight: bold;
	background-color: #FFCC66;
	text-align: center;
	color: #333333;
}
#container {
	width: 780px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999999;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	float: left;
	background-color: #FFFFCC;
	padding: 5px;
	width: 770px;
}
#header h1 {
	margin: 0;
	text-indent: -9999px;
	padding: 0px;
	background-image: url(AGE/img/header_logo_480x60.jpg);
	background-repeat: no-repeat;
	height: 60px;
}
#header a:link {
	margin: 0;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-decoration:none;
}
#header a:visited {
	color: #333333;
	text-decoration:none;
}
#header a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#header a:active {
	color: #3366FF;
	text-decoration: underline;
}
#header #FXrate {
	font-size: 14px;
	color: #3366CC;
}
#mainContent {
	clear: both;
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent #RainbowFlag {
	padding: 5px;
	text-align: right;
}
#footer {
	background-color: #9999FF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
}

.txt_right {
   text-align:right
}
.txt_center {
    text-align:center;
}
.dislaimer {
	color: #FF0000;
	border: 1px double #FF0000;
	padding: 3px;
	margin-left: 10%;
	width: 78%;
}
