@charset "utf-8";
body {
background-color: #F4EFE5;
margin: 0px;
padding: 0px;
text-align: center;
}
#all {
background-color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color: #5F5F5F;
width: 940px;
}
#rogo {
	background-color: #F4EFE5;
	text-align: left;
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#rogo p {
margin: 0px;
padding: 0px;
}
#navi {
height: 30px;
clear: both;
margin: 0px;
width: 940px;
padding: 0px;
}
#navi ul {
margin: 0px;
padding: 0px;
font-size: 0px;
}
#navi ul li {
float: left;
list-style-type: none;
display: inline;
}
#main {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	width: 938px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	padding: 0px;
}
#footer01 {
	margin: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer02 {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}

.f_txt01 {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.f_txt02 {
	font-size: 70%;
	text-align: left;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.f_txt03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 150%;
	text-align: left;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #5F5F5F;
}
a:visited {
	text-decoration: none;
	color: #5F5F5F;
}
a:hover {
	color: #C00000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

