@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%;}

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

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





@import url(navigation_white.css);
body {
	margin: 0px auto; /* margin */
	text-align: center; /* Centering for IE6 */
}

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

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

div#header
{
	width: 740px; /* (example: 50%~100%, 400px~1000px, 60em, etc. )*/
	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: #000000;
	background-color: #ffffff;

/*スクロールバーの色を設定します*/
  scrollbar-arrow-color:#aaaaaa;
  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: #ffffff;
	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; /* 本文カラム境界線 */
}

/*---------------
 Font Size Setting
 本文文字サイズ
-----------------*/

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


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

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

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

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

/*---------------
 Website Title
-----------------*/

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;
}


div#header p.siteName a {
	color: #333;
}

div#header p.siteName a:hover {
	color: #33;
}

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


.Link_backb{
  font-size : 10px;
  text-decoration : none;
  color : #999999;
}

.travels_link{
  font-size : 12px;
  font-family : Verdana, Helvetica, sans-serif;
  color: #990000;
}

input{
  font-size : 12px;
  text-decoration : none;
background-color : transparent;
border-style : solid solid solid solid;
border-width : 1px 1px 1px 1px;
border-color : silver silver silver silver;
  scrollbar-arrow-color : black;
  scrollbar-track-color : transparent;
  scrollbar-track-color : transparent;
}

textarea{
  font-size : 93%;
  text-decoration : none;
background-color : transparent;
border-style : solid solid solid solid;
border-width : 1px 1px 1px 1px;
border-color : silver silver silver silver;
  scrollbar-arrow-color : black;
  scrollbar-track-color : transparent;
  scrollbar-track-color : transparent;
}