/*基本P要素*/
p {
	font-size: x-small !important;
	_font-size: 10pt;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
	margin: 0px 20px 0px 25px;
	padding: 2px 0px 5px 0px;
	color: #333333;
	}

.btnTextFooterLink {
	font-size: xx-small;
	font-weight: normal;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 2px 25px;
	}

/*テキストのマージン*/
.TextPaddingMargin {
	margin: 0px 20px 0px 25px;
	}

/* H1 */
h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* H2 */
h2 {
	font-size: small;
	_font-size: x-small;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000033;
	}
	
/* H2 */
h2.midashi {
	margin: 0px;
	padding: 20px 20px 0px 25px;
	
	font-size: small !important;
	_font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000033;
	}
/* H2 見出し */
h2.midashi2 {
	margin: 0px;
	padding: 20px 20px 0px 25px;
	font-size: x-small !important;
	_font-size: xx-small;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000033;
	}
	
/* H2 案件タイトルat案件詳細ページ*/
h2.projectTitle {
	margin: 0px;
	padding: 11px 20px 0px 25px;
	font-size: x-small !important;
	_font-size: xx-small;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000033;
	
	background-image: url("../img/cts/hrInner.gif"); background-repeat: no-repeat; background-position: center top;
	}

/*H3*/
h3 {
	margin: 0px;
	padding: 0px 20px 0px 25px;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000033;
	}
	
h3.cap {
	margin: 0px;
	padding: 0px 20px 0px 25px;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #7F7F99;
	}

/* H4 */
h4 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000033;
	}

/* H5 */
h5 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000033;
	}
	
/* H6 */
h6 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: xx-small;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000033;
	}


	
.small {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}
	
.xsmall {
	font-size: 60%;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}

.ctsBody ul {
	font-size: x-small !important;
	_font-size: xx-small;
	font-weight: normal;
	line-height: 170%;
	text-align: left;
	margin: 0px 20px 5px 25px;
	padding: 2px 0px 5px 0px;
	color: #333333;
	}
