@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	BG

::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	Layout

::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7;
	text-align: center;
	background-color: #f0f0f0;
	height: 100%;
}

#content {
	width:960px;
	margin: 20px auto 0;
	text-align: left;
	position: relative;
	background-color: #fff;
}

#logo {
	width:930px;
	padding: 30px 0 0 30px;
}

#main {
	padding:0 30px ;
}

#header {
	margin:10px 0;
}

#nav {
	background-color: #9c3;
}

#nav li {
	float: left;
}

.pagetop {
	position: absolute;
	top:10px;
	left:960px;
}

.next{
	padding:20px 0 30px;
}

#footer {
	width:100%;
	height: 130px;
	background-color: #9c0;
	text-align: center;
}

#footer-inner {
	width:960px;
	height: 100px;
	padding-top: 30px;
	background:#9c0 url(img/bg-footer.gif) no-repeat top center;
	margin: 0 auto;
	text-align: left;
}

#inquiries {
	width:600px;
	color: #fff;
	position:relative;
}

#inquiries h2 {
	margin-top: 0;
	padding-top: 10px;
}

#inquiries h3 {
	font-size: 108%;
	color: #fff;
}

#inquiries #address {
	height: 100px;
	font-size: 85%;
	position: absolute;
	left: 170px;
	top:0
}

#inquiries #address a{
	color:#fff!important;
}

.copyright {
	width:400px;
	padding: 15px 0;
	text-align: right;
	font-size: 77%;
	color: #fff;
}

/*
 common
------------------------------------------------------- */
.section {
	padding:30px 0 0;
}

#main p {
	padding-bottom:1em;
	font-size:93%;
}

h2 {
	padding:0 0 20px;
}

h3 {
	margin:15px 0 10px;
	font-weight:bold;
	font-size:123.1%;
	letter-spacing:normal;
}

strong {
	font-weight:bold;
}

table {
	width:100%;
	font-size:93%;
	margin:1em 0;
}

table caption {
	font-weight:bold;
	font-size:123.1%;
	color:#f50;
	padding:15px 0 0;
}

table th, table td {
	border:1px solid #ccc;
	padding:5px;
	line-height:normal;
}

table th {
	font-weight:bold;
	text-align:center;
}

.tCenter {
	text-align: center;
}

.tRight {
	text-align:right;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.fRight.phBox{
	margin:0 0 15px 15px;
}

#main .note {
	font-size:85%;
	color:#666;
}

a {
	color:#09c!important;
	font-weight:bold;
	text-decoration:underline!important;
}

a:hover {
	text-decoration:none!important;
}

a.exlink {
	background:url(img/exlink.gif) no-repeat left center;
	padding-left:18px;
}

ol {
	list-style:outside decimal;
	margin-left:20px;
	font-size:93%;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	home

::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#home #main .section ul.fLeft {
	width:260px;
	text-align: right;
}

#home #main .section ul.fLeft li {
	margin-bottom:5px;
}

#home #main .section ul.fRight {
	width:610px;
}

#home #main .section ul.fRight li {
	display: inline;
}

#home #main .section ul.fRight li img {
	padding-right: 5px;
}

#home #main .section ul.fRight li img.last {
	padding: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	fees

::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#fees table{
	width:550px;
}

#fees table th{
	width:40%;
}

#fees table th,
#fees table td{
	padding:10px 20px;
}

#fees table td{
	letter-spacing:1px;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::

	apply

::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#apply dl{
	border:1px solid #eee;
	padding:10px 15px;
	font-size:85%;
}

#apply dl dt{
	font-weight:bold;
	margin-bottom:10px;
}

#apply dl dd{
	padding-bottom:5px;
}


