@charset "utf-8";

#content h2 {
	width:550px;
	background-image: url(../image/tag/h2_bg.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	margin: 0px;
	padding: 10px 0 12px 20px;
	color: #133E66;
	line-height: 105%;
}

#content h3 {
	font-size: 120%;
	width: 520px;
	margin: 10px auto 5px auto;
	padding: 3px 0 3px 10px;
	background-color: #D0E8FD;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #535D65;
	text-shadow:#fff 1px 1px 2px;
	color: #133E66;
}
#content h4 {
	font-size:120%;
	color: #133E66;
	width: 515px;
	margin: 10px auto;
	padding: 1px 0 0 10px;
	background-image: url(../image/tag/h4_head.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	line-height: 100%;
}
#content h5 {
	font-size:110%;
	margin: 4px 0 4px 16px;
	color: #133E66;
}
#content p,
#content ul,
#content ol {
	margin: 0px;
	padding: 5px 10px 5px 20px;
}
#content ul li {
	background-image: url(../image/common/list_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding-left: 12px;
}
#content ol li {
	list-style-type:decimal;
	list-style-position: outside;
	margin-left: 20px;
}
#content table {
	margin:10px;
}
#content th {
	padding:5px;
	background-color: #E1E1C8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content td {
	padding:5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F7FAEB;
}
#content dl {
	padding:5px;
}
#content dt {
	float: left;
	padding:5px;
}#content dd {
	padding:5px;
	padding-left: 30px;	
	
}
