@charset "utf-8";

/* ===================================================================

CSS Information

 File name:privacy.css
 Author:ZIGExN,Inc
 
=================================================================== */

/*----------------------------------------------------
	.special_box
----------------------------------------------------*/


.special_box {
	line-height: 150%;
	padding: 20px;
	border: 1px solid #CCC;
	background: #FFFFFF url(/images/top/informationBox_bg.png) repeat-x bottom;
}

	.special_box h2 {
		font-size: 110%;
		font-weight: bold;
		color: #FFFFFF;
		background: #0B97FE url(/images/common/titleBg_001.png) repeat-x 0 0;
		border: 1px solid #0B97FE;
		margin-bottom: 10px;
		padding: 5px 10px;
		vertical-align: middle;
	}

	.special_box dl {
		line-height: 180%;
		margin-bottom: 30px;
	}
		.special_box dt {
			font-weight: bold;
			border: 1px solid #E4E4E4;
			background: #E4E4E4 url(/images/common/minBoxTitleBg_001.png) repeat-x 0 0;
			margin: 20px 0 10px 0;
			padding: 5px 10px;
			line-height: 150%;
		}
		.special_box dd {
			line-height: 200%;
		}

p.update {
	margin: 10px 0 20px 0;
	text-align: right;
}