@charset "shift_jis";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #BFEFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 7px 0;
	font-size: 90%;
	line-height: 130%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
img {
	border: none;
}
ul {
	margin-left: 0;
	padding-left: 20px;
}
ul li {
	margin: 5px 0;
	padding-left: 0;
}

.hide {
	position: absolute;
	left: -100em;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.return {
	margin-right: 10px;
	text-align: right;
}

#wrap {
	width: 770px;
}

#header {
	position: relative;
	padding: 0 3px 0 7px;
	height: 80px;
	background-color: #BFEFFF;
}
#header .logo {
	position: absolute;
	top: 11px;
	left: 24px;
	margin: 0;
	padding: 0;
}
#header .description{
	position: absolute;
	top: 24px;
	left: 190px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#header .link{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header .link .mobile{
	position: absolute;
	top: 2px;
	right: 165px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#header .link .inquiry{
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	padding: 0;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	background-image: url(../images/bullet_f.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	padding-right: 15px;
}
#footer p {
	margin: 10px 0 0;
	padding: 0;
	text-align: right;
	font-size:110%;
	font-weight:bold;
}
#footer address {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 90%;
	font-style: normal;
}
.arial {
	font-family: "Arial Black";
}
