@charset "utf-8";

@import url(reset.css);
@import url(clearfix.css);
@import url(fonts.css);

@import url(module.css);



#index-bg01	{
  z-index: 1;
	position:absolute;
	top:0;
	width:100%;
	height:580px;
	background:url(/140th/images/top001-1.jpg)no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:relative;
	}

#index-bg02	{
  z-index: 1;
	position:absolute;
	top:610px;
	width:100%;
	height:470px;
	background:url(/140th/images/top002.jpg)no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:relative;
	}




#index-content	{
  z-index: 1;
	position:absolute;
	top:1000px;
	width:100%;
	height:630px;
	background:url(/140th/images/index-02bg.png);
	background-size:cover;
	background-position:center top;
	background-attachment:relative;
	}

#index-content-left	{
	width:50%;
	float:left;
	text-align:right;
	padding:46px 10px 0 0;
	}

#index-content-right	{
	width:50%;
	float:right;
	text-align:left;
	padding:26px 0 0 10px;
	}

#index-content-right a img	{
	display:block;
	width:440px;
	float:left;
	margin-top:20px;
	}


