@charset "shift_jis";
/* ================================================ */
/* body              */
body {
  color: #333333;
  margin:0;
  padding:0;
  border:0;
  width:100%;
  background:#fff;
  font-size:0.8em;
  background:url(../img/bg.jpg) bottom no-repeat;
}

/* ================================================ */
/* サイト名           */
h1 {
  font-size: 100%;
  margin: 10px 0px 20px 24px;
  text-align:left;
}
h2 {
	font-weight: lighter;
    font-size:80%;
	margin-top:0;
}
h3 {
	text-align:center;
}
/* ================================================ */
/* リンク       */
a:link {
  color: #333333;
}
a:visited {
  color: #59ac36;
}
a:hover,a:active {
  color: #d3381c;
  text-decoration: none;
}

/* ================================================ */
/* 文字     */
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
  color: #c67;
}
.menu_p {
  margin: 10px 15px 0px 30px;
  text-align:center;
  font-size:80%;
}
/* ================================================ */
/* 画像              */
img {
  border-width: 0;
  border-style: none;
}

/* ================================================ */
/* container              */
#container {
  text-align: left;
  background: #FFFFFF;
  border: 0px;
  width: 750px;
  height: auto;
  margin: 0 auto;
}

/* ================================================ */
/* header              */
#header {
  width: 750px;
  height: 88px;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}

/* ================================================ */
/* menu              */
#menu {
	padding-left: 10px;
	float: left;
	width: 172px;
	border: 0px;
	margin-top: 22px;
	margin-right: 2px;
}
/* リスト           */
#menu ul {
	margin: 0px;
}
#menu li {
  list-style-type: none;
  padding: 0px;
}
#menu a {
  text-decoration: none;
}
#menu p.note {
  margin: 10px 7px 5px 15px;
}
/* ================================================ */
/* main              */
#main {
  background-color: #FFFFFF;
  width: 566px;
  padding: 0;
  margin-top: 22px;
  margin-left: 0px;
  margin-bottom:50px;
  float: right;
}
#main_2 {
  background-color: #FFFFFF;
  width: 566px;
  padding: 0;
  margin-top: 22px;
  margin-left: 0px;
  float: right;
}
#main dt,#main dd {
  line-height: 1.3;
}

/* ================================================ */
/* footer              */
#footer {
  clear: both;
  width: 750px;
  background: #FFF;
  text-align: center;
}
#footer a {
  text-decoration: none;
}
address {
  margin: 0;
  padding: 5px 0 5px 10px;
}
