@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
	margin: 0 ;
	padding: 0;
	font-size: 75%;
	line-height: 1.5;
	color: #653818;
	background: #ffffff;
}
h1{
	font-size: 150%;
	margin-bottom: 0em;
	padding: 0;
	color: #333333;
}

h2{
	font-size: 132%;
	color: #006666;
	border-left: 10px solid #FF6600;
	margin: 20px 0px 5px 0;
	padding: 0px 0px 0 5px;
}
h3{
	font-size: 117%;
	color: #006666;
	border-left: 5px solid #666666;
	margin: 20px 0 5px 0;
	padding: 0px 0px 0 5px;
}
a {
	text-decoration: none;

}
img {
	border: none;
	margin-right: 1em;
}

table tr, td{
	font-size: 90%;
	empty-cells: show;
}

p {
	font-size: 117%;
}

/* ヘッダ・ナビゲーション
---------------------------------------------------- */
#header {
  height: 200px;
  color: #653818;
  background: #ffffff url(../images/back_header.jpg) repeat-x;
}
}

/* ヘッダ・ナビゲーション 選択されている
---------------------------------------------------- */


/* コンテンツ
---------------------------------------------------- */
#layout {
  margin: 30px 0 0 30px;

 }



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

/* Hides from IE-mac \*/
* html ul#menu li a, * html ul#menu li {
  height: 40px;
  line-height: 1.5;
}
/* End hide from IE-mac */
/* line-heightはli間の隙間をなくするために指定 */

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0;
  padding: 2em 1em 1em;
  font-size: x-small;
  color: #b8a68a;
  background: transparent;
}
#footer span {
  text-transform: uppercase;
}

