@charset "UTF-8";
/* CSS Document */
html {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
	line-height: 140%;
}
body {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-color: #285ca3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
p,br {
	margin:0px;
	padding:0px;
}
#wrapper {
	width: 100%;
	background-image: url(../img/back2.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #inner {
	width:780px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#copy {
	padding-top: 55px;
}
#bottom {
	background-image: url(../img/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-bottom: 20px;
}
#PR1 {
	margin-top: 20px;
	margin-right: 250px;
	margin-left: 20px;
	margin-bottom: 30px;
}
#PR1 img {
	margin:20px 0px 10px 0px;
}
#PR1 ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#PR1 ul li {
	list-style-position: inside;
	list-style-type: square;
}
#PR1 table td img {
	margin:0px;
}
#PR2,#PR3 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#PR2 img,#PR3 img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#PR2 table {
	margin-right: auto;
	margin-left: auto;
}
#PR2 table td,#PR2 table th {
	padding: 5px;
	width: 232px;
}
#PR2 table th img {
	margin: 0px;
	border: 1px solid #999999;
}
#PR3 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
	margin-bottom: 3px;
}
#PR3 table td,#PR3 table th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#PR3 table td {
	text-align: center;
	width: 30%;
	font-size: 1.25em;
}
#PR3 table th {
	text-align: left;
	background-color: #f2f2f2;
}
#PR3 #word{
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
#Btn {
	display:block;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 283px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	text-indent: -9999px;
}
a:hover#Btn {
	background-image: url(../img/download_on.gif);
	background-repeat: no-repeat;
}
.font_large {
	font-size: 1.15em;
}
#copyright {
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#copyright a {
	color:#FFFFFF;
}
.font_small {
	font-size: 10px;
}

