
body {
  background-color: #fffff0;
}
a {
  color: #017acd;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a:active {
  color: red;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}



p {
  padding-left: 10px;
}
p.strong {
  font-size: 1.5em;
  font-weight: bold;
}
div#container {
  /*background-image: url(side-org.gif);
  background-color: #fffff0;
  background-repeat: repeat-y;*/
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
div#header {

  background-color: #fffff0;
  background-image: url(top_02.gif);
  height: 240px;
}
div#header h1 {
  color: #ffffff;
  font-size: 1.5em;
  padding-top: 180px;
  padding-left: 120px;
  /*filter: shadow(color=black, direction=135);*/
  filter: glow(color=#FF6600, strength=3);

}
div#header p {
  margin: 0;
  padding: 10px 4px;
  color: #ffffff;
  font-size: 1em;
}
p#bread {
  background-color: #fffff0;
  font-size: 0.75em;
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}
div#content {
  width: 540px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
div#content h2 {
  background-color: #fffff0;
  background-image: url(bar-org.gif);
  background-repeat: no-repeat;
  font-size: 0.9em;
  color: #ffffff;
  line-height: 28px;
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
div#content h3 {
  background-color: #fffff0;
  background-image: url(bar-green.gif);
  background-repeat: no-repeat;
  font-size: 0.875em;
  line-height: 23px;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}
div#content p {
  font-size: 0.85em;
  line-height: 1.6;
  margin-top: 10px;
}


p.feed {
  margin-bottom: 10px;
  margin-left: 12px;
}
div#list1 {
  padding-left: 0px;
  font-weight: bold;
}
div#footer {
  background-image: url(line-org.gif);
  background-repeat: repeat-x;
  width: 740px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  clear: both;
}
address {
  padding: 12px 12px 12px 0;
  font-size: 0.75em;
  font-style: normal;
  color: #000000;
  text-align: center;
}


li {
  list-style-type: none;
}

/*コンテント・ボックス*/

			.content_box {
				width: 620px;
				background: url(background.png) bottom;
				padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: none;

			}
			.content_box h2 {
				background: url(background.png) top;
				padding: 9px 15px;
				color: #FFF;
				font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  background-repeat: none;

			}
			.content_box p {
				padding: 0 16px;
				font-size: 0.85em;
				color: #222;
  line-height: 1.6;
  margin-top: 10px;
			}

/*入り口アイコン*/

div#enter{
  padding: 5px 10px 10px 360px;
}
a img {
border: none;
}

a#enter {
font-size: 1.8em;
  font-weight: bold;
text-decoration: none;
}


