/* ---------------------------------------------------------

WWW.ACTOSAKA-LAW.COM Cascading Style Sheets

File Name  : dir_contact.css
Author     : katsuaki mae 
update     : 2008.01.30

--------------------------------------------------------- */

/* --------------------------------------------------------------------
contact_txt | 通常テキスト
-------------------------------------------------------------------- */
p.contact_txt {
	padding: 0 10px;
	margin-bottom: 30px;
}

span.contact_number {
	font-size: 180%;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

/* --------------------------------------------------------------------
business_idx_box | 300px二分割BOX
-------------------------------------------------------------------- */
div.contact_idx_box {
	width: 300px;
	margin-bottom: 30px;

}


/* --------------------------------------------------------------------
business_idx_linktitle | リンクタイトル
-------------------------------------------------------------------- */
/* BULE */
.contact_idx_linktitle_b {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 4px #519FC5;
	font-size: 120%;
	background: url(../img/business/business_idx_linktitle_bg.jpg) repeat-x bottom;
}

.contact_idx_linktitle_b a {
	display: block;
	border-right: solid 1px #FFF;
	padding: 15px 15px 15px 42px;
	background: url(../img/common/ico_arw_blue01.gif) no-repeat center left;
}

/* GREEN */
.contact_idx_linktitle_g {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 4px #7FDA94;
	font-size: 120%;
	background: url(../img/business/business_idx_linktitle_bg.jpg) repeat-x bottom;
}

.contact_idx_linktitle_g a {
	display: block;
	border-right: solid 1px #FFF;
	padding: 15px 15px 15px 42px;
	background: url(../img/common/ico_arw_green01.gif) no-repeat center left;
	color: #355A3D;
}


/* --------------------------------------------------------------------
business_idx_txt01| リンクタイトル下テキストボーダーTOP #CCC
-------------------------------------------------------------------- */
p.contact_idx_txt01 {
	padding: 10px;
	border-top: solid 1px #CCC;
}
