/* CSS file */

body{
	margin: 0;  
	padding: 0; 
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12pt;
	line-height:120%;
	}
* html body{  
	overflow: hidden;  
	}
div.main-part {
	clear:all;
	margin: 1% 0 0 5% !important;
	width: 480px !important;
	padding: 0 0 0 0 !important;
	}
div.sub-part {
	clear:all;
	margin: 0 0 0 3% !important;
	width: 95% !important;
	padding: 0 0 0 0 !important;
	}
p {
	margin: 0 0 0.2em 0;
	white-space: normal;
	word-break: normal;
	word-wrap: break-word;
	line-break: strict;
	}
.title {
	margin: 0px;
	padding:0px;
	font-size: 24pt;
	line-height: 100%;
	}
.headline {
	margin: 0px;
	padding:0px;
	font-size: 18pt;
	line-height: 120%;
	}
.text {
	margin-top:0 0 0 0;
	font-size: 12pt;
	line-height: 120%;
	}
table {
	  border-collapse: collapse;
	}
table th, table td {
	  border: solid 1px black;
	  font-size:12pt;
	  font-weight: normal;
	}

li{
	margin-bottom:0.5em;
	line-height:120%;
	}