@charset "Shift_JIS";

/* 全体構造/共通
-------------------------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}



*{
  margin:0;
  padding:0;
  font:"ＭＳ Ｐゴシック","Osaka",sans-serif;
  border:none;
}

body {
	color: #4B4B4B;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	
}

a {
  text-decoration: underline;
  color: #4B4B4B;
  }
  
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #52B441;
}
a:active {
	text-decoration: none;

}  

div#wrapper {
	font-size: 12px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	
	
  }
  
div#header {
	clear: both;
	width: 780px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
  

/* --会社のロゴ-- */
div#logo {
    width: 780px;
   height:  80px;
   margin: 0px 0px 12px 0px;
}

h1 {
  width: 780px;
}
  
#header_img {
	padding: 0px;
	clear: both;
	height: 200px;
	width: 780px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}



img {
  border: 0;
  }

/* --メイン画像-- */
#img_main {  
  width: 780px;
  height: 200px;
  margin: 15px 0px;  
  clear: both;
  }
  
/* --グローバルナビ-ここから--- */

#ul_glnv {
  width: 780px;
  height: 39px;
  margin-bottom: 32px;
  list-style: none;
  }
	#ul_glnv02 {
  width: 780px;
  height: 39px;
  margin-bottom: 15px;
  list-style: none;
  }
  
  
#ul_glnv li {  
  height: 39px;
  display: inline;
  float: left;
  text-indent: -9999px;
  overflow:hidden;
  }
	#ul_glnv02 li {  
  height: 39px;
  display: inline;
  float: left;
  text-indent: -9999px;
  overflow:hidden;
  }

#ul_glnv {
	width: 780px;
	height: 49px;
	margin-bottom: 50px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#ul_glnv02 {
	width: 780px;
	height: 49px;
	margin-bottom: 17px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#ul_glnv li { overflow: hidden; height: 49px; display: inline; text-indent: -9999px; }
#ul_glnv li a { height: 49px; text-decoration: none; display: block; }


	#li_glnv1{ background: transparent url('/images/navi.gif') no-repeat scroll -0px 0px; width: 112px; height: 49px;}
	#li_glnv2{ background: transparent url('/images/navi.gif') no-repeat scroll -112px 0px; width: 111px; height: 49px;}
	#li_glnv3{ background: transparent url('/images/navi.gif') no-repeat scroll -223px 0px; width: 112px; height: 49px;}
	#li_glnv4{ background: transparent url('/images/navi.gif') no-repeat scroll -335px 0px; width: 111px; height: 49px;}
	#li_glnv5{ background: transparent url('/images/navi.gif') no-repeat scroll -446px 0px; width: 112px; height: 49px;}
	#li_glnv6{ background: transparent url('/images/navi.gif') no-repeat scroll -558px 0px; width: 111px; height: 49px;}
	#li_glnv7{ background: transparent url('/images/navi.gif') no-repeat scroll -669px 0px; width: 111px; height: 49px;}

	#li_glnv1_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll 0px 0px; width: 112px; height: 49px;}
	#li_glnv2_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -112px 0px; width: 111px; height: 49px;}
	#li_glnv3_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -223px 0px; width: 112px; height: 49px;}
	#li_glnv4_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -335px 0px; width: 111px; height: 49px;}
	#li_glnv5_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -446px 0px; width: 112px; height: 49px;}
	#li_glnv6_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -558px 0px; width: 111px; height: 49px;}
	#li_glnv7_01{ background: transparent url('/images/navi_o.gif') no-repeat scroll -669px 0px; width: 111px; height: 49px;}


#ul_glnv02 li { overflow: hidden; height: 49px; display: inline; text-indent: -9999px; }
#ul_glnv02 li a { height: 49px; text-decoration: none; display: block; }






/* フッターここから
-------------------------------------------------------------------------------------------------------- */
#footer, #push {
	height: 65px; 
}

  
