p {
	font-size:14px;
	line-height:22px;
}

td {
	font-size:14px;
	line-height:22px;
}
th {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
.title {
	font-size:12px;
	line-height:15px;
	color:#006400;
	margin-bottom:4px;
	font-weight:bold
}
.indent {
	font-size:12px;
	line-height:15px;
	margin-left:30px;
	margin-bottom:5px
}

UL{
	font-size:14px;
	line-height:22px;
}

OL{
	font-size:14px;
	line-height:22px;
}

/*
DL{
	font-size:14px;
	line-height:22px;
}

DT{
	font-weight: bold;
	line-height: 28px;
}
*/

.H2 {
	font-size: 16px;
	color:#0000A0;
	font-weight:bold;
}

/*******************/
p.desc{
	margin:0;
	color:#99CC99;
	font-weight:bold;
	font-size:15px;
}
p.subtitle{
	margin:0;
	color:white;
	font-weight:bold;
	font-size:16px;
}
.seminar p.desc{
	color:#FFCCCC;
}

.tsushin p.desc{
	color:#CCCCFF;
}

div.description,p.description{
	background:#dddddd;
	margin-top:20px;
	margin-bottom:5px;
	padding:10px;
}

.manual h1,.seminar h1,.tsushin h1{
	margin:0;
	color:white;
	line-height: 120%;
	font-size:24px;
	font-weight:bold;
}

.manual h2,.seminar h2,.tsushin h2{
	font-size: 16px;
	font-weight:bold;
}


/*	20200604 追加	*/

.manual h1 .h1_cap {
	font-size:16px;
	line-height:20px;
}
.manual h1 .h1_cap2 {
	font-size: 16px;
	line-height: 20px;
	color: #99CC99;
}

/*	20200604 追加ここまで	*/


/*	パンくず	*/
#sub_nav {
	margin: 0px;
	height: auto;
	width: 640px;
	position: relative;
	background-color: #FFBE00;
	text-align: left;
	display: block;
	font-size: 12px;
	color: #FF0000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#sub_nav .nav-item {
	text-align: left;
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height:15px;
}
#sub_nav .nav-item a {
	color: #CC0000;
}
#sub_nav .nav-item a:hover {
	color: #00CC00;
	text-decoration: none;
}
/*	パンくずここまで	*/



/*テキスト140704追加*/
.txt_color_red{
	color:#FF0000;
}
.txt_color_blue{
	color:#0000FF;
}
.txt_color_blue_bt{
	color:#000088;
	font-weight: bold;
}
.txt_color_blue_a{
	color:#0000a0;
}
.txt_bold{
	font-weight: bold;
}
.txt_18midashi{
	font-size:18px;
	font-weight: bold;
}



/*ENDテキスト140704追加*/

/*20150309追加ここから*/

hr{
	height:1px;
	border: 0 none; 
	background-color: #696969;

}

.manual .toc dl{
	margin-left:0;
	padding-left:0;
}

.toc dt{
	margin-top:1em;
	margin-left:1em;
	color:black;
	font-weight:bold;
}

.toc dd{
	margin-left:40px;
	line-height:25px;
	color:black;
}

.toc dd.txt_mokuji{
	line-height:35px;

}

.notice{
	margin-left:40px;
	color:red;
}

/*20150309追加ここまで*/


/*	マニアル参考書表組	*/

dl#hyo1 {
	margin: 10px 0;
}

#hyo1 dt, #hyo1 dd {
  line-height: 22px; }


dl#hyo1 {
	border-top: none;
	width: 500px;
}
dl#hyo1 dt{
	margin-left:40px;
	padding-left: 0.1em
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	float: left;
	width: 170px;
	font-weight: normal;
	margin-top:0em;
}

dl#hyo1 dd{
	border-top: 1px solid #ffffff;
	margin-left: 210px;
	font-weight: normal
}

/*	マニアル参考書表組ここまで	*/


#foota {
	color: #0066CC;
	line-height: 140%;
	text-align: center;
	display: block;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border: 1px dotted #0066FF;
	font-size: 12px;
	position: relative;
}
#foota-menu {
	color: #0066CC;
	line-height: 140%;
	background-color: #E5FFFF;
	text-align: center;
	display: block;
	padding: 5px;
	height: auto;
	width: auto;
	clear: both;
	border: 1px dotted #0066FF;
	font-size: 12px;
	margin: 0px;
}
#foota-menu a {
	color: #0066CC;
	text-decoration: underline;
}
#foota-menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
