/*------------------------------------------
	初期設定
------------------------------------------*/
body,p,td{
	font-size:x-small;
	line-height:150%;
	color:#666666;
}

h1,h2,h3,h4,h5{
padding:0px;
margin:0px;
}

ul,ol,li,dl,dt,dd{
	margin:0px;
	padding:0px;
}


a{
	color:#E4802F;
}

/*リンクマーク*/
.markLink{
	background:  url(../img/icn_link.gif) no-repeat left top;
	padding-left: 15px;
	height:11px;
}
.markPdf{
	background:  url(../img/icn_pdf_small.gif) no-repeat left top;
	padding-left: 20px;
	height:17px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*------------------------------------------
	見出しテキスト
------------------------------------------*/
#baseBG{
	width:750px;
	background: url(../img/base_mdl.gif) repeat-y center top;
	text-align:left;
}

#baseBG #Pdg{
	padding:20px 25px;
}

#baseBG h2{
	clear:both;
	padding:20px 0px 10px 0px;
	background: url(../img/ttl_bar.gif) no-repeat left top;
	/*テキストの場合用*/
	font-size:18px;
	font-weight:bold;
	color:#0E449A;
}

#baseBG h3{
	clear:both;
	padding-left:10px;
	margin-bottom:10px;
	height:20px;
	background: url(../img/read_bar.gif) no-repeat left top;
	/*テキストの場合用*/
	font-size:14px;
	font-weight:bold;
	color:#0E449A;
}

#baseBG h4{
	clear:both;
	padding-left:10px;
	margin-bottom:10px;
	height:20px;
	background: url(../img/mds_bar.gif) no-repeat left top;
	/*テキストの場合用*/
	font-size:12px;
	font-weight:bold;
	color:4D6992;
}

#baseBG #readArea{
	margin-left:10px;
}

/*------------------------------------------
	テキスト
------------------------------------------*/
/*色*/
.colorBlue{
	color:#0E449A;
}

/* 注意書き(※)テキスト*/		
.notes{
	font-size:xx-small;
	margin-left:12px;
	text-indent:-12px;
	}



