@charset "utf-8";

/* == BASIC ELEMENTS' SETTINGS == */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font:13px "‚l‚r ‚oƒSƒVƒbƒN",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, div, p, form {
	margin: 0;
	padding: 0;
}
p {
	line-height: 150%;
}
img {
	border: none;
}
a,
a:link {
	overflow: hidden;
	color: #3783c3;
	text-decoration: underline;
}
a:visited {
	color: #3783c3;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #3783c3;
	text-decoration: none;
}
a.brightover {
	opacity: 1.0;
}
a.brightover:hover {
	opacity: 0.7;
}
/* == /BASIC ELEMENTS' SETTINGS == */

/* == COMMON CLASSES == */
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.no-display {
	display: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* == # LIST == */
ul, ol, dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
/* == # /LIST == */

/* == /COMMON CLASSES == */

/* == + HEADER == */

.header #header-inner #logo-area {
	text-indent: -999em;
	margin: 19px 0 30px 0;
	width: 222px;
	height: 38px;
	background: url(../images/header-logo.gif) no-repeat left top;
}
.header #header-inner #header-navi {
	display:none;
}
/* == + /HEADER == */

/* == + BREADCRUMBS == */

#breadcrumbs {
	display: none;
}
/* == + /BREADCRUMBS == */

/* == + CONTETNS == */
#cnt-body {
}
#cnt-body .cnt-wrap {
}
#cnt-body .cnt-wrap .lnavi {
	display: none;
}
#cnt-body .cnt-wrap .cnt-inner {
	width: 644px;
	float: right;
	margin-right: 19px;
	display: inline;
}
.inner-body div h2 {
	padding: 0 0 0 12px;
	background: url(../images/img-h2.gif) no-repeat left top;
	font-size: 134%;
	zoom: 1;
}
#cnt-body .cnt-wrap .cnt-inner .inner-block .inner-body .link-top {
	display: none;
}
/* == + /CONTETNS == */

.inline-icon {
	vertical-align: text-bottom;
}
.inline-icon-tel {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

a.btn-map {
	width: 35px;
	height: 16px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	background: url(../images/icon-map.gif) no-repeat left top;
}
a.btn-map:hover {
	background-position: left -16px;
}


/* == + FOOTER == */
#footer {
	display: none;
}
/* == + /FOOTER == */

