
@import url(navigation_white.css);
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*======================================

	4-1.Containers Layout
	
=======================================*/

body {
	margin: 0px auto; /* margin */
	text-align: center; /* Centering for IE6 */
}


/*=========================================================

	Layout
	
=========================================================*/


div#header
{
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

div#content,
div#footer
{
	width: 740px;
	min-width: em; /* 最小幅 */
	max-width: em; /* 最大幅 */
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------
	Side Border
--------------------------------*/

div#header,
div#content {
	border-color: #515151; /* 両サイドボーダーの色 */
}

/*=========================================================

	General
	
=========================================================*/

body {
	color: #aaaaaa;
	background-color: #fffffe;

  scrollbar-arrow-color:#aaaaaa;
  /*IE5.5以上対象です*/
  scrollbar-base-color:#aaaaaa;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3d-light-color:#000000;
  scrollbar-shadow-color:#aaaaaa;
  scrollbar-dark-shadow-color:#000000;
}

div#header {
	background-color: #ffffff;
	border-bottom: 0px solid #333333;
	border-right: 0px solid #333333;
	border-left: 0px solid #333333;

}

div#content {
	background-color: #fffff;
	border-right: 0px solid #333333;
	border-left: 0px solid #333333;
	border-bottom: 0px solid #333333;
}

div#content div#main {
	background-color: #fff;
	border-color: #eee; /* 本文カラム境界線 */
}


div#header p.siteName {
	width: 482px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	background-image: url(http://www.kanochi.sakura.ne.jp/title_kanochi_12.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*---------------
 Font Size Setting
-----------------*/

div.textBody {
	font-size: 93%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
}

/*---------------
 Link Color
-----------------*/

a:link {
	color: #999997;
	text-decoration : none;
}

a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}


TD{
  font-family: Verdana, Helvetica, sans-serif;
  font-size : 93%;
  line-height : 140%;
  color: #999997;
}

.Link_backb{
  font-size : 85%;
  text-decoration : none;
  color : #999999;
}

.imgnav {
	width: 170px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #303030;
	margin-top: 1px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: ;
	text-decoration: none;
	line-height: 100%;
	color: #aaaaaa;
	background-color: #303030;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #993300;
	text-decoration: none;
	color: #cccccc;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
