@charset "utf-8";

body {
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color:#7F7F7F;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

div#top {
}

div#navibar {
	text-align:center;
	background-color:#737373;
}

div#main1 {
	background-color:#FFF7CC;
	margin-top:5px;
	text-align:center;
    border-top: 5px solid #626161;
    border-bottom: 5px solid #626161;
	padding-bottom:20px;
}
div#main4 {
	background-color:#FFF7CC;
	margin-top:5px;
    border-top: 5px solid #626161;
    border-bottom: 5px solid #626161;
	padding-bottom:20px;
	padding-left:20px;
}

div.login {
	text-align:center;
	margin: auto;
	background-color:#E4820A;
	width:250px;
	height:170px;
	border-radius: 25px;
	padding:10px;
}

div#main2 {
	padding-bottom:20px;
	padding-top:20px;
}

div#main3 {
}

div#footer {
	background-color:#626161;
	padding:10px;
	text-align:center;
	color:white;
	font-size: 12px;
}

p#heading {
	background-color:#A6A6A6;
	padding:4px;
	color:white;
}

p#lang {
	float:right;
}

.lgtext {
	font-size: 36px;
	font-weight:bold;
	color:#7F7F7F;
}
.centerText {
	width: 650px;
	text-align: center;
	display: inline-block;
}
p#tx7 {
	color:#7F7F7F;
}
p.ltext {
	font-size: 24px;
	font-weight:bold;
	color: #EDE8E9;
}
.btext {
	font-weight:300;
}
.text20 {
	font-size: 20px;
}
.text12 {
	font-size: 12px;
}
.wtext {
	color:white;
}
.stext {
	font-size: 12px;
}
.aotext {
	color: #61b8ae;
}
.akatext {
	color:#740405;
}
.makkatext {
	color:#F40307;
}
.chatext {
	color: #e78f4b;
}
.graytext {
	color:#7F7F7F;	
}

table#features td {
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
}

td.four {
	width: 240px;	
}

/* fee table */

table.fee {
	margin: 0px auto; /* this centers table */
	border-collapse: collapse;
	border:1px solid #B8B8B8;
}

table.fee td,tr {
	padding: 10px;
	text-align:left;
	border:1px solid #B8B8B8;
}

table.fee th {
	padding: 10px;
	text-align:right;
	border:1px solid #B8B8B8;
}

/* invisible table */

table.invisible {
	margin: 0px auto; /* this centers table */
	border: none;
}

/* no inner border table */

table.noborder {
	margin: 0px auto; /* this centers table */
	border:1px solid #B8B8B8;
}

table.noborder td, th{
	padding: 5px;
	text-align:left;
	border:none;
}

td.bkorange {
	background-color:#e78f4b;	
	color:white;
}

td.bkgreen {
	background-color:#61b8ae;
	color:white;
}
td.bkwhite {
	background-color:white;	
}
th.bkorange {
	background-color:#e78f4b;
	color:white;
}

li{
  margin: 10px 0;
}

/* navigation bar */
ul.nav {
	display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #737373;
}

li.nav {
    float: left;
	padding-right: 30px;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.active {
    background-color: #626161;
    color: white;
}

.link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #DBD1D1;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
}