@charset "utf-8";
/**
 * policy/css/index.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }

/* heading */
	.gTitle { margin-bottom: 35px; }
	#ContentTitle {
		margin-bottom: 35px;
		font-weight: bold;
		font-size: 136%;
	}
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}
	.boxTitle,
	.subTitle {
		clear: both;
		margin-bottom: 10px;
		font-weight: bold;
	}

/* body */
	.body { zoom: 1; }
	.body:after { content : ''; display : block; clear : both; }

/* paragraph */
	.paragraph {
		width: 555px;
	}

