@charset "UTF-8";

/*------------------------------------------------------------------------------
  TANGO - common.css
  URL: http:///
  Date: 2008-11-06
  copyright(C)2008 
------------------------------------------------------------------------------*/



/*------------------------------------------------------------
 contents 
 -------------------------------------------------------------
 ・Share Style
 ・Link Color
 ・Page Top
 ・Footer
----------------------------------------------------------- */




/*------------------------------------------------------------
 Share Style 
----------------------------------------------------------- */
* {
  margin:0;
  padding:0;
  }
body {
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Verdana;
  font-size:12px;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 140%;
  background-color: #FFFFFF;
  }

html {
  overflow-y:scroll;
  }
h1,h2,h3,h4,h5,h6 {
  }
p,li,dt,dl {
  line-height:1.3;
  }

li {
  list-style-type:none;
  }
img {
  border:0;
  }
address {
  font-style:normal;
  }
.clear {
  clear:both;
  }
.error {
	color: #CC0000;
	}  
  
  
/*------------------------------------------------------------
 Link Color 
----------------------------------------------------------- */
a:link {
  color:#666666;
  text-decoration:underline;
  }
a:visited {
	color:#666666;
	text-decoration:underline;
  }
a:hover {
  text-decoration:underline;
  color: #0066CC;
  }
a:active {
  color:#0066CC;
  text-decoration: underline;
  }
.main_line {
  background-color: #0054A7;
  display: block;
  height: 9px;
  width: 950px;
}

    
    
    
/*------------------------------------------------------------
 Page Top 
----------------------------------------------------------- */        
#pagetop {
  display: block;
  float: right;
  height: 14px;
  width: 181px;
  margin-top: 50px;
  }
#pagetop a {
  background-image: url(../img/bt_pagetop.png);
  background-repeat: no-repeat;
  text-indent: -6000px;
  display: block;
  height: 14px;
  width: 181px;
  }
#pagetop a:hover,#pagetop a:active {
  background-image: url(../img/bt_pagetop_a.png);
  } 



/*------------------------------------------------------------
 Footer 
----------------------------------------------------------- */  
#bg_foot {
  background-image: url(../img/bg_footer.png);
  background-repeat: repeat-x;
  display: block;
  height: 93px;
  width: 100%;
  margin-top: 70px;
  }
#bg_foot #foot_center {
  display: block;
  height: 93px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  }

.headMenu li {
	float: left;
	background-image: url(../img/ic_02.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin-left: 10px;
	}
/* IE7 only\ */
*:first-child+html .headMenu {
	float: right;
	width: 273px;
	display: block;
	margin-top: 14px;
	}
/* Safari only\ */
html[xmlns*=""] body:last-child .headMenu {
	float: right;
	width: 273px;
	display: block;
	margin-top: 14px;
	}	
.headMenu {
	float: right;
	_width: 273px;	
	width: 265px;
	display: block;
	margin-top: 14px;
	}

.foot_menu {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 4px;
	width: 914px;
	background-color: #E1EFFF;
	margin-top: 25px;
	margin-bottom: 5px;
  }
br {
	letter-spacing: 0px;
}
