@charset "Shift_JIS";

	
	

/* 文字サイズ「小」------------------------------------------------------------------------------------*/
* {
	font-size: small;
	line-height: 1.4em;
}

td.bg_head {
	width: 280px;
	background-image: url(../images/bg_head_sma.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 14px;
	padding-right: 16px;
}


/* 見出し要素の指定---------------------------------*/
h2.mds1 {
	background-image: url(../images/bg_midashi.gif);
	background-repeat: repeat;
	width: 492px;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-left: 7px solid #22AD3A;
	font-size: 14px;
	text-indent: 10px;
	padding: 4px;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 20px;
}
h3.mds2 {
	width: 492px;
	border-bottom: 1px dashed #C9C9C9;
	border-left: 7px solid #22AD3A;
	font-size: 14px;
	text-indent: 10px;
	padding: 4px;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 15px;
}	
h4.mds3 {
	font-size: 12px;
	text-indent: 5px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 4px solid #999;	
	margin-right: 10px;
	padding-top: 2px;
}	
