@charset "utf-8";

/* =========================================
Base
========================================= */
html {
	padding: 0;
}

body {
	min-width: 960px;
	color: #3D3D3D;
	font-size: 12px;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	width: expression(document.body.clientWidth < 960? "960px" : "auto");
}

.clear {
	clear: both;
}

#content .mt35 {
  margin-top: 35px;
}

#content .mb30 {
  margin-bottom: 30px;
}

#content .mb40 {
  margin-bottom: 40px;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* =========================================
header
========================================= */
#header {
	width: 100%;
	height: 117px;
	border-top: 4px solid #2B6596;
	background: url(../images/header_bg.gif) repeat-x;
}

#head-inner {
  position: relative;
	width: 940px;
	height: 87px;
	margin: 0 auto;
	padding-top: 30px;
	background: url(../images/header_visual.jpg) no-repeat right;
}

#logo {
  width: 305px;
	padding-left: 5px;
}

#search {
	position: absolute;
	top: 0;
	right: -2px;
	width: 304px;
	height: 43px;
}

#search #query {
	position: absolute;
	top:7px;
	left: 32px;
	line-height: 17px;
	width: 174px;
	height: 17px;
	padding: 4px 5px 2px;
  border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

#search #Submit {
  position: absolute;
	top: 7px;
	right: 12px;
}

#search #Submit:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* =========================================
content
========================================= */
#content-wrap {
	overflow: hidden;
	width: 100%;
	background: url(../images/jp/content_wrap_bg.gif) repeat-x;
}

#content {
	overflow: hidden;
	line-height: 150%;
	width: 920px;
	margin: 10px auto 0;
	padding: 15px 10px 10px;
}

#content-bottom {
  width: 932px;
	margin: 0 auto 2px;
	padding: 16px 4px 0;
}

#back2top {
	text-align: right;
}

#back2top img {
	margin-right: 5px;
	vertical-align: middle;
}

/* =========================================
footer
========================================= */
#footer {
	clear: both;
	width: 100%;
	height: 141px;
}

#foot-inner {
	width: 940px;
	margin: 0 auto;
	padding-top: 5px;
}

#foot-inner address {
	float: left;
	padding: 17px 0 0 14px;
	color: #FFFFFF;
}

#foot-inner #counter {
  float: right;
	padding: 17px 14px 0 0;
}
