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

body {
	text-align: center;
	background-image : url(all-ji.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	background-color: #020001;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	float: left;
	width: 190px;
}
h4 {
	font-size: 110%;
	margin-top: 5px;
	font-weight: bold;
}



h1 {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}



.menu01 {
	margin-top: 36px;
	margin-bottom: 10px;
}

.menu01 li {
	padding-top: 5px;
	padding-bottom: 5px;
}



.menu02 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	font-size: 80%;
}
.menu02 li {
	list-style-type: square;
	list-style-position: inside;
}


#contents {
	float: right;
	width: 730px;
	margin-bottom: 30px;
	text-align: left;
}
#contents .title {
	float: right;
	margin-top: 30px;
	text-align: right;
	width: 730px;
	padding-bottom: 6px;
}
#contents .pankuzu {
	font-size: 80%;
	float: right;
	width: 730px;
	padding-bottom: 20px;
}

h2 {
	width: 730px;
	padding-bottom: 20px;
}
h3 {
	font-size: 110%;
	color: #FFF;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
}
.to-top {
	text-align: center;
	width: 730px;
	float: right;
	margin-top: 50px;
}
.color {
	color: #FFF;
}



#footer {
	width: 960px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
