<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 

filename:		default.css
description:	basic design in this website
Author:			http://www.a19.jp/

*/

/* import common.css */

@import url("common.css");

/* HTML Re-setting
========================================================================================*/

body#sub h2,
body#sub h3,
body#sub h4,
body#sub h5,
body#sub h6,
body#sub p {
	padding: 0px 10px;
}

body#sub table {
	margin: 0px 10px;
}

/* basic typography
========================================================================================*/

body, td, th {
	font-family:"ＭＳ Ｐゴシック", sans-serif, osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	color: #CCC;
}

th {
	font-weight: bold;
}

/* heading */

h3, h4, h5, h6 {
	font-size: 12px;
}

/* hyperlink */

a:link, a:visited {
	color: #CCC;
	text-decoration: underline;
}

a:active, a:hover, a:focus {
	color: #CCC;
	text-decoration: none;
}

body#sub #widecolumn a:link,
body#sub #widecolumn a:visited {
	color: #666;
	text-decoration: underline;
}

body#sub #widecolumn a:active,
body#sub #widecolumn a:hover,
body#sub #widecolumn a:focus {
	color: #666;
	text-decoration: none;
}

/* sub-page typography */

body#sub #widecolumn,
body#sub #widecolumn td,
body#sub #widecolumn th {
	font-family: "ＭＳ Ｐゴシック", sans-serif, osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

/* page title */

body#sub #widecolumn h2 {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	background-color: #033;
}

/* background
========================================================================================*/

body#index {
	background: #000 url(../img/bg.jpg) center top no-repeat;
}

body#sub {
	background: #000;
}

body#index #header {
	background: url(../img/indexHead.jpg) center top no-repeat;
}

body#sub #header {
	background: url(../img/subHeader.jpg) center top no-repeat;
}

body#index #contents1 {
	background: url(../img/indexBody.jpg) center bottom no-repeat;
}

body#index #contents2 {
	background: url(../img/indexBody.jpg) center bottom no-repeat;
}

body#index #contents {
	background: url(../img/indexBody.jpg) center bottom no-repeat;
}

body#sub #contents {
	background: #FFF url(../img/subBody.jpg) center repeat-y;
}

body#sub #contents #sidebar {
	background: transparent url(../img/subSidebarBg.jpg) no-repeat left 2px;
}

#footer {
	background: url(../img/footer.jpg) center top no-repeat;
}

/* basic layout
========================================================================================*/

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}

/* header */

#header {
	margin: 0px;
	padding: 0px;
}

body#index #header {
	height: 230px;
	padding-top: 80px;
}

body#sub #header {
	height: 175px;
	padding: 0px;
}

/* contents */

body#index #contents1 {
	margin: 0px;
	padding: 0px 20px;
	height: 490px;
}

body#index #contents2 {
	margin: 0px;
	padding: 0px 20px;
	height: 220px;
}

body#index #contents {
	margin: 0px;
	padding: 0px 20px;
	height: 300px;
}

body#sub #contents {
	margin: 0px;
	padding: 0px 10px;
}

/* wide column */

body#index #contents1 #widecolumn {
	float: right;
	width: 500px;
}

body#index #contents2 #widecolumn {
	float: right;
	width: 500px;
}

body#index #contents #widecolumn {
	float: right;
	width: 500px;
}

body#sub #contents #widecolumn {
	float: right;
	width: 510px;
}

/* sidebar */

body#index #contents1 #sidebar {
	width: 210px;
}

body#index #contents2 #sidebar {
	width: 210px;
}

body#index #contents #sidebar {
	width: 210px;
}

body#sub #contents #sidebar {
	width: 220px;
	height: 460px;
}

#contents #sidebar h2 {
	padding: 0px;
}

/* footer */

#footer {
	clear: both;
	height: 50px;
	padding: 0px 10px 50px;
}

/* #header
========================================================================================*/

body#index #header h1 {
	display: block;
	text-indent: -9999px;
	background: url(../img/h1Index.jpg) center top;
	width: 150px;
	height: 185px;
	margin: 0px auto;
}

body#sub #header h1 {
	display: none;
}

body#sub #header p#jumpToTop {
	float: right;
	text-indent: -9999px;
	line-height: 1px;
	margin: 0px;
	padding-top: 155px;
	padding-right: 20px;
}

body#sub #header p#jumpToTop a {
	display: block;
	background: url(../img/gotoTop.gif);
	height: 10px;
	width: 63px;
	border: none;
}

/* #navi
========================================================================================*/

#sidebar ul#navi {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
}

body#sub #sidebar ul#navi {
	padding-top: 5px;
	padding-left: 5px;
}

#sidebar ul#navi li {
	list-style-type: none;
	margin-bottom: 5px;
}

#sidebar ul#navi li a {
	display: block;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", sans-serif, osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	width: 200px;
	height: 35px;
	padding-left: 10px;
}

body#index #sidebar ul#navi li a {
	background-image: url(../img/naviBtn_index.jpg);
}

body#sub #sidebar ul#navi li a {
	background-image: url(../img/naviBtn_sub.jpg);
}

#sidebar ul#navi li a:link,
#sidebar ul#navi li a:visited {
	background-position: 0px 0px;
}

#sidebar ul#navi li a:hover,
#sidebar ul#navi li a:active,
#sidebar ul#navi li a:focus {
	background-position: 0px -35px;
}

/* #topics
========================================================================================*/

