@charset "utf-8";
/* CSS Document */
html, body, div, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6,a, p, img {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	list-style-type: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background-color: #f7e9ec;
}
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(../base_img/header_img.gif);
	background-repeat: no-repeat;
	height: 150px;
}
#header h1 {
	text-indent: -9999em;
}
#header p {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 75px;
}
.navbar {
	height: 51px;
	width: 920px;
	background-image: url(../base_img/global_nav.gif);
	background-repeat: no-repeat;
}
.navbar ul li {
	float: left;
}
.fixed {
	position: fixed;
	top: 0;
	width: 760px;
}
#footer_nav {
	height: 26px;
	clear: both;
	padding-right: auto;
	padding-left: auto;
}
#footer_nav table {
	margin-right: auto;
	margin-left: auto;


}

#footer_nav ul li {
	width: 74px;
	float: left;
}
.rightspace {
	padding-right: 30px;
}


#footer_bg {
	background-image: url(../base_img/footer_img.gif);
	background-repeat: no-repeat;
	height: 172px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 30px;
}
#page-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	width: 148px;
	display: block;
	background-image: url(../base_img/top_return.gif);
	background-repeat: no-repeat;
	height: 27px;
}
#page-top a:hover {
    text-decoration: none;
}
#wrapper {
	padding: 10px;
}
