/*---------------------------------------------
  // リアルビズ
  // style-sheet ：/global.css
  // 動作・概要　：英語用ページスタイルシート
  // 著作者　　　：Aki Maeda(SystemGraphi)
  // 更新日時　　：2008/03/01

/*--------------------------------------------
全体的な設定
--------------------------------------------*/
h1,h2,h3,h4,h5,h6,div,form,p,address,ul,li,dt,dd,dl{
  margin:0px;
  padding:0px;
  font-weight: normal;
 }
body {
  margin:0px;
  padding:0px;
  font-family: Verdana, Arial, sans-serif;
  background: url(../img/bg.jpg) repeat;
  text-align: center;
  font-size: 12px; 
}
img {
border: none;
}
a{
color:#FF9900;
text-decoration: none;
}
a:link{
}
a:hover{
text-decoration: underline;
}
a:visited{
}
h2{
	width:733px;
	height:20px;
	background:url(../img/e_header_bottom.jpg) no-repeat;
	color:#FFFFFF;
	font-size:13px;
  font-weight: bold;
	margin:2px auto 0px auto;
	padding:2px 0px 0px 23px;
	text-align:left;
}
.wrapper{
  width: 760px;
  margin: 0px auto;
  padding: 0px 20px;
  background: url(../img/bg_2.jpg) center repeat-y;
  text-align: left;
}
address {
  font-size: 10px;
  font-style: normal;
  padding: 2px;
}
/*--------------------------------------------
ヘッダー
--------------------------------------------*/
.header{
  background:url(../img/e_header_bg.jpg) no-repeat;
  height: 86px;
  width: 760px;
}
/*-----ハック-----*/
* html .header{
	overflow:hidden;
}
/*----------------*/
.head-left{
  float:left;
}
.head-right{
	float:right;
	font-family: Verdana, Arial, sans-serif;
	width: 570px;
}
.head-left a img{
  margin: 5px auto auto 2px;
  dispray: block;
}
.header a{
	color:#FFFFFF;
	text-decoration: none;
}
.header a:link{
}
.header a:hover{
	text-decoration: underline;
}
.header a:visited{
}
.head-left p{
  font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  margin: 6px auto auto 5px;
}
.head-right h1{
	font-size: 10px;
	color: #999999;
	float: left;
	height: 20px;
}
.head-right p {
  font-size: 11px;
  color: #FFFFFF;
  float: right;
  height: 20px;
}
.head-right div {
  clear: both;
}
/*--------------------------------------------
ヘッダーメニューリスト
--------------------------------------------*/
#MenuBarHorizontal{
  clear: both;
  margin: 29px 0px 0px 0px;
}
/*--------------------------------------------
IEハック
--------------------------------------------*/
*+html .head-menu ul{
margin: 9px 0px 0px 0px;
}
.head-menu ul li{
  float: left;
}
.head-menu ul li ul li{
    float: none;
}
.head-menu ul li a{
 width: 95px;
 height: 57px;
 display: block;
 text-indent: -9999px;
}

/*--------------------------------------------
メニュー
--------------------------------------------*/
.menu{
  width: 170px;
  text-align: left;
  border: solid 1px #999999;
  float: right;
  display: inline;
}
.menu ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu ul li{
  margin: 0px;
  padding: 0px;
  clear: both;
}
.main {
  width: 760px;
  text-align: center;
}
.top-img {
  margin: 2px auto 2px;
}
/*--------------------------------------------
説明
--------------------------------------------*/
.information-1{
	background: url(../img/e-info1.jpg) no-repeat left top;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	border-bottom:#999999 dotted 1px;
  width: 740px;
	height:150px;
}
.information-1 dt{
	font-size: 16px;
	padding-left: 205px;
	text-align: left;
  font-weight: bold;
}
.information-1 dd{
	font-size: 12px;
	padding-left: 205px;
	text-align: left;
}
.information-2{
	background: url(../img/e-info2.jpg) no-repeat left top;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	border-bottom:#999999 dotted 1px;
  width: 740px;
	height:150px;
}
.information-2 dt{
	font-size: 16px;
	padding-left: 205px;
	text-align: left;
  font-weight: bold;
}
.information-2 dd{
	font-size: 12px;
	padding-left: 205px;
	text-align: left;
}
.information-3{
	background: url(../img/e-info3.jpg) no-repeat left top;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	border-bottom:#999999 dotted 1px;
  width: 740px;
	height:150px;
}
.information-3 dt{
	font-size: 16px;
	padding-left: 205px;
	text-align: left;
  font-weight: bold;
}
.information-3 dd{
	font-size: 12px;
	padding-left: 205px;
	text-align: left;
}

/*--------------------------------------------
リーディングカンパニー
--------------------------------------------*/
.re-company {
  width: 740px;
	margin: 10px;
	text-align: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
 html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
.re-company-copy {
	width: 260px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}
.re-company h5{
	margin: 0px 0px 5px 0px;
}
.re-company p{
	line-height: 140%;
	font-size: 11px;
}

/*--------------------------------------------
フッター
--------------------------------------------*/
.footer {
  text-align: left;
  background: url(../img/footer_bg.jpg) repeat-x top;
  height: 48px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  color: #999999;
  margin-top: 10px;
}
.footer p{
  margin: 10px 0px 0px 10px;
}
.footer-menu {
  padding: 10px 0px 0px 5px;
}
.footer{
}
