@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #EAEAEA;
}

a:link {
  color: #583822;
  font-size: 12px;
}

a:hover {
  color: #765c47;
  font-size: 12px;
}

a:visited {
  color: #765c47;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}



/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  background-color: #999999;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 800px;
  height: 70px;
  background-color: #250d00;
  background-repeat: no-repeat;
}

#table-left{
  text-align: left;
  margin: 0;
  padding: 30px 0 0 12px;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #fffffc;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #fffffc;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 14px 14px 2px 0;
  font-size: 15px;
  color: #fffffc;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #fffffc;
  text-decoration: none;
}


#header-menu {
  background-color: #543f32;
  margin: 0px;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 5px;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 9px;
  padding-right: 5px;
  background: url(img/l_icon.gif) no-repeat;
}

#header-menu a {
  color: #cccccc;
  text-decoration: none;
}

#header-menu a:hover {
  color: #999999;
}

#header-img {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 150px;
	font-family: Verdana;
  background-image: url(img/main_photo.jpg);
	background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 780px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin:  6px 0 0 0;
  padding: 0 5px 0 8px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 570px;
}

#contents img.sample {
  float: left;
  margin: 15px;
}

#contents h2 {
  margin: 0 0 5px 0;
  padding: 12px 0 10px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 0;
  padding: 15px 0 35px 0;
}

#news {
  width: 558px;
  height: 100px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 10px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


/*---------- メニュー ----------*/

#menu {
  float: right;
  margin: 0;
  padding: 6px 3px 0 6px;
  width: 180px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h2 {
  margin: 0 0 7px 0;
  padding: 7px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu p {
  margin: 10px 4px 20px 4px;
  line-height: 150%;
}

li {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}

#menu a{
  color: #583822;
  font-size: 12px;
 }

#menu a:hover{
  color: #765c47;
  font-size: 12px;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 20px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
  border-top: 2px;
  background-color: #241a08;
}

#footer a {
  color: #999999;
  font-size: 12px;
 }

#footer a:hover {
  color: #666666;
}
