@charset "UTF-8";

/* ==================== Global ==================== */
* {margin: 0; padding: 0;}

body {
	margin: 0 0 0 0;
	text-align: center;
	font-family: 'Hiragino Kaku Gothic Pro', 'MS Gothic', Osaka, verdana, arial, sans-serif;
	background-color: #F7F9F8;
}
p {line-height: 120%;}
a {color: #0166ff;}
a:hover {color: #ff6600;}
.img {border: none;margin: 0;}

/* ==================== Layout ==================== */
#container-box {
	position: relative;
	width: 590px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#container {
	width: 590px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}
#head {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	width: 590px;
	position: relative;
	padding-top: 18px;
	background: transparent url(../../images/header_background.gif) top left repeat-x;
}

/* ==================== Header ==================== */
p.description {
	position: absolute;
	top: 30px;
	left: 45px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	line-height:100%;
}

h1.catchcopy {
	position: absolute;
	top: 2px;
	left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height:100%;
}

/* ==================== Global Navigation ==================== */
#foot {
	clear: both;
	width: 590px;
	margin: 0 auto;
	background-color: #0749a9;
}

#footer {
	width: 560px;/*590px-30px*/
	_width: 590px;/*IE6*/
	margin: 0 auto;
	overflow: hidden;
	padding: 0.25em 15px;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 16px;
	background: transparent url(../../images/arrow_blue.gif) 0px 1px no-repeat;
	font-size: 12px;
}

#footer li a {
	color: #ffffff;
}

#footer li a:hover {
	color: #ff6600;
}

.copyright {
	float: right;
	padding-top: 2px;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

#content-wrapper {
	height: 100%;
	padding: 90px 20px 20px 20px;
	background-color: #FFFFFF;
}

.main-content {
	height: 100%;
	background-color: #FFFFFF;
}

.main-content p {
	letter-spacing: 1px;
}

.article {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
}

.title-payment {
	margin: 0 0 15px 0;
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 30px;
	background-image: url(../images/payment_h2_01.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
}

.subtitle-ryukyu {
	margin: 15px 0 5px 0;
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 20px;
	background-image: url(../images/ryukyu_h3_01.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;

}

.subtitle-flow {
	margin: 15px 0 5px 0;
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 20px;
	background-image: url(../images/payment_h3_01.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;

}

.subtitle-regulations {
	margin: 15px 0 5px 0;
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 20px;
	background-image: url(../images/payment_h3_02.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
}

.regulations-box {
	margin: 0 20px 0 20px;
	padding: 20px;
	width: 470px;/*510-40*/
	_width: 510px;/*IE6*/
	height: 200px;
	overflow: auto;
	border: 1px solid #cccccc;
	background-color:#ffffff;
}

.regulations dt {
	margin: 20px 0px 10px 0;
	color:#003366;
	font-size: 10pt;
	font-weight: bold;
}
.regulations dd {
	margin: 0 0 10px 10px;
	font-size: 75%;
	color: #333333;
	line-height: 160%;
}

.check-radio {
	margin: 15px auto;
	text-align: center;
}

.check-radio li {
	margin: 0 10px 0 10px;
	display: inline;
	font-size: 12px;
	color: #333333;
}

.check {
	margin: 0 4px 0 0;
}

input {
	vertical-align: middle;
}

.submit-btn {
	text-align: center;
	margin: 15px auto 0 auto;
}

.copyright02 {
	margin: 20px 0 0 0;
	float: right;
}