/* CSS Document */

/* 設定基本BODY */


/* 設定基本リンク */




/* 設定基本見出し */


/* 設定基本セル部分 */




/* 設定indexメニュー部分 */


/* 設定TABLE */



	


.brown-right{
  
  border-right-width : medium;
  
  border-right-style : solid;
  
  border-right-color : maroon;
}




.link-white{
  
  color : #ffffff;
}

.linktitle{/*リンク項目タイトルの設定*/
  
  padding: 2px 1.5em 1px 1.5em;
  border : 1px solid #bababa;
  color: #333333;
  background-color: #FFFFFF;
  font-size : 11pt;
  letter-spacing: 0.2em;
  }
.mark{/*リンク項目タイトルの左のマーク部分*/
  
  
  font-size: 8px;
  background-color: #BB5566;
  
  width : 10px;
}
.migisita-gray{
  border-right-width : thin;
  border-bottom-width : thin;
  border-right-style : ridge;
  border-bottom-style : ridge;
  border-right-color : silver;
  border-bottom-color : silver;
  border-top-width : thin;
  border-left-width : thin;
  border-top-style : ridge;
  border-left-style : ridge;
  border-top-color : silver;
  border-left-color : silver;
}
BODY{
  
  
  background-color : #ffffff;
  background-image : url(bg01.gif);
}
.table1{
  background-color : #ffffff;
border-width : thin thin thin thin;border-top-style : groove;border-left-style : groove;border-right-style : groove;border-bottom-style : groove;border-color : gray gray gray gray;
  background-image : url(bg01.gif);
}
.table2{
  background-color : #f9f0c8;
  background-image : url(bg01.gif);
}
.dot1{
  background-color : #e3e19b;
}

#menu_left p {
margin: 25px 0px 0px 25px;
font-size:9px;
color:#fff;
font-weight:bold;
text-transform: uppercase;
}

#nav{
	margin: 0;
	padding: 0;
	float: left;
}
#nav A{
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 150px;
	display: block;
	text-indent: 1em;
	border: 1px solid #333333;
	background-image : url(nav.gif);
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#nav A:HOVER{
	background-image : url(nav_hover.gif);
}
