@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;
}
.skip, hr {
	display: none;
}
.clearfix {
	overflow: hidden;
	_height: 1%;
}
#wrap {
	width: 900px;
	margin: 0 auto;
}
#container {
	clear: both;
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	_height: 1%;
}
#container div {
	text-align: left;
}

/*-------------------------------------------------------------------
#header
---------------------------------------------------------------------*/

#header {
	padding-top: 20px;
	margin-bottom: 14px;
}
#header h1 img {
	vertical-align: middle;
}

/*-------------------------------------------------------------------
#navi
---------------------------------------------------------------------*/

#navi {
	float: left;
	width: 150px;
}
#navi .menu {
	margin-bottom: 20px;
}
#navi li {
	line-height: 0;
}
#navi li img {
	display: block;
}
#navi .saerch {
}
#navi .search li {
	margin-bottom: 10px;
}
.bnr {
	margin: 30px 0;
}
.bnr img,
.bnr2 img {
	margin-bottom: 3px;
}
#navi h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#navi p {
	margin-bottom: 10px;
	font-size: 80%;
}

/*-------------------------------------------------------------------
#contents
---------------------------------------------------------------------*/

#contents {
	float: right;
	width: 745px;
}
#contentsbody {
}
#contents a {
	color: #f66;
}
#contents a:hover {
	color:  #9c3;
	text-decoration: none;
}
#mainimg {
	margin-bottom: 20px;
}
#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;
	padding: 50px 0 30px 0;
	background: url(../img/footer_line.gif) no-repeat center 0;
	font-size: 80%;
	_font-size: 70%;
}
#footer ul {
	text-align: right;
	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 {
	color: #777;
	text-decoration: underline;
}
address {
	clear: both;
	color: #444;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0 !important;
}
