@charset "utf-8";

/*========================================
* glossary
*=======================================*/


/*===== 年号見出し =====*/
#main .title_top{
width: 220px;
padding:5px 0px 5px 5px;
color: #FFF;
background: #C51018 url(../../common/images/module/title01_bg.gif) repeat-x;
}

#main .title_sub{
margin-bottom:5px;
padding:5px 0px 5px 5px;
color: #FFF;
background-color:#000000;
}

.listbox{
	width: 720px;
	clear:both;
    display:table;
}

.leftbox{
    width: 225px;
    padding:5px;
    float:left;
    display:table;
}

.listbox ul{
  margin-bottom:10px;
  border:solid #E5E5E5 1px;
  padding:10px 0px 10px 10px;
}

.listbox li{
 list-style-position: inside;
 list-style-type: disc;
}

dl.glossary_parts {
	width: 720px;
	border:solid #EBEAEA 1px;
	margin-bottom:10px;
}

.glossary_parts dt{
	background-color:#EBEAEA;
	font-weight: bold;
    padding:5px;
	margin:10px;
    display:block;
}

.glossary_parts dd{
    padding:5px;
	margin:10px;
}

div#main ul.term{
	width:100%;
	margin:0 0 10px 0;
	clear:both;
    display:table;
	border-bottom-style:solid;
	border-bottom-color:#BE0D12;
	border-bottom-width:5px;
	}

div#main ul.term li{
	margin:0 1px 0 0;
   float:left;
   display:block;
}
div#main ul.term li span{
	width:65px;
	margin:0;
	padding:10px 0;
	text-align:center;
	display:block;
	color:#B4B4B4;
	border-style:solid;
	border-color:#D4D4D4;
	border-width:1px;
	border-bottom-style:none;
	background-image:url(../images/bg_term.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
div#main ul.term li a{
	width:65px;
	margin:0;
	padding:10px 0;
	text-align:center;
	display:block;
	color:#333333;
	border-style:solid;
	border-color:#D4D4D4;
	border-width:1px;
	border-bottom-style:none;
	background-image:url(../images/bg_term.gif);
	background-position:center top;
	background-repeat:no-repeat;
	}
div#main ul.term li a:hover{
	color:#CC0000;
	}
div#main ul.term li.term_on a , div#main ul.term li.term_on a:hover{
	width:65px;
	margin:0;
	padding:10px 0;
	text-align:center;
	display:block;
	color:#ffffff;
	border-style:solid;
	border-color:#BE0D12;
	border-width:1px;
	border-bottom-style:none;
	background-image:none;
	background-color:#BE0D12;
	font-weight:bold;
	}






