/* Natural Style Sheet            */
/* Editor SB-Lab Yasushi KAMATA   */
/* Website http://www.sb-lab.jp/  */

/* 全般設定 */
html {
}

body {
  color: #333333;
  font-size: 90%;
  line-height: 130%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ丸ゴ Pro W4', Osaka, 'MS P ゴシック',Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}


/* リンク */
a { 
  font-style: normal;
  font-weight: bolder;
  text-decoration: underline;
}

 /* カーソルが上に来たとき */
a:hover {
  background-color: #ff9900;
  color: #0000ff;
}

 /* 訪問済みのリンク部分 */
a:visited {
 color: #0000ff;
} 


/* -------------------  ヘッダー始まり  ------------------- */
 /* ヘッダー部分 */
#category_link {
  background: url(images/category-link.jpg) no-repeat left top;
}

 /* ヘッダー部ナビ */
#navi {
  width: 748px;
  padding: 0px;
  margin: 0px 0px 0px 29px;
}

 /* ヘッダー部ナビリスト部分 */

 /* ヘッダー部メニュー */
.menu {
  list-style: none;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  float: left;
  font-weight: bold;
}

.menu p {
  padding: 0px;
  margin: 0px;
}

 /* ヘッダー部メニューリンク部分 */
.menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666666;
  padding-top: 8px;
  width: 120px;
  height: 22px;
}

 /* ヘッダー部メニューリンク部分カーソル上にきたとき */
.menu a:hover {
  color: #ff9900;
  text-decoration: none;
  background-color: transparent;
}

 /* ヘッダー部メニューリンク部分訪問済 */
.menu a:visited {
  color: #666666;
  text-decoration: none;
}


/* -------------------  ヘッダー終わり  ------------------- */



/* ------------------- コンテンツ始まり ------------------- */

#contents {
  width: 770px;
  margin-top: 10px;
}

/* ---------  左サイド部分始まり  --------- */

 /* 左サイド部分タイトル */
.left_title {
	width: 177px;
	height: 36px;
	padding-left: 10px;
	padding-top: 2px;
	margin: 0px;
	font-weight: bold;
	background: url(images/side.jpg) no-repeat left top;
	font-size: 12px;
	color: #666666;
}

 /* 左サイド部分中身 */
.left_contents {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}


/* ---------  左サイド部分終わり  --------- */


/* ---------  中央コンテンツ部分始まり  --------- */

 /* 中央コンテンツ部分中身 */
.center_contents {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10px;
	color: #666666;
}

/* ---------  中央コンテンツ部分終わり  --------- */




/* ------------------- コンテンツ終わり ------------------- */


/* -------------------  フッター始まり  ------------------- */

 /* フッター部テーブル */
#footer {
	width: 770px;
	margin-top: 10px;
	font-size: 10px;
	color: #666666;
}


/* -------------------  フッター終わり  ------------------- */
