@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 {
	text-align: center;
	margin: 0 auto;
	background: url(../img/header_line.gif) no-repeat center 0;
}
.skip, hr {
	display: none;
}
.clearfix {
	overflow: hidden;
	_height: 1%;
}
#wrap {
	width: 850px;
	margin: 0 auto;
}
#container {
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	_height: 1%;
}
#container div {
	text-align: left;
}

/*-------------------------------------------------------------------
#header
---------------------------------------------------------------------*/

#header {
	padding-top: 20px;
	margin-bottom: 14px;
	text-align: left;
	background: url(../img/bg_header.gif) no-repeat top center;
}
#header h1 img {
	vertical-align: middle;
	margin-right: 10px;
}
#header h1 a {
	text-decoration: none;
	color: #333;
}

/*-------------------------------------------------------------------
#navi
---------------------------------------------------------------------*/

#navi {
	float: left;
	width: 220px;
}
#navi li {
	margin-bottom: 12px;
}
#navi li ul {
	margin-top: 10px;
}
#navi li li {
	margin-left: 28px;
	margin-bottom: 0;
	line-height: 1.8;
}
.n01 {
	background: url(../img/img_bar1.gif) no-repeat 0 0;
}
.n02 {
	background: url(../img/img_bar2.gif) no-repeat 0 0;
}
.n03 {
	background: url(../img/img_bar3.gif) no-repeat 0 0;
}
.n04 {
	background: url(../img/img_bar4.gif) no-repeat 0 0;
}
.n05 {
	background: url(../img/img_bar6.gif) no-repeat 0 0;
}
.n06 {
	background: url(../img/img_bar5.gif) no-repeat 0 0;
}
#navi li a {
	display: block;
	width: 205px;
	padding: 10px 0 0 15px;
	height: 31px;
	color: #555;
	text-decoration: none;
}
#navi li a:hover {
	color: #f06567;
	text-decoration: underline;
}
#navi li li a {
	display: inline;
	padding: 0 0 0 14px;
	background: url(../css/2/1/bg_navilink.gif) no-repeat 0 3px;
}

/*-------------------------------------------------------------------
#contents
---------------------------------------------------------------------*/

#contents {
	float: right;
	width: 615px;
}
#contentsbody {
}
#contents a {
	color: #570080;
}
#contents a:hover {
	color:  #9E56C0;
	text-decoration: none;
}
#mainimg {
}
#mainimg h2 {
	display: none;
}
.pageTop {
	font-size: ;
	text-align: right;
	margin: 30px 10px 10px 0px !important;
}
.pageTop a {
	color: #666 !important;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../img/bg_pagetop.gif) no-repeat 0 3px;
}
.pageTop a:hover {
	text-decoration: none;
}

/*-------------------------------------------------------------------
#footer
---------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 100%;
	padding: 30px 0;
	background: url(../img/footer_line.gif) no-repeat center 0;
	font-size: 90%;
}
#footer ul {
	font-size: 93%;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	border-left: 1px solid #555;
	padding: 0 5px;
}
#footer .start {
	border: none;
}
#footer ul a {
	color: #555;
	text-decoration: none;
}
#footer ul a:hover {
	clear: both;
	color: #777;
	text-decoration: underline;
}
address {
	clear: both;
	color: #444;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 !important;
}
