@charset "UTF-8";
/* ---------------------------------------------
Copyright (c) 2010 S.Nao
-----------------------------------------------*/
body {
  font-size: 100%;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 0;
  margin: 0;
}
img{border:0px;}
/*-- 全体 --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 0 0px;
  background: #FFF;
}

/*-- ヘッダー部分 --*/
#header {
  margin: 0 0 2px;
  padding: 0;
  width: 800px;
  height: 200px;
  position: relative;
  background: url(../img/top.jpg) no-repeat ;
}
/* 見出し */
#header h1 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  text-align: left;
  letter-spacing: 12px;
  position: absolute;
  top: 90px;
  left: 230px;
  color: #000;
}
#header h2 {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  top: 150px;
  left: 235px;
  color: #000;
}
#header2 p {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  text-align: right;
  line-height: 1em;
  letter-spacing: 3px;
  position: absolute;
  top: 95px;
 left: 170px;
  color: #000;
}
/*パンくずリスト*/
#topicPath {
	width: 750px;
	float:left;
	margin:0;
	padding:0;
	height:1em;
	margin-bottom: 1em;
	font-size:0.9em;
}
#topicPath li {
	float:left;
	line-height:1em;
	list-style-type:none;
}
#topicPath li a {
	margin:0px;
	padding-right:10px;
	background:url(./images/topicpath.gif) no-repeat right center;
}

/* メニュー部分*/
#Menu {
float:left;
width: 200px;
margin: 0;
padding: 0;
}
#Menu h2 {
background: #847A67;
color: #fff;
font-size: 1em;
line-height: 2em;
margin: 0;
padding: 0;
}
#Menu h3 {
background: #847A67;
color: #fff;
font-size: 0.7em;
line-height: 2em;
margin: 0;
padding: 0;
height: 100%;
}
#Menu ul {
margin: 0;
padding: 0;
}
#Menu li {
margin: 0;
background: #D4CAB6 left url(../images/menu/bullet.gif) no-repeat;
border-top: 1px solid #F4EFDF;
list-style: none;
font-size: 12px;
padding: 7px 0 8px 35px;
}
#Menu a {
text-decoration:none;
text-align:left;
font-size: 1em;
font-weight: normal;
color: #000;
}
#Menu a:hover {/*マウスオーバー設定*/
text-decoration: underline;
text-align: left;
font-size: 1em;
font-weight: normal;
color: #000;
}
#Menu-hover {/*オーバー設定*/
text-decoration: none;
text-align: left;
font-size: 1em;
font-weight: normal;
color: #000;
}

/*-- フッター部分 --*/
#footer {
  margin:  0 0 2;
  padding: 0;
  width: 800px;
  line-height: 2em;
  font-size: 0.9em;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #F4EFDF;
}
.clear{ clear: both; visibility: hidden; height: 0;}