
/* テーブルナビボタン */
         
td.navi { 
background-image: url("../images/tab_base.gif") ;
background-position: center center;
}
td.here { 
background-image: url("../images/tab_here.gif") ;
background-position: center center;
}
td.sub { 
background-image: url("../images/submenu.gif");
}
td.subhere { 
background-image: url("../images/subhere.gif");
}
td.bottom{ 
background-image: url("../images/tab_bottom.gif");
}

/* メニューバーリンク */
td.navi a:link,  td.navi a:visited {
color:#003300; 
text-decoration: none;
}
td.here a:link,  td.here a:visited {
color:#000099; 
text-decoration:none;
}
td.sub a:link,  td.sub a:visited {
color:#000099; 
text-decoration: none;
}
td.subhere a:link,  td.subhere a:visited {
color:#ff0000; 
text-decoration: overline underline;
}

/* メニューバーマウスオーバー */
td.navi a:hover{
	color:#0000ff; 
	text-decoration:none;
	font-size:110%;
	background-color:transparent;
	font-weight:normal;
}
td.here a:hover{
	color:blue; 
	text-decoration:none;
	font-size:110%;
	background-color:transparent;
	font-weight:normal;
}
td.sub a:hover{
	color:red;
	text-decoration:underline overline;
	font-size:110%;
	background-color:transparent;
	font-weight:normal;
}
td.subhere a:hover{
	color:red;
	text-decoration:overline underline;
	font-size:110%;
	background-color:transparent;
	font-weight:normal;
}

/*本文スタイル*/

table{	
	color:#222222;
	line-height:150%;
}
div.honbun{
	color:#111111;
	font-size: 110%;
	clear: both;
		}
		div.honbun table.free td {
			padding: 0;
		}
div.small{
	font-size:11pt;
}
div.logbox{
   	border: solid 1px #808080;
    height: 150px;
	width:100%;
    overflow: auto;
	color:#8B0000;
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴシック",sans-serif;
}

.comment{
   	border: solid 1px #CD5C5C;
	background-color : #FAEBD7;
  	margin-left: 40px;
	margin-right: 40px;
    padding: 0.5em;
	font-size:90%;
}
.explain{
   	border: solid 1px #800000;
	background-color : #c0faf3;
 	padding: 0.5em;
	font-size:90%;
	margin-top:0px;
}
.quote{
	font-family:"DF P中楷書体","HG正楷書体","HGP正楷書体",serif;
	color:#000033;
	border: 1px solid #800080; 
	padding: 5px!important; 
	background-color: #F0F8FF;
	margin-top:0px;
}
.question{
	color:#110077;
	background-color:#EEEEEE;
	border:1px dotted #999999;
	padding-left:1em
	}
/*写真のスタイル*/
div.photo_r{
	border:1px solid #808080;
	color:#8B0000;
	background-color:white;
	text-align:center;
	margin:20px;
	float:right
	}
div.photo_l{
	border:1px solid #808080;
	color:#8B0000;
	background-color:white;
	text-align:center;
	margin:15px;
	float:left
	}
	

