@charset "UTF-8";



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

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

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


body.link .columnWrapper {
	width:703px;
	margin:6px 0;
	padding:0;
/*border:solid 1px #FF0000;*/
}

body.link .columnWide {
	width:680px;
	
	margin-left:12px;
	margin-bottom:24px;
	/*margin:0 0 0 12px;*/
}
 

/* table
----------------------------------------------- */
body.link dl.table{
	margin-bottom:12px;
	padding:0 0 6px 0;
}


body.link .table dt{
	width:280px;
	background:url(../images/dot_point.gif) no-repeat 10px 16px;

	padding:8px 20px 8px 24px;
}

body.link .table dd{
	width:330px;
	padding:8px 20px 8px 24px;
}


body.link .table dt.end,.table dd.end{
	background:none;/*safai*/
}

