@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html {
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
}
textarea { 
	font-size: 100%;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
.space15 {
	clear: both;
	height: 15px;
	font-size: 0px;
	line-height: 0px;
}
.space20 {
	clear: both;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
}


/*=====================================
テキストスタイル
=====================================*/

a {
	color: #282828;
	text-decoration: underline;
}
a:visited {
	color: #282828;
	text-decoration: underline;
}
a:hover {
	color: #282828;
	text-decoration: none;
}
a:active {
	color: #282828;
	text-decoration: none;
}


/*=====================================
全体
=====================================*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fbfaeb;
}
#ALL {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -92px;
}



/*=====================================
ヘッダー
=====================================*/

#HEADER {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #282828;
}
#HEADER-DIV {
	position: relative;
	width: 900px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
}
#LOGO {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 132px;
	height: 43px;
	background-image: url(images/logo_onair.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#HEADER-TEL {
	display: block;
	position: absolute;
	top: 18px;
	left: 600px;
	width: 131px;
	height: 21px;
	margin: 0;
	background-image: url(images/header_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#HEADER-INQUIRY {
	display: block;
	position: absolute;
	top: 18px;
	left: 748px;
	width: 152px;
	height: 21px;
	margin: 0;
	background-image: url(images/btn_inquiry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#HEADER-INQUIRY:hover {
	background-position: left -21px;
}
#HEADER ul {
	position: absolute;
	top: 48px;
	left: 675px;
}
#HEADER li {
	float: left;
	list-style: none;
}
#HEADER li a {
	display: block;
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}
#HEADER-home {
	width: 46px;
	height: 13px;
	background-image: url(images/header_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#HEADER-home:hover {
	background-position: 0 -13px;
}
#HEADER-policy {
	width: 124px;
	height: 13px;
	background-image: url(images/header_menu.gif);
	background-repeat: no-repeat;
	background-position: -46px 0px;
	text-indent: -9999px;
}
#HEADER-policy:hover {
	background-position: -46px -13px;
}
#HEADER-access {
	width: 55px;
	height: 13px;
	background-image: url(images/header_menu.gif);
	background-repeat: no-repeat;
	background-position: -170px 0px;
	text-indent: -9999px;
}
#HEADER-access:hover {
	background-position: -170px -13px;
}



/*=====================================
フッター
=====================================*/

.space {
	height: 92px;
}
#FOOTER {
	width: 100%;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	background-color: #282828;
}
#FOOTER-DIV {
	position: relative;
	width: 900px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER-MENU {
	position: absolute;
	top: 23px;
	left: 0px;
}
#FOOTER-SUBMENU {
	position: absolute;
	top: 43px;
	left: 0px;
}
#FOOTER-MENU li, #FOOTER-SUBMENU li {
	float: left;
	list-style: none;
	background-image: url(images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 6px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 10px;
	line-height: 140%;
}
#FOOTER-MENU li a, #FOOTER-SUBMENU li a {
	display: block;
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	color: #ffffff !important;
}
address {
	position: absolute;
	top: 49px;
	left: 643px;
	width: 257px;
	height: 5px;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: -9999px;
}



/*=====================================
コンテンツ
=====================================*/

#CONTENTS {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
#TOPLEFT {
	float: left;
	width: 440px;
}
#TOPRIGHT {
	float: right;
	width: 440px;
}
#CONTENTS-LEFT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 171px;
}
#CONTENTS-RIGHT {
	float: right;
	width: 675px;
}
#TOPPAGE p, #CONTENTS p {
	font-size: 12px;
	line-height: 150%;
}
#TOPFLASH {
	width: 900px;
	height: 270px;
	margin-bottom: 26px;
}
#MENU-TOP {
	width: 900px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
	border-bottom: 1px #d6d6d6 solid;
}
#MENU-PAGE {
	width: 900px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 42px;
	border-bottom: 1px #d6d6d6 solid;
}
#MENU-TOP li, #MENU-PAGE li {
	float: left;
	list-style: none;
}
#MENU-TOP li a, #MENU-PAGE li a  {
	display: block;
	width: 225px;
	height: 37px;
	background-repeat: no-repeat;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}
