@charset "Shift_JIS";

/* ■ページ構造 */

body {
  width:100%; /*ページ全体の幅は100%と指定する*/	
  text-align:center; /*ページ全体を中央揃えにする*/
  background: #FFF8E5;
}

#wrapper {
width: 700px;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:left;   /*全体を左揃えにする。*/
}

#menu {
  width: 200px;
  float: left;
}
#main {
  margin-left: 200px;
}
#footer {
  clear: both;
}

/* ■その他 */

#main {
  font-size: 100%;
 line-height: 180%;
}
#menu {
  font-size: 100%;
}
p {
  padding: 1.2em;
  margin: 0;
}
#wrapper {
  color: #333333;
  background: white url(img/back.gif);
}
#header {
  background: #FFFFFF;
}
#footer {
  color: #333333;
  background: #cceeff;
}

em {
  font-style: normal;
  font-weight: bold;
  color: black;
  background: transparent;
}

.sty1 {
	font-size: smaller;
}