#sidebar #topics h2 {
	margin: 0px;
	text-indent: -9999px;
	width: 100px;
	float: left;
}

#sidebar #topics dl {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	overflow: auto;
}

#sidebar #topics dl dt {
	font-weight: bold;
}

#sidebar #topics dl dd {
	line-height: 14px;
	margin: 0px 0px 5px;
	padding: 0px;
}

/* #footer
========================================================================================*/

#footer ul.navi {
	margin: 0px;
	padding: 20px 0px 0px;
}

#footer ul.navi li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
}

#footer ul.navi li.end {
	border: none;
}

#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	width: 100%;
	float: clear;
}

/* #indexPicture
========================================================================================*/

#indexPicture {
	position: absolute;
	clear: right;
	width: 500px;
	height: 308px;
}

#indexPicture #img01,
#indexPicture #img02,
#indexPicture #img03 {
	position: absolute;
}

#indexPicture #img01 {
	top: 0px;
	left: 0px;
}

#indexPicture #img02 {
	top: -40px;
	left: 315px;
}

#indexPicture #img03 {
	top: 110px;
	left: 250px;
}

body#index p.description {
	margin: 260px 0px 0px;
	clear: none;
}

/* #companyInfo
========================================================================================*/

table#companyInfo {
}

table#companyInfo th {
	width: 90px;
}

table#companyInfo td {
}

/* #lom (Low of Marketing)
========================================================================================*/

table#lom th {
	width: 120px;
	background: url(../img/cmn_th_bkimg.jpg);
}

table#lom td {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #CAD2CB;
	background: #F3F3F3;
}

/* #telFax (tel &amp; fax numbers)
========================================================================================*/

dl#telFax {
	display: block;
	font-size: 18px;
	font-weight: bolder;
	line-height: 30px;
	background-color: #CCC;
	border: 5px double #333;
	margin: 0px 10px 15px;
	padding: 10px 30px;
}

dl#telFax dt {
	float: left;
	width: 160px;
}

dl#telFax dd {
	letter-spacing: 0.2em;
}

/* #link
========================================================================================*/

dl#link {
	margin: 0px 0px 10px;
	padding: 0px 10px;
}

dl#link dt.banner {
	float: left;
}

dl#link dd {
	padding-left: 120px;
}

dl#link dd.title {
	font-weight: bold;
}

dl#link dd.description {
	margin-bottom: 15px;
}

/* #mailForm
========================================================================================*/

form#mailForm {
}

form#mailForm th {
	width: 120px;
}

form#mailForm th span.must {
	float: right;
	color: #F00;
}

form#mailForm td span.must {
	font-weight: bold;
	color: #F00;
}

/* how to direction "BONSAI"
========================================================================================*/

dl.season {
	margin: 0px 0px 10px;
	padding: 0px 10px;
}

dl.season dt {
	float: left;
	width: 100px;
	font-weight: bold;
}



/*
========================================================================================*/
/*
========================================================================================*/
/*
========================================================================================*/
/*
========================================================================================*/
#lom {
	border: 1px solid #CAD2CB;
}
#rental li {
	background: url(../img/cmn_list.jpg) no-repeat 0px 4px;
	list-style: url(none) none outside;
	padding: 0px 0px 5px 14px;
	margin: 0;
}
#rental ul {
	margin: 0px;
	padding: 0 0 0 10px;
}
#rental .lead {
	border: 1px solid #D8E0D9;
	margin: 0px 10px 10px 10px;
	padding: 10px;
}
#topics .heads {
	background: url(../img/topicsHeader.jpg) no-repeat;
	height: 22px;
	width: 210px;
}
#topics .heads p {
	float: right;
	width: 100px;
	text-indent: 36px;
	padding: 2px 0 0 0;
}
#topicslist .title {
	border: 1px solid #C9D8B7;
	padding: 0px 5px;
	background: url(../img/ttl_bkimg.jpg);
	color: #000000;
	clear: both;
}
#topicslist .description {
	margin: 15;
	padding: 0;
}
#topicslist .img {
	text-align: left;
}
#topicslist .img img {
	padding: 2px;
	background: #EAEAEA;
	border: 1px solid #999999;
	margin: 2px 0 2px 2px;
}
.lead span {
	border: 1px solid #DAC534;
	display: block;
	margin: 10px 0px;
	background: #F9F5DF;
	text-align: center;
}
.lead .point {
	border-style: none;
	background: transparent;
	font-weight: 900;
}
#rental .navi {
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(../img/rental_navi_bgnew1.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 206px;
}
.rental_ginza img {
	margin: 0px;
	padding-top: 56px;
	padding-left: 24px;
}
.rental_ginza p {
	font-weight: normal;
	color: #333333;
	margin-top: 14px;
	margin-left: 20px;
	margin-right: 250px;
	line-height: 150%;
}
.rental_ginza {
	height: 212px;
}
.rental_sizen img {
	margin: 0px;
	padding-top: 24px;
	padding-left: 24px;
}
.rental_sizen p {
	font-weight: normal;
	color: #333333;
	margin-top: 14px;
	margin-left: 20px;
	margin-right: 250px;
	line-height: 130%;
}
.rental_sizen {
	height: 212px;
}
.fee {
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.fee td {
	text-align: center;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 12px;
	line-height: 130%;
	background-color: #FFF4D0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
}
.fee p {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
</pre></body></html>