@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#F1EDE9 url(../img/common/bg/mainBg.png) repeat-x;
	color: #000000;
}
p {
	margin:0 0 1em;
}
img,
fieldset {
	border:0;
}
/*-----------------------------------------------
 __clearfix Setting
-----------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #BD6863;
}
a:active {
	color: #999999;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:100%; /* the bottom margin is the negative value of the footer's height */
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width: 940px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/header.jpg);
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
}
#headerJa {
	width: 940px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/header_ja.jpg);
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
}
/*-----------------------------------------------
 __menu
-----------------------------------------------*/
#menu {
	width: 940px;
	margin: 0px auto;
	height: 27px;
	background-image: url(../img/common/bg/menuBg.png);
}
#menu ul {
	width: auto;
	padding-left: 10px;
}
#menu ul li {
	list-style-type: none;
	height: 27px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li.left {
	list-style-image: none;
	list-style-type: none;
	height: 27px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#content {
	width:940px;
	margin:0px auto 0;
	border-right-width: 1px;
	border-left-width: 1px;
	background-image: url(../img/common/bg/content.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerContainer {
	background-color: #EFE6E0;
	width: 100%;
	clear: both;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 3px;
	text-align: right;
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/common/bg/footerBg.png);
	background-repeat: repeat-y;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
.wspace {
	padding-right: 7px;
}
.address {
	width: 45%;
	padding-top: 7px;
	padding-right: 20px;
	float: right;
	text-align: right;
}
#home {
	width: 45%;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}
