/*--------------------------------------
	APAMAN SHOP 賃貸サイト
	ヘルプ専用
	2005/11/14
--------------------------------------*/
/*========================================
	リンクカラー 	*/
	
/*共通（灰色）*/
A:link,
A:visited,
A:active,
A:hover{
	color:#666666;
	text-decoration: underline;
	}

/*青*/
.blue,
A:link.blue,
A:visited.blue,
A:active.blue,
A:hover.blue{
	color:#3258C1;
	}

/*緑*/
.green,
A:link.green,
A:visited.green,
A:active.green,
A:hover.green{
	color:#307809;
	}

/*白*/
.white,
A:link.white,
A:visited.white,
A:active.white,
A:hover.white{
	color:#ffffff;
	}

/*赤*/
.red,
A:link.red,
A:visited.red,
A:active.red,
A:hover.red{
	color:#CC0000;
	}


/*========================================
	共通要素	*/
.noDisp{
	display:none;
}
.clear {
	clear: both;
	display: block;
	font-size: 1%;
	line-height:1%
}

/*影*/
.shadow{
	clear:both;
	background:url(../img/pct_shadow.gif) repeat-x;
	height:10px;
	width:100%;
	}

/*------------------------------
	戻る	*/

/*影*/
.boxGray{
	clear:both;	
	display:block;
	border:1px solid #999999;
	padding:10px;
	width:auto;
}
.boxRed{
	clear:both;	
	display:block;
	border:1px solid #CC0000;
	padding:10px;
	width:auto;
}


/*========================================
	リンクマーク*/

/*青*/
#etc .linkMark1,
#faq .linkMark1,
#howto .linkMark1{
	color:#3359C1;
	font-weight:bold;
	background:url(../img/icn_link1_blue.gif) no-repeat left top;
	height:18px;
	padding-left:18px;
}

#etc .linkMark2,
#faq .linkMark2,
#howto .linkMark2{
	color:#3359C1;
	font-weight:normal;
	background:url(../img/icn_link2_blue.gif) no-repeat left top;
	height:12px;
	padding-left:12px;
}

/*緑*/
#dic .linkMark1{
	color:#307809;
	font-weight:bold;
	background:url(../img/icn_link1_green.gif) no-repeat left top;
	height:18px;
	padding-left:18px;
}

#dic .linkMark2{
	color:#307809;
	font-weight:normal;
	background:url(../img/icn_link2_green.gif) no-repeat left top;
	height:12px;
	padding-left:12px;
}

/*灰色*/
.linkMarkUp{
	background:url(../img/icn_link2_gray_up.gif) no-repeat left top;
	height:10px;
	padding-left:10px;
}
.linkMarkNext{
	background:url(../img/icn_link2_gray.gif) no-repeat right top;
	height:10px;
	padding-right:10px;
}



/*------------------------------
	戻る	*/
.backBar{
	clear:both;
	background-color:#3359C1;
	height:15px;
	width:100%;
	}
.backBar a{
	display:block;
	margin:2px 10px;
	height:15px;
	width:35px;
	background:url(../img/icn_back_blue.gif) no-repeat left center;
	}
/*青*/
#etc .backBar,
#faq .backBar,
#howto .backBar{
	background-color:#3359C1;
	}
#etc .backBar a,
#faq .backBar a,
#howto .backBar a{
	background:url(../img/icn_back_blue.gif) no-repeat left center;
	}
/*緑*/
#dic .backBar{
	background-color:#307809;
	}

#dic .backBar a{
	background:url(../img/icn_back_green.gif) no-repeat left center;
	}



/*========================================
	見出し*/
#etc h1,
#faq h1,
#howto h1,
#dic h1{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	padding:5px;
}

#etc h2,
#faq h2,
#howto h2,
#dic h2{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
/*青*/
#etc h1,
#faq h1,
#howto h1{
	background-color:#3258C1;
}

#etc h2,
#faq h2,
#howto h2{
	color:#3258C1;
	border-bottom:1px solid #3258C1;
}

/*緑*/
#dic h1{
	background-color:#307809;
}

#dic h2{
	color:#307809;
	border-bottom:1px solid #307809;
}