/*-----------------------------------------
whole
-----------------------------------------*/
body {
	margin:0px;
	padding:0px;
	font-size: 10pt;
	color:#333333;
	background-color:#FFFFFF;
	font-family:verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------------------------
letter
-----------------------------------------*/
* {
	line-height:1.2em;
}
h1,h2,h3,h4,h5,h6 {
	margin:10px 0px 5px 0px;
	padding:0px;
	color: #333333;
	background:inherit;
}
h2 {
	font-size:18pt;
}
h3 {
	font-size:14pt;
}
h4 {
	font-size:12pt;
}
h5 {
	font-size:10pt;
}
h6 {
	font-size:8pt;
}
p {
	margin:0.7em 0px;
	text-align:justify;
	/*text-justify:inter-ideograph;*/
}

img {
	margin:0px;
	border:none;
	vertical-align:bottom;
	display:inline;
}

/*-----------------------------------------
link
-----------------------------------------*/
a:link {
	text-decoration: underline;
	color:#8A1138;
	background-color:transparent;
}
a:visited {
	text-decoration: underline;
	color: #8A1138;
	background-color:transparent;
}
a:active {
	text-decoration: underline;
	color: #8A1138;
	background-color:transparent;
}
a:hover {
	text-decoration: underline;
	color: #8A1138;
	background-color:#FCE9EF;
}

/*-----------------------------------------
list
-----------------------------------------*/
ul,ol,dl {
	margin:0px;
	padding:0px;
}

li,dt,dd {
	list-style-type:none;
	margin:0px;
}
dt {
	font-size:11pt;
	font-weight:bold;
}

/*-----------------------------------------
table
-----------------------------------------*/
table {
	border-collapse:separate;
}

th, td {
	padding:5px;
}

th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

/*-----------------------------------------
table
-----------------------------------------*/
hr {
	margin:5px;
	height:1px;
	color:#999999;
	background:inherit;
}
