@charset "utf-8";
/* CSS Document */

.rapper {
	border-radius: 10px;
	background-image: url(img/back01.gif);
	background-repeat: repeat-x;
	margin-left: 1%;
	margin-top: 1%;
	width: 92%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}

h1 {
	font-size: 3vw;
	text-align: center;
	color: #D7DF22;
	font-family: Arial, Helvetica, sans-serif
}
h2 {
	font-size: 3vw;
	color: #55638A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.text01 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}
.img100 {
	width:100%;
}
table.download {
	border-collapse: collapse;
    border:1px solid #303192;
}
table.download th {
	border-collapse: collapse;
	border: 1px solid #303192;
	font-weight: normal;
	width: 20%;
	vertical-align: top;
	font-style: italic;
	font-size: 20px;
	
}
table.download th a:link {
	color: #343B68;
	text-decoration: none;	
}
table.download th a:visited {
	color: #343B68;
	text-decoration: none;	
}
table.download th a:hover {
	color: #343B68;
	text-decoration: underline;
}
table.download td {
	border-collapse: collapse;
    border:1px solid #303192;
	width:19%;
}

table img {
width:100%;
max-width: 100%;
height: auto;
}
.button01 {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 30%;
}
h2 a:link {
	color: #55638A;
	text-decoration: none;	
}
h2 a:visited {
	color: #55638A;
	text-decoration: none;	
}
h2 a:hover {
	color: #55638A;
	text-decoration: underline;
}