/* ■ページ構造 */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	background-image : url(../imageall/bg1.gif);
}
#header {
	width: 800px;
	background-image : url(../imageall/niigata-kichen-bg.gif);
	height:80px;
}
#content {
  width: 800px;
  background : #FFFFFF;
}
#main {
  width: 600px;
  float: left;
  background : #FFFFFF;
}
#menu {
	width: 200px;
	float: right;
	background-color: #9999FF;
}
#footer {
	clear: both;
	width: 800px;
	text-align: right;
	background-image : url(../imageall/niigata-kichen-bg.gif);
}
/* ■その他 */

h1 {
	margin-bottom: 1;
	text-align: center;
	color: #FFFFCC;
	background: #6600CC no-repeat center center;
	clear : both;
	line-height: 1.2em;
	font-size: 20px;
}
h2 {
	margin-bottom: 1;
	text-align: left;
	color: #FFFFCC;
	background: #9966FF;
	clear : both;
	text-indent: 50pt;
	font-size: 18px;
	line-height: 1.2em;
}

p {
	line-height: 1.5em;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	margin: 5px;

}
.c1 {
  padding-top: 0;
  padding-right: 40%;
  background-image: url(kutusita1.jpg);
  background-repeat : no-repeat;
  background-position: 400px;
  text-align: left;
}
.K10 {
  font-size: 10px; line-height: 120%; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka-等幅, Osaka, 平成角ゴシック ;
}
.K12 {
  font-size: 12px; line-height: 120%; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka-等幅, Osaka, 平成角ゴシック ;
}
.K14 {
  font-size: 14px; line-height: 120%; font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka-等幅, Osaka, 平成角ゴシック ;
}
.style2 {
	color: #FF0099;
}
.style3 {
	color: #CCCCCC;
}
.style4 {
	color: #FFFFCC;
}
.style5 {
	font-weight: bold;
}
.style6 {
	font-size: 16px;
}
.style7 {
	color: #FF0000;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	background-color: #9966FF;
}
li a {
  text-decoration: none;
  display: block;
  padding: 0em;
  width: 200px;
  border-bottom: 1px solid #fff;
  color: #FFFFFF;
  background : #666699;
}
li a:hover {
  color: #fff;
  background: #9966FF;
}
