/* CSS Document */

li {
	margin-bottom: 30px;
	font-size: 90%;
	padding-left:10px;
}

p {
	margin-bottom: 50px;
}

td {
	line-height: 180%;
}

#tab{
	font-size: 90%;
	letter-spacing: 1px;
}

#tab p {
	margin-bottom: 30px;
}

.copy_txt {
	font-size: 70%;
	color: #333333;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: center;
}

hr {
	border: 1px dashed #CCCCCC;
}


/* 文字背景の色 */

.bgcolor01 {
	background-color: #FFFF00;
	font-weight: bold;
}

.bgcolor02 {
	color: red;
	background-color: #FFFF00;
	font-weight: bold;
}

.bgcolor03 {
	background-color: #FFFF00;
}

.bgcolor04 {
	color: red;
	background-color: #FFFF00;
}


/* 強調テキスト */

.text01 {
	font-size: 180%;
	line-height: 150%;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
}

.text02 {
	font-size: 350%;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.text03 {
	font-weight: bold;
	text-decoration: underline;
}

.text04 {
	font-size: 180%;
	line-height: 150%;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	text-align: center;
}

.text05 {
	font-style: italic;
}

.text06 {
	font-weight: bold;
}

.text07 {
	font-weight: bold;
	text-align: center;
}

.text08 {
	font-size: 80%;
	font-weight: bold;
}

.text09 {
	font-size: 150%;
	line-height: 150%;
	font-family: HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	text-align: center;
}

.text10 {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}