body{
	color:#FF0000;
	background-color:#FFFFFF;
	line-height:1.5em;
}

h1{
	font-size:2em;
	margin-top:1em;
}
h2{
	width:500;
	position: relative;
	font-size:1em;
	border-left:solid 18px #5e8eab;
	padding-left:7px;
	text-align:left;
}


A{
  color : red;
  text-decoration : none;
}
A:HOVER{
  color : blue;
  text-decoration : underline;
}
#A2{
  color : red;
  text-decoration : underline;
}
:hover#A2{
  color : blue;
  text-decoration : underline;
}

.contents{
	position:absolute;
	left:240px;
	top:15px;
	width:550px;
	boder-left:solid 1px #5e8eab;
}

/* ナビゲーションバー */
table.navi {
	width:550px;
	font-size:14px;
}
table.navi img{
	vertical-align:middle;
}

table.navi .naviprev{
	width:150px;
	text-align:right;
}
table.navi .navicenter{
	width:250px;
}
table.navi .navinext{
	width:150px;
	text-align:left;
}

/* パンくずリスト用 */

.pan{
	float:right;
	font-size:12px;
	text-align:right;
	margin:0px 0px 0px 0px;
	border-top: dotted 2px gray;
	border-bottom: dotted 2px gray;
}

.panhere{
	color:red;
	font-weight:bold;
	background-color:#FFECFF;
}


/* メインメニュー用テーブル */

table.menu{
	position:absolute;
	left:10px;
	top:85px;
	width:180px;
	line-height:10px;
	border-collapse: collapse;
	line-height:130%;
	bordercolor:#FF5050;
}

table.menu A:HOVER{
	background-color:#FFECFF;
}

.menu_kinoko{
	height:50px;
	background-color: #FFFFFF;
}

.mainmenu_box_tab{
	height:20px;
	color: #FFFFFF;
	background-color: #FF5050;
	border-left-style:solid; 
	border-left-width:1; 
	border-right-style:solid;
	border-right-width:1;
	border-top-width:1;
	border-bottom-width:1;
	bordercolor:#FF5050;
}

.mainmenu_box{
	line-height: 16pt;
	color: red;
	background-color: #FFFFFF;
	border-left-style:solid; 
	border-left-width:1; 
	border-right-style:solid;
	border-right-width:1;
	border-bottom-style:solid;
	border-bottom-width:1;
	bordercolor:#FF5050;
}


.mainmenu_row1{
	font-size:16px;
}
.mainmenu_row2{
	font-size:12px;
	padding-bottom:8px;
	padding-left:12px;
}
.mainmenu_row3{
	font-size:12px;
	padding-left:12px;
}

.menu_sub_idx{
	font-size:12px;
	color:#red;
}
.menu_here{
	font-size:16px;
	color:red;
	font-weight:bold;
	background-color:#FFECFF;
}

.menu2_here{
	font-size:12px;
	color:red;
	font-weight:bold;
	background-color:#FFECFF;
}

/* 戯言用サブメニュー*/
.submenu_box_tab{
	height:20px;
	color: #FFFFFF;
	background-color: #FF5050;
	border-left-style:solid; 
	border-left-width:1; 
	border-right-style:solid;
	border-right-width:1;
	border-bottom-style:solid;
	border-bottom-width:1;
	bordercolor:#FF5050;
}
.submenu_box{
	line-height: 14pt;
	color: red;
	background-color: #FFFFFF;
	border-left-style:solid; 
	border-left-width:1; 
	border-right-style:solid;
	border-right-width:1;
	border-bottom-style:solid;
	border-bottom-width:1;
	bordercolor:#FF5050;
}
.submenu_row1{
	font-size:14px;
	font-weight:bold;
	color : red;
}
.submenu_row2{
	font-size:12px;
	padding-left:10px;
}
.submenu_row3{
	font-size:12px;
	padding-left:10px;
}
.submenu_row2_here{
	font-size:12px;
	color:red;
	font-weight:bold;
	background-color:#FFECFF;
}