@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../images/bg_image02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #06F;
	outline: none; 
}
a:visited {
	color: #00C;
}
a:hover {
	color: #F63;
}

#bg {
	background-attachment: fixed;
	background-image: url(../images/gradation_bar.jpg);
	background-repeat: repeat-x;
}
#bg2 {
	background-attachment: fixed;
	background-image: url(../images/bg_image01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF1C0;
	background-color: #FFF;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF1C0;
	border-left-color: #FFF1C0;
}
#head {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#head p {
	margin: 0px;
	padding: 0px;
}
#contents {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 14px;
}
#toptitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#totop {
	text-align: right;
	margin-right: 10px;
	font-size: 0.9em;
	clear: both;
}
#totop p a {
	text-decoration: none;
}
#breadcrumbs {
	font-size: 14px;
	text-align: right;
	margin-right: 20px;
}

.maintitle {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pdf {
	font-size: 13px;
	margin-left: 5px;
	line-height: 20px;
}
