@charset "UTF-8";



body {
	color: #333;
}

body, div, td, li, p, input, textarea, select, option {
	font-size: 14px;
	/*color: #333;*/
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
}


body, div, td, li, p { 
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0.8;
	color: #999;
	/*font-family: Arial, Geneva, SunSans-Regular, sans-serif;*/
	font-weight: normal;
}
h1 { 
}
h2, h3 {
	margin: 18px 0 6px 0;
	clear: none;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
h4 {
	
}
h5 {
	font-size: 35px;
	margin: 30px 0 15px 0;
}
h6 {
	font-size: 30px;
	margin: 20px 0 10px 0;
}

p {
	margin: 0 0 5px 0;
}

a, a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover { 
	color: #999;
	text-decoration: underline;
}

pre {
	overflow: auto;
}



#navre a {
  background: #254960;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 0 1px 0 0;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
}
#navre a:hover {
  background: #222;
}



#loader {
	width: 48px;
	height: 48px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -24px; /* loading.gifの高さの半分(マイナス値) */
	margin-left: -24px; /* loading.gifの横幅の半分(マイナス値) */
	z-index: 10; /* #fadeよりも前に表示する */
}

#fade {
	width: 100%;
	haight: 100%;
	display: none;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5; /* #loaderよりも後ろに表示する */
}

@media screen and (max-width : 1087px ){
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
  }
}
