@charset "utf-8";

/* =========================================
Base
========================================= */
html {
	padding: 0;
}

body {
	min-width: 980px;
	color: #333333;
	font-size: .75em;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	width: expression(document.body.clientWidth < 980? "980px" : "auto");
}

/* =========================================
header
========================================= */
#header {
	width: 100%;
	border-top: 4px solid #2B6596;
	background-repeat: repeat-x;
	background-position: bottom;
}

.hd_inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 87px;
}

.hd_inner .logo {
	position: absolute;
	top: 26px;
	left: 0;
}

.hd_inner #hnav {
	float: right;
	margin-top: 10px;
	padding-right: 95px;
}

.hd_inner #hnav li {
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../../images/jp/icon_arrow.gif) no-repeat;
}

.hd_inner .btn_lng {
	position: absolute;
	top: -4px;
	right: 1px;
}

.hd_inner .chg_size {
	position: absolute;
	top: 46px;
	left: 634px;
	width: 136px;
	height: 26px;
}

.hd_inner .chg_size li {
	float: left;
}

/* GOOGLE CUSTOM SEARCH
------------------------------------------*/
#___gcse_0 {
	position: absolute;
	top: 46px;
	left: 781px;
}

.gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;
	width: 199px !important;
	height: 26px !important;
}

.gsc-search-box .gsc-input {
	padding: 0 !important;
	height: 26px !important;
	background: url(../../images/jp/search_bar.gif) no-repeat left top;
}

.gsc-search-box input.gsc-input {
	margin: 3px 5px !important;
	width: 148px !important;
	height: 18px !important;
	border: none;
	color: #5D5D5D;
	font-size: 100%;
}

.cse input.gsc-search-button, input.gsc-search-button {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 41px !important;
	width: 41px !important;
	height: 26px !important;
	border: none !important;
	border-radius: 0 !important;
	text-indent: -9999px;
	background: url(../../images/jp/search_btn.gif) no-repeat !important;
	cursor: pointer;
}

.gsc-clear-button {
	display: none;
}

.gsc-branding {
	display: none;
}

/* =========================================
gnav
========================================= */
#gnav {
	width: 100%;
	height: 50px;
	background: url(../../images/jp/gnav_bg.gif) repeat-x;
}

#gnav ul {
	margin: 0 auto;
	width: 984px;
	height: 50px;
}

#gnav li {
	float: left;
	height: 50px;
}

#gnav li img{
	vertical-align: bottom;
}

/* =========================================
content
========================================= */
#content_wrap {
	overflow: hidden;
	width: 100%;
	background: url(../../images/jp/content_wrap_bg.gif) repeat-x;
}

#content {
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 17px;
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#main {
	float: none;
	overflow: hidden;
	text-align: center;
}

#side {
	float: right;
	overflow: hidden;
	width: 270px;
}

/* =========================================
footer
========================================= */
#footer {
	clear: both;
	width: 100%;
}

#fnav {
	padding: 2px 0;
	width: 100%;
	height: 35px;
	background: url(../../images/jp/fnav_bg.gif) repeat-x;
}

.fnav_inner {
	margin: 0 auto;
	width: 950px;
}

.fnav_inner ul {
	float: left;
	padding-top: 12px;
	color: #FFFFFF;
	font-size: 12px;
}

.fnav_inner li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #FFFFFF;
}

.fnav_inner ul a {
	color: #FFFFFF;
}

.fnav_inner .back2top {
	float: right;
}

.fnav_inner li:first-child {
	padding-left: 0;
}

.fnav_inner li:last-child {
	border-right: none;
}

.ft_bottom {
	margin: 0 auto;
	padding-top: 15px;
	width: 950px;
	height: 140px;
}

.ft_bottom p {
	font-size: 11px;
	line-height: 190%;
}

.ft_bottom .address {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}

.ft_bottom .copy {
	float: right;
	font-size: 1.1em;
}
