@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

body {
	background: #ffe4c4 url(img/);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #40290c;   /*　文字色　*/
}

html     /* Firefoxで常にスクロールバーを表示 */
	height:100%;
	margin-bottom:1px;
}


/*---------- リンク ----------*/


a:link {
	color: #40290c;
	text-decoration:none;
}

a:visited {
	color: #597a90;
}

a:hover {
	color: #dda0dd;
}

#menu a:link {
	color: #40290c;
	text-decoration:none;
}

#menu a:visited {
	color: #604017;
	text-decoration:none;
}

#menu a:hover {
	color: #1d1102;
	text-decoration:none;
}


h1{          /*　タイトル　*/
	padding: 15px 0 0 0;
	font-size: 20px;
	font-family:"Century Gothic",Verdana,Arial;
	color:#2c4b0f;
	letter-spacing:0.2em;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0.1em;
}

h3 {         /*　記事の項目タイトル　*/
	background: #eee8aa url(img/) no-repeat left center;
	margin: 10px 0 10px 0;
	padding: 5px 0 1px 10px;
	font-size: 14px;
	color:#2c4b0f;
	letter-spacing:0.1em;
}

h4 {
	font-size: 13px;
	letter-spacing:0.1em;
}


h5 {
	font-size: 12px;
	letter-spacing:0.1em;
}


/*---------- レイアウト ----------*/

#header,
#main,
#footer {
	width: 800px;
	margin: auto;
	text-align: center;
}


/* ----------　ページ全体　------------- */

#all {
	width: 800px;
	padding: 15px 0;
	margin: auto;
	text-align: center;
	background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 800px;
  height: 100px;
  border-bottom: solid 1px #cccccc;
  background-color: #ffffff;
  background-image: url(./image/top.jpg);
  background-repeat: no-repeat;
}


#header p {
  margin: 0;
  padding:  30px 0 0 5px;
  text-align: left;
  font-size: 10px;
  color: #a9a9a9;
  letter-spacing: 1px;
}


/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	text-align: left;
	background: #ffffff url(img/);    /*　左側の背景画像　*/
}


/*---------- メニュー ----------*/

#menu {
	width: 120px;
	height: 100%;
	padding: 20px 15px;
	float:left;
}

.mbut {
	text-align: center;
	width: 118px;
	margin: 5px 0; 
	padding: 4px 0 2px 0;
	background-color: #edd898;     /*　左メニューボタン背景色　*/
	border: 1px solid #b8997a;     /*　左メニューボタン枠　*/
}

/*---------- コンテンツ ----------*/

#container {
  width: 800px;
  overflow: hidden;
  margin: 0px;
  padding: 7px 6px 6px 6px;
  background: #ffffff url(img/);
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/


#kizi {
	padding: 0px 0px 0px 15px;
	width: 630px;
	float:right;
	background-color: #ffffff;
}



/* ----------　フッター　------------- */

#footer {
	color: #40290c;    /*　フッター文字色　*/
	background-color: #bdb76b;    /*　フッター背景色　*/
	font-size: 10px;
}

#footer div {
	padding: 30px;
}


/* ----------　著作権表示　------------- */

#copy {
	text-align: center;
	font-size: 10px;
	margin: 3px 33px;
}