/**/
@import "reset.css";
@import "common.css";

/*
[77% = 10px]
[85% = 11px]
[93% = 12px] (was 92%)
[100% = 13px]
[108% = 14px] (was 107%)
[116% = 15px] (was 114%)
[123.1% = 16px] (was 122%)
[131% = 17px] (was 129%)
[138.5% = 18px] (was 136%)
[146.5% = 19px] (was 144%)
[153.9% = 20px] (was 152%)
[161.6% = 21px] (was 159%)
[167% = 22px]
[174% = 23px]
[182% = 24px]
[189% = 25px]
[197% = 26px]
*/

body {
	width: 800px;
	font-size: 100%;
	text-align: center;
	margin: 0 auto;
}
.skip, hr {
	display: none;
}
.clearfix {
	overflow: hidden;
	_height: 1%;
}
#container {
	margin: 0 auto;
	overflow: hidden;
	_height: 1%;
	background: #fff url(../img/bg_bar.gif) no-repeat 0 0;
}
#top #container {
	background: #fff url(../img/bg_body.gif) no-repeat 0 0;
}
#second #container {
	margin-top: 20px;
}
#container div {
	text-align: left;
}

/*-------------------------------------------------------------------
#header
---------------------------------------------------------------------*/
#desc {
	margin: 20px 0;
	text-align: left;
	font-size: 77%;
}
#top #header h1 {
	text-align: right;
	padding-top: 15px;
	margin-right: 50px;
}

/*-------------------------------------------------------------------
#navi
---------------------------------------------------------------------*/

#navi {
	float: right;
	width: 139px;
}
#navi ul {
}
#navi li {
	margin: 30px 15px 30px 0;
	text-align: right;
}
.bnr {
	margin: 70px 0 20px 0 !important;
}
.bnr2 {
	margin: 7px 0 !important;
}

/*-------------------------------------------------------------------
#contents
---------------------------------------------------------------------*/

#contents {
	float: right;
	width: 661px;
}
#contentsbody {
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 60px;
}
#top #contentsbody {
	margin-left: 36px;
	margin-top: 33px;
}
#contents a {
	color: #0064a4;
}
#contents a:hover {
	color:  #86b9da;
	text-decoration: none;
}
.pageTop {
	text-align: right;
	margin: 30px 0 0 0 !important;
}
.pageTop a {
	color: #666;
}
.pageTop a:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------------
#footer
---------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	border-top: 2px dotted #333;
}
address {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	font-size: 77%;
	color: #666;
}
