@charset "utf-8";
body {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック";
	background: #27455F;
}
#wrap {
	background: url(../images/bg01.jpg) repeat-x;
}
.top {
	/*background: url(../images/top.gif) -24px 0 no-repeat;*/
}

.greeting {
	/*background: url(../images/greeting.gif) -24px 0 no-repeat;*/
}
.company {
	/*background: url(../images/company.gif) -24px 0 no-repeat;*/
}
.reason {
	/*background: url(../images/reason.gif) -24px 0 no-repeat;*/
}
.contact {
	/*background: url(../images/contact.gif) -24px 0 no-repeat;*/
}
.flow {
	/*background: url(../images/flow.gif) -24px 0 no-repeat;*/
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
#header-wrap {
	background: #fff;
	padding-bottom: 10px;
}
#header h1 {
	margin-top: 31px;
	float: left;
	overflow: hidden;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 290px;
	background: url(../images/logo.png) no-repeat;
}
#header .rightbox {
	width: 182px;
	float: left;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 503px;
}
/* main----------*/

#main-wrap {
background: url(../images/main_bg.png) center 0px repeat-y;
}

#main {
    padding-bottom: 71px;}



/* footer----------*/
#footer{
	padding-bottom:30px;
}
#footer #fnav{padding-top: 8px;
padding-bottom:8px;

background:#000;	
}
#footer ul{
	  margin-left: 262px;}

#footer ul li{
  float: left;
  overflow: hidden;
  border-right: 1px solid #ECECFB;
  margin-right: 9px;
  padding-right: 15px;}
  #footer ul li:last-child{
  border-right:none;
}

#footer ul li a{
	font-size:13px;
	line-height:1.29;
	color:#fff;
}

#footer .copyright {
	text-align: center;
}
