@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

購入の流れ用CSS

----------------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents h2 {
	margin-bottom:10px;
}




#contents .profileTitle {
	padding:0 15px;
	background:url(/images/deco_frame02_bg.gif) repeat-y;
}

#contents .profileTitle p {
	padding-left:220px;
	background:url(/images/logo_office_02.gif) no-repeat left center;
}

#contents .comProfile {
	width:100%;
}

#contents .comProfile th {
	padding:8px 0 8px 8px;
	border-right:2px solid #005F34;
	width:7em;
	line-height:1.4;
	background:url(/images/line_dotted_01.gif) #E5FFCC repeat-x;
	color:#005F34;
	font-weight:bold;
	text-align:left;
}

#contents .comProfile td {
	padding:8px 0 8px 8px;
	background:url(/images/line_dotted_01.gif) repeat-x;
	line-height:1.4;
}

#contents .comProfile tr.first th,
#contents .comProfile tr.first td {
	background-image:none;
}



