/* CSS Document */

body {
	margin: 0px;
}

li {
	margin-bottom: 10px;
	font-size: 90%;
	padding-left:10px;
}

p {
	margin-bottom: 50px;
}

td {
	line-height: 180%;
}

hr {
	border: 1px dashed #CCCCCC;
}




.copy_txt {
	font-size: 70%;
	color: #333333;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: center;
}

.link_txt {
	font-size: 200%;
	line-height: 180%;
	letter-spacing: 1px;
	text-align: center;
}




.img_speace {
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

.text_speace {
	padding-top:30px;
	padding-bottom:30px;
	text-align: center;
	color: red;
}





/* text Document */

#text_1 {
	font-size: 90%;
	line-height: 180%;
}

.text_2 {
	font-size: 130%;
	line-height: 150%;
	color: #FF0000;
	font-weight: bold;
}

#text_3 {
	font-size: 90%;
	line-height: 150%;
	font-style: italic;
}

#text_3 p {
	margin: 20px;
}

.text_4 {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
	color: red;
}

.text_5 {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
}



/* background Document */

.bgcolor01 {
	background-color: #FFFF00;
}

.bgcolor02 {
	color: red;
	background-color: #FFFF00;
}

.bgcolor03 {
	background-color: #FFFF00;
	font-weight: bold;
}

.bgcolor04 {
	color: red;
	background-color: #FFFF00;
	font-weight: bold;
}




/* text color Document */

.color01 {
	font-weight: bold;
}

.color02 {
	color: red;
}

.color03 {
	color: red;
	font-weight: bold;
}