h1 {
	background-image: url(../../../../imgs/guid/ctg/05/title_bar.gif);
	height: 42px;
	width: 600px;
	font-size: 16px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: -10px;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-image: url(../../../../imgs/guid/ctg/05/h3.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left bottom;
	color: #606060;
}

/*
	オリジナル
*/
h2
{
	background-image: url(../../../../imgs/guid/ctg/05/h2.gif);
	border-bottom:solid 1px #BF7C00;
}
/*
H23.10.18 H4タグ書き換え
h4
{
	background-image:url('../../../../imgs/guid/ctg/05/h4-bar.gif');
	border-bottom-color:#FFCC66;
	border-right-color:#FFCC66;
	border-left-color:#FFCC66;
}
*/
.ContentName {
	padding-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #BF7C00;
	color: #333333;
}
/*
H23.10.18追加
*/
h4
{
	background-image:url('../../../../imgs/guid/ctg/05/h4-bar.gif');
	font-size:100%
	font-weight:bold;
	border-bottom-color:solid 2px #FFCC66;
	border-right-color:solid 2px #FFCC66;
	border-left-color:solid 2px #FFCC66;
	margin-top:0.7em;
	margin-bottom:0.3em;
}
h5{
	font-size:100%;
	font-weight:normal;
	padding:2px 3px 2px 7px;
	border-left:solid 15px #FFCC66;
	margin-top:0.7em;
	margin-bottom:0.3em;
}

h6{
	font-size:100%;
	font-weight:normal;
	padding:2px 3px 2px 7px;
	border-left:double 7px #FFCC66;
	margin-top:0.7em;
	margin-bottom:0.3em;	
}

dd{
	font-size:100%;
}

dt{
	font-size:100%;
}

dl{
	font-size:100%;
}

ol,ul{
	font-size:100%;
	line-height:150%;
	margin-top:0em;
	margin-bottom:0em;
}
