/*****************************************************************************
  #AA#　基本設定

  #AB#　リンク
  
  #AC#　テーブルのサイズ

　#AD#　サブメニュー

　#AE#　パンくず　

　#AF#　内容の範囲

　#AG#　テキスト隠し

　#AH#　カテゴリタイトル（共通）

　#AI#　写真をクリックすると〜

　#AJ#　強調する文字

*****************************************************************************/

/*****************************************************************************
　　　　　　#AA#　基本設定
*****************************************************************************/
/*ブラウザ別のCSS解除*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,
blockquote,
table,th,td,span {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*スクロールバー*/
html {
	scrollbar-highlight-color:#F2F2F2;
	scrollbar-shadow-color:#cccccc;
	scrollbar-arrow-color:#999999;
	scrollbar-face-color:#F2F2F2;	
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#F2F2F2;
}

/*メイン（背景・フォント）*/
body {
	color: #777777;
	font-family: Verdana,Tahoma,Arial,Helvetica,"ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka;
	font-size: x-small;
	text-decoration: none;
	text-align: center;
	background-color: #FFFEE7;
	background-image: url(../image/bg_image.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

/*****************************************************************************
　　　　　　#AB#　リンク
*****************************************************************************/
A:link {
	text-decoration: none;
	color: #003366;
	}

A:visited {
	text-decoration: none;
	color: #663300;
	}

A:hover {
	color: #003366;
	text-decoration: none;
	}

/*****************************************************************************
　　　　　　#AC#　テーブルのサイズ
*****************************************************************************/
table.c1{ 
	border: 0px;
	width: 752px;
	height: auto;
	margin: 0px auto;
	}

/* 内容 */
#mainarea{ 
	background-image: url(../image/bottom_image.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	border-bottom: 1px solid #C7C7C6;
	width: 752px;
	height: auto;
	margin: 0px auto;
	}
	


/*****************************************************************************
　　　　　　#AD#　サブメニュー
******************************************************************************/
div#category_area {
	font-size: 9pt;
	width: 750px;
	height: 25px;
	margin: 0px 0px 8px 1px;
	background-image: url(../page/image/submenu_bg.gif);
	background-repeat: no-repeat;
}

div#category_area:after {
  content : "";
  display : block;
  height : 0px;
  clear : both;
}

ul#category {
	text-align: left;
	width: 750px;
	height: 25px;
	margin: 0px;
	display: inline;
	clear: both;
	overflow:hidden;
}

/********************************
　　　一覧
********************************/
ul#category li,ul#category li a {
	font-size: 9pt;
	text-align: left;
	line-height: 25px;
	width: auto;
	height: 25px;
	overflow :hidden;
	display: block;
	float: left;
	}

ul#category li a {
	font-size: 9pt;
	text-align: left;
	letter-spacing: 3px;
	line-height: 25px;
	background-image: url(../page/image/submenu_bg.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 25px;
	overflow :hidden;
	display: block;
	float: left;
	}

/*firefox用ハック*/
html>/**/body ul#category li a  {
	letter-spacing: 1px;
}

ul#category li a:link,ul#category li a:visited {
	color: #59493F;
	background-position: 0px 0px;
}

ul#category li a:hover {
	color: #59493F;
	background-position: 0px -25px;
}

ul#category li a span {
	font-size: 9pt;
	text-align: left;
	line-height: 25px;
	background-image: url(../page/image/menu_arrow.gif);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 25px;
	height: 25px;
	}

/********************************
　　　現在地のリンク
********************************/
ul#category li#here a {
	background-position: 0px -25px;
}

/*****************************************************************************
　　　　　　#AE#　パンくず　
******************************************************************************/
div#pan {
	font-size: 7pt;
	text-align: left;
	width: 742px;
	height: 1em;
	margin: 0px 5px 15px 5px;
}


/*****************************************************************************
　　　　　　#AF#　内容の範囲　
******************************************************************************/
div#contents_area {
	color: #777777;
	font-size: 9pt;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	width: 670px;
	height: auto;
	border: 1px solid #D9D9D9;
	margin: 0px auto 30px auto;
	padding: 22px 0px 30px 0px;
}

div#contents_area table {
	margin: 0px auto;
}

div#contents_area table td {
	line-height: 1.5em;
	text-align: center;
}


/*****************************************************************************
　　　　　　#AG#　テキスト隠し
******************************************************************************/
.non_txt {
	display: none;
}


/*****************************************************************************
　　　　　　#AH#　カテゴリタイトル（共通）
******************************************************************************/
h3 {
	background-position: left top;
	background-repeat: no-repeat;
	width: 618px;
	height: 40px;
	margin: 0px auto 30px auto;
}

/*****************************************************************************
　　　　　　#AI#　写真をクリックすると〜
******************************************************************************/
p.click {
	color: #990000;
	text-align: left;
	width: auto;
	height: 1em;
	margin-bottom: 5px;
}

/*****************************************************************************
　　　　　　#AJ#　強調する文字
******************************************************************************/
p strong {
	letter-spacing: 0.1em;
	margin: 0px 0.8em;
}

/*firefox用ハック*/
html>/**/body p strong  {
	letter-spacing: 0em;
}

p strong.short {
	letter-spacing: 0.5em;
	margin: 0px 1em;
}

