@charset "utf-8";

/* 基本タグ：全般 */
  /* 初期化 */
* {
  margin:0;
  padding:0;
}

  /* 基本 */

body {
  text-align:center;/* box centering */
  font-family:"ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック",  verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color:#666666;
  font-size: 13px;
  *font-size: small; /* IE 7向け */
  *font: x-small; /* IE 6以下 */
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
  padding: 0;/* margin&padding reset */
  line-height: 1.8;/* base line height */
  text-align: left;
  display: block;
  margin: 0 0 0 0;
  font-weight: normal;
}
table {
 margin : 0;
 border-collapse: collapse;
}
hr,.areaAnchor,.anchor {
 display : none; 
 }
img {
 border: none;/* img do not want a border */
}
li {
 list-style: none;
 }/* link do not want a dot */ 
 

 /* clearfix 
--------------------------------------*/
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;
}
/*
===== link setting ===========================
*/
a:link,
a:visited {
  color: #996600;
  text-decoration:none;
}
a:hover,
a:active {
  color: #663300;
  text-decoration: underline;
}

#wrapper {
	background: none;
	}
#wrapper-inner {
	background: none;
	width: 900px;
	margin: 0 auto;
	}

/*    -- header --   */
#header {
	height: 100px;
	position: relative;
	}
#logo {
	position: absolute;
	width: 236px;
	height: 76px;
	top: 10px;
	left: 15px;
	}
#logo a {
	display: block;
	}

/*    -- main --   */
#main {
	width: 730px;
	margin: 0 auto;
	}
#main-top {
	display: none;
	}
* html #main-top {
	 behavior: expression(IEPNGFIX.fix(this)); 
	 } /*  透過png for ie6 */
#main-inner {
	background: none;
	}
#main-bottom {
	clear: both;
	display: none;
	}
* html #main-bottom {
	 behavior: expression(IEPNGFIX.fix(this)); 
	 } /*  透過png for ie6 */
	 
/*  --  contents  --  */
#contents {
	margin: 0 auto;
	}
/*    -- sub --   */
#sub {
	display: none;
	}
#footer-menu {
	display: none;
	}