@charset "UTF-8";



/* -----------------------------------------------
Common
----------------------------------------------- */
/* layout
----------------------------------------------- */
#title_privacy {
	width:400px;
	height:19px;
	/*float:left;*/

	background:transparent url(../privacy/images/title_privacy.gif) no-repeat 0 0;
	text-indent:-999px;
	/*overflow:hidden;*/

	margin:0 0 8px 0;
	/*border:solid 1px #FF0000;*/
}


body.privacy .columnWrapper {
	width:703px;
	margin:6px 0;
}

.columnWide {
	width:680px;

	margin:0 0 24px 12px;
}
 

/* table
----------------------------------------------- */
body.privacy dl.table{
	width:670px;
	
	padding-bottom:6px;
	/*border-bottom:#dadada solid 1px;*/
}

body.privacy .table dt{
	width:280px;
	float:left;
	clear:both;

	border:none;
	padding:0 12px 24px 12px ;
}

body.privacy .table dt img{
	padding:0 8px 3px 0;
}

body.privacy .table dd{
	width:290px;
	float:left;

	border:none;
	background:none;
	padding:0 12px 24px 12px ;
}