#MENU-rates {
	background-image: url(images/btn_rates.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#MENU-rates:hover {
	background-position: 0px -37px;
}
#MENU-share {
	background-image: url(images/btn_share.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#MENU-share:hover {
	background-position: 0px -37px;
}
#MENU-gear {
	background-image: url(images/btn_gear.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#MENU-gear:hover {
	background-position: 0px -37px;
}
#MENU-recording {
	background-image: url(images/btn_recording.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#MENU-recording:hover {
	background-position: 0px -37px;
}
.arrow {
	display: block;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 6px;
}
.arrow:hover {
	background-image: url(images/arrow01_on.gif);
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 16px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 16px;
}
.div-center {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.TOP-share1 {
	float: left;
	width: 140px;
	background-image: url(images/dotline01.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 10px;
}
.TOP-share2 {
	float: left;
	width: 140px;
}
.TOP-sharetxt {
	padding-left: 5px;
	padding-right: 10px;
	color: #8b8b8b;
	font-size: 10px;
	line-height: 140%;
}
.TOP-parking {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url(images/top_b_parking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TOP-meeting {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url(images/top_b_meeting.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TOP-lan {
	display: block;
	width: 140px;
	height: 23px;
	background-image: url(images/top_b_lan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TOP-banner {
	width: 135px;
	height: 50px;
	margin-right: 0px;
	border: 0;
}



/*=====================================
メインコンテンツ：TOP
=====================================*/

#TOP-title01 {
	clear:both;
	width: 440px;
	height: 37px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/top_title_studios.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-title02 {
	width: 440px;
	height: 37px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/top_title_links.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-title03 {
	width: 440px;
	height: 37px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/top_title_information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-title04 {
	width: 440px;
	height: 37px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/top_title_access.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.box01 {
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
.box01 td {
	color: #282828;
	font-size: 10px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}
.thumb {
	border: 0;
	margin-right: 12px;
	margin-bottom: 19px;
}
#TOP-txt01 {
	display: block;
	width: 103px;
	height: 52px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_1st.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt02 {
	display: block;
	width: 103px;
	height: 52px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_2st.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt03 {
	display: block;
	width: 103px;
	height: 52px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_3st.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt04 {
	display: block;
	width: 103px;
	height: 52px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_4st.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt05 {
	display: block;
	width: 103px;
	height: 60px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_5st.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt06 {
	display: block;
	width: 103px;
	height: 60px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_5strh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#TOP-txt07 {
	display: block;
	width: 103px;
	height: 60px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/txt_top_5strec.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#INFORMATION {
	margin: 0px;
}
#INFORMATION li {
	float: left;
	list-style: none;
	font-size: 10px;
	line-height: 140%;
	padding-bottom: 7px;
}
#INFORMATION li span.date {
	float: left;
	width: 70px;
	color: #8b8b8b;
	text-align: left;
}
#INFORMATION li span.txt {
	display: block;
	width: 350px;
	margin-top: 0px;
	margin-left: 76px;
	padding-left: 6px;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #282828;
	text-align: left;
}



/*=====================================
左メニュー
=====================================*/

#LM-studio {
	display: block;
	width: 171px;
	height: 34px;
	background-image: url(images/menu_studio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
.leftmenu {
	clear: both;
	margin-bottom: 14px;
}
.leftmenu li {
	margin: 0px;
}
#LM-cat01 {
	display: block;
	width: 171px;
	height: 11px;
	background-image: url(images/menu_reheasal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#LM-cat02 {
	display: block;
	width: 171px;
	height: 11px;
	background-image: url(images/menu_recording.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
.leftsub {
	clear: both;
}
.leftsub li {
	text-indent: -9999px;
}
#LM-1st {
	display: block;
	width: 171px;
	height: 27px;
	background-image: url(images/menu_1st.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#LM-1st:hover {
	background-position: 0px -27px;
}
#LM-2st {
	display: block;
	width: 171px;
	height: 27px;
	background-image: url(images/menu_2st.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#LM-2st:hover {
	background-position: 0px -27px;
}
#LM-3st {
	display: block;
	width: 171px;
	height: 27px;
	background-image: url(images/menu_3st.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#LM-3st:hover {
	background-position: 0px -27px;
}
#LM-4st {
	display: block;
	width: 171px;
	height: 26px;
	background-image: url(images/menu_4st.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#LM-4st:hover {
	background-position: 0px -26px;
}
#LM-5st {
	display: block;
	width: 171px;
	height: 40px;
	background-image: url(images/menu_5st.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#LM-5st:hover {
	background-position: 0px -40px;
}
#LM-access {
	display: block;
	width: 171px;
	height: 30px;
	background-image: url(images/menu_access.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-access:hover {
	background-position: 0px -35px;
}
.LM-txt {
	color: #8b8b8b;
	font-size: 10px;
	line-height: 140%;
	padding-bottom: 7px;
	background-image: url(images/dotline02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.LM-banner {
	display: block;
	width: 171px;
	height: 52px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#LM-banner01 {
	float: left;
	display: block;
	width: 51px;
	height: 52px;
	margin-right: 9px;
	background-image: url(images/banner_parking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-banner01:hover {
	background-position: 0px -52px;
}
#LM-banner02 {
	float: left;
	display: block;
	width: 51px;
	height: 52px;
	margin-right: 9px;
	background-image: url(images/banner_lan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-banner02:hover {
	background-position: 0px -52px;
}
#LM-banner03 {
	float: left;
	display: block;
	width: 51px;
	height: 52px;
	background-image: url(images/banner_meeting.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-banner03:hover {
	background-position: 0px -52px;
}
#LM-blog01 {
	clear: both;
	display: block;
	width: 171px;
	height: 36px;
	background-image: url(images/banner_blog01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-blog01:hover {
	background-position: 0px -36px;
}



/*=====================================
メインコンテンツ：PAGE
=====================================*/

#PAGETITLE-1st {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_1st.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-2st {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_2st.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-3st {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_3st.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-4st {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_4st.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-5st {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_5st.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-5strh {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_5strh.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-rates {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_rates.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-share {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_share.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-gear {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_gear.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-policy {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_policy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-access {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_access.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#PAGETITLE-inquiry {
	clear:both;
	width: 675px;
	height: 101px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	background-image: url(images/pagetitle_inquiry.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-plan {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_plan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-hours {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_hours.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-list {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-rates {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_rates.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-system {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_system.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-lobby {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_lobby.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-ev {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_ev.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-parking {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_parking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-rental {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_rental.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-map01 {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_map01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.TITLE-map02 {
	clear:both;
	width: 675px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 19px;
	background-image: url(images/title_map02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#SYSTEM01 {
	clear:both;
	width: 675px;
	height: 58px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
	background-image: url(images/img_system01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#SYSTEM02 {
	clear:both;
	width: 675px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
	background-image: url(images/img_system02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#SYSTEM03 {
	clear:both;
	width: 675px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
	background-image: url(images/img_system03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#SYSTEM04 {
	clear:both;
	width: 675px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
	background-image: url(images/img_system04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
#SYSTEM05 {
	clear:both;
	width: 675px;
	height: 68px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
	background-image: url(images/img_system05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	text-indent: -9999px;
}
.white {
	margin-bottom: 9px;
	padding-top: 10px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border: 1px #bcbcbc solid;
	color: #282828;
	font-size: 10px;
	line-height: 140%;
}
.lead {
	color: #8b8b8b;
	font-size: 12px !important;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
.pagemenu {
	position: relative;
	width: 675px;
	height: 33px;
	overflow: hidden;
}
.pagemenu-hours {
	position: absolute;
	top: 0px;
	left: 440px;
	display: block;
	width: 113px;
	height: 15px;
	background-image: url(images/btn_hours.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px !important;
	overflow: hidden;
}
.pagemenu-hours:hover {
	background-position: 0px -15px;
}
.pagemenu-list {
	position: absolute;
	top: 0px;
	left: 562px;
	display: block;
	width: 113px;
	height: 15px;
	background-image: url(images/btn_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px !important;
	overflow: hidden;
}
.pagemenu-list:hover {
	background-position: 0px -15px;
}
.pagephoto01 {
	position: relative;
	width: 675px;
	height: 274px;
}
.pagephoto02 {
	position: relative;
	width: 675px;
	height: 407px;
}
.pagephoto-big {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 445px;
	border: 0px;
}
.pagephoto01-small {
	position: absolute;
	top: 0px;
	left: 466px;
	width: 208px;
	height: 220px;
	border: 0px;
}
.pagephoto02-small {
	position: absolute;
	top: 0px;
	left: 272px;
	width: 208px;
	height: 220px;
	border: 0px;
}
.pagephoto01-small img, .pagephoto02-small img {
	margin-bottom: 16px;
}
.img-plan {
	float: left;
	margin-right: 30px;
	margin-bottom: 16px;
}
.box02 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.box02 th {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #acaba6;
	border: 1px #bcbcbc solid;
	color: #ffffff;
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.box02 td {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #ffffff;
	border: 1px #bcbcbc solid;
	color: #282828;
	font-size: 10px;
	line-height: 140%;
	vertical-align: top;
}
.box03 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.box03 th {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #acaba6;
	border: 1px #bcbcbc solid;
	color: #ffffff;
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
	vertical-align: center;
}
.box03 td {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #ffffff;
	border: 1px #bcbcbc solid;
	color: #282828;
	font-size: 10px;
	line-height: 140%;
	vertical-align: center;
}
.box04 {
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.box04 td {
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	background-image: url(images/dotline02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #282828;
	font-size: 10px;
	line-height: 140%;
}
.box-gray {
	background-color: #e9eae5 !important;
}
.box-orange {
	background-color: #ffe371 !important;
}
.box-pink {
	background-color: #ffc5ed !important;
}
.box-cream {
	background-color: #fbfaeb !important;
	border: 0px !important;
}
.inquiry {
	position: relative;
	width: 675px;
	height: 91px;
	background-color: #6c6b69;
}
.inquiry h2 {
	width: 675px;
	height: 14px;
	background-image: url(images/inquiry_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
.inquiry-tel {
	position: absolute;
	top: 25px;
	left: 8px;
	width: 326px;
	height: 56px;
	background-image: url(images/inquiry_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px !important;
}
.inquiry-web {
	position: absolute;
	top: 25px;
	left: 340px;
	width: 326px;
	height: 56px;
	background-image: url(images/inquiry_web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px !important;
}
.inquiry-web:hover {
	background-position: 0px -56px;
}
.oa_address {
	position: relative;
	width: 675px;
	height: 94px;
	background-image: url(images/img_address.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oa_txt {
	display: none;
}
.oa_address01 {
	position: absolute;
	top: 20px;
	left: 225px;
	width: 200px;
	height: 55px;
	padding-left: 15px;
	background-image: url(images/dotline02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #767674;
}
.oa_address02 {
	position: absolute;
	top: 20px;
	left: 440px;
	width: 200px;
	height: 55px;
	padding-left: 15px;
	background-image: url(images/dotline02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #767674;
}
.txt01 {
	margin-bottom: 16px;
}
.txt02 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.txt-right {
	text-align: right;
}
.btn-pdf {
	display: block;
	height: 16px;
	padding-left: 26px;
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.btn-pdf:hover {
	background-position: 0px -16px;
}
.pageline {
	clear: both;
	display: block;
	width: 675px;
	height: 25px;
	background-image: url(images/dotline03.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
	text-indent: -9999px;
}
.point01 {
	margin-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/point01.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #202020;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
}
.point02 {
	margin-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/point02.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #202020;
	font-size: 10px;
	line-height: 140%;
}
.point03 {
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/dotline02.gif);
	background-repeat: repeat-y;
	background-position: 5px 0px;
	color: #787878;
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
}
.page-divide {
	width: 675px;
}
.pagehalf {
	float:left;
	width: 337px;
}
.pagetrisection {
	float:left;
	width: 225px;
}


/*=====================================
kojima追加
=====================================*/

.txt_tuika {
	font-size: 10px;

}
.txt_tuika2 {
	font-size: 10px;
	line-height: 150%;
}
.blue {
	color: #003399;
	font-weight: bold;
}

.red {color: #FF0000;
	font-weight: bold;
}

.banner_txt {
	display: block;
	width: 135px;
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
	float: left;
}
#LM-banner04 {
	float: left;
	display: block;
	width: 111px;
	height: 52px;
	background-image: url(images/banner_lan2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	text-indent: -9999px;
}
#LM-banner04:hover {
	background-position: 0px -52px;
}
.bannerpoint {
	float: left;
	width: 135px;
	margin-right: 10px;
	clear: none;
}
.newicon {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.pricecut_img {
	margin-bottom: 20px;
}
.pricecut_img_title {
	margin-bottom: 10px;
}
