@charset "utf-8";

/*------------------------------------------------------------------------------
privacy - CSS Modules Import
URL: http://www.bridge-net.co.jp/service/
Date: 2009-08-03
Copyright(C) 2008 Bridge Corporation Inc. All Rights Reserved
------------------------------------------------------------------------------*/

/* ----------------------------------------

Title

---------------------------------------- */

div#VisualSection h1 {
	background: url(../img/privacy/title.png) 0 50% no-repeat;
}

/* ----------------------------------------

PrivacyCol

---------------------------------------- */

dl#PrivacyCol {
	margin-bottom: 20px;
}

dl#PrivacyCol dt {
	font-weight: bold;
	color: #777;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}

dl#PrivacyCol dd {
	margin-bottom: 20px;
}


