body{
	border: 0; margin: 0; padding:0;
	width: 100%;			/* for IE */
	text-align: center;		/* for IE？ */
	}
p{
	margin: 3px;	/* 10 → 3 */
	padding:0;
	font-size: 80%;
	line-height: 1.5em;
	}
td{
	font-size: 80%;
	}
img{
	border: 0;
	}
a{
	color: #33C;
	text-decoration: none;
	}
a:hover{
	color: #c22;
	}
h1{
	color: #42A49B;
	border-top:    solid 1px #f80;
	border-bottom: solid 1px #f80;
	background-image: url('../img/i-img02.gif');
	background-repeat: no-repeat;
	background-position: left;	margin: 0;
	height: 22px;
/*	padding: 2px 0 1px 20px;   */
	padding: 5px 0 1px 26px;	/* 暫定 */
	margin: 5px 0 0 8px;		/* 暫定 */
	font-weight: 400; /* 700 */
	font-size: 110%;
	font-family: "HGPｺﾞｼｯｸE","平成角ゴシック",sans-serif;
	letter-spacing: 1px;
	}
h1 img{
	vertical-align: bottom;
	}
h2{
	color: #21abcd;
	background-image: url('../img/i-img06.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px 0 10px 12px;
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: 400;
	font-family: "HGPｺﾞｼｯｸE","平成角ゴシック",sans-serif;
	letter-spacing: 1px;
	}
h2 img{
	vertical-align: bottom;
	}
em{
	font-style: normal;
	color: red;
	}

#bd{			/* menu,header,contentsを含む外枠 */
	width: 742px;
	margin: 0 auto;		/* Firefox,OperaだとこれでOK */
	padding: 0;
	border-top:  10px solid #990;
	border-bottom: 0;
	border-left:  1px solid #999;
	border-right: 1px solid #999;
	text-align: left;		/* 親だけセンタリング、あとは左寄せ継承で */
	background: #fff url('../img/top-img01s_all.gif') no-repeat;
	/* ↑背景画像ベタ貼り。これは変更予定。 */
	}
#menu{
	border: 0; margin: 0; padding:0;
	width: 157px;
	float: left;
	position: relative;
	z-index: 1;
/*	background: #ffcdfb url("../img/top-img01s.gif") no-repeat;  親で背景色一括塗りするので */
	}
#header{
	border: 0; margin: 0; padding:0;
	width: 742;
	height: 56;
	float: right;
	margin:0;
	position: relative;
	background: #ffce6a url("../img/top-img0708.gif") no-repeat;
	}
#contents{
	border: 0; margin: 0; padding:0;
   	width: 565px;		/* 742-157 より小さく */
	float: right;
	background-color: #fff;
	margin: 10px 3px;
	}
address{
	clear: both;
	background-color: #990;	/* 緑帯でフッダ */
	width: 742px;
	padding: 1px;
	font-style: normal;
	font-size: 80%;
	color: #fff;
	text-align: center;
	}
/* ---------------------------------------------contents */
/*  #main{
	color: #000;
	margin: 12px;
	padding: 0px;
	background-color: #f99;
	}

/* #main p{
	margin: 12px 3px;
	font-size: 90%;
	color: #533;
	text-indent: 1em;
	}
/* ---------------------------------------------menu */
/*	#menu{ */

#menu ul{				/*  150x20 */
	list-style-type: none;
	margin: 10px 0 10px 3px;
	padding: 0;
	}
#menu li{
	display: block;
	margin: 13px 0 0 0;
	padding: 0;
	width: 150px;
	height: 20px;
	}
#menu a{
	display: block;			/* 背景指定で画像メニュー化するためにボックス化 */
	margin: 0;
	padding: 0;
	width: 150px;
	height: 20px;
	background-repeat: no-repeat;	/* 背景はあとで設定 */
	}
#menu span{
	position: relative;
/*	z-index: -1;			/* メニュー文字を画像裏に */
	text-indent:-9999px;	/* ↑ちらつくので暫定この設定 */
	}

#menu01 a{ background-image: url("../title-img/n_title-01.gif"); }
#menu02 a{ background-image: url("../title-img/n_title-02.gif"); }
#menu03 a{ background-image: url("../title-img/n_title-03.gif"); }
#menu04 a{ background-image: url("../title-img/n_title-04.gif"); }
#menu05 a{ background-image: url("../title-img/n_title-05.gif"); }
#menu06 a{ background-image: url("../title-img/n_title-06.gif"); }
#menu07 a{ background-image: url("../title-img/n_title-07.gif"); }
#menu08 a{ background-image: url("../title-img/n_title-08.gif"); }
#menu09 a{ background-image: url("../title-img/n_title-09.gif"); }

#menu01 a:hover{ background-image: url("../title-img/m_title-01.gif"); }
#menu02 a:hover{ background-image: url("../title-img/m_title-02.gif"); }
#menu03 a:hover{ background-image: url("../title-img/m_title-03.gif"); }
#menu04 a:hover{ background-image: url("../title-img/m_title-04.gif"); }
#menu05 a:hover{ background-image: url("../title-img/m_title-05.gif"); }
#menu06 a:hover{ background-image: url("../title-img/m_title-06.gif"); }
#menu07 a:hover{ background-image: url("../title-img/m_title-07.gif"); }
#menu08 a:hover{ background-image: url("../title-img/m_title-08.gif"); }
#menu09 a:hover{ background-image: url("../title-img/m_title-09.gif"); }


#menu .current{
	border-bottom: 2px solid #f99;	/* 現在位置にアンダーライン(仮) */
	}

/* ---------------------------------------------header */
/*	#header{   */

#header a{
	display: block;
	maegin: 0;
	padding: 0;
	width: 442px;
	height: 43px;
	position: absolute ;
	right: 5px;
	bottom: 3px;
	}









.totop{
	text-align: right;
	font-size: 80%;
	}

