h3 {
	font-size:120%;
	color:#333333;
	border-bottom:3px solid #993300;
	margin-top:0.2em;
	margin-bottom:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
}


.margin-honbun {
 padding-top:20px;
 padding-left:30px;
 padding-right:10px;
}



/*　メニュー　*/
.text-menu {
	font-size: 84%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	padding:7px;
	margin-top:10px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* （参考）メニューの色つき箇所タイトル */
.line-menu-komoku2 {

	border-bottom:1px dotted #666666;
	background-color:#DFDF9F; 
	font-weight:bold;
}

/* メニューの色つき箇所タイトル */
.line-menu-komoku {

	border-bottom:1px dotted #666666;
	background-color:#CCCC66; 
	font-weight:bold;
}

/* メニューの右側部分の実線 */

.line-menu {
	border-right:1px solid #666666;
}


/* メニューの点線 */
.line-bot-ten {
	border-bottom:1px dotted #666666;
}


.blue {
	color:#3359cc;
}

.orenji {
	color:#FF9900;
}

	

/* インデックスページ表のタイトル */
.line-gray-title {
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: none ;
	border-top-color: #666666;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: none ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line-gray-top {
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid ;
	border-top-color: #666666;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: none ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line-gray-mid {
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid ;
	border-top-color: #666666;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.line-gray-bottom {
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: none ;
	border-top-color: #666666;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
	border-bottom-style: solid ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* インデックスページ「目次」部分 */
.mokuji {color:#996600;
font-weight:bold;
}

A:link,A:visited {
	color: #003366;
}

A:hover {text-decoration:none; color:#990000}

