@charset 'utf-8';
/* CSS Document */

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197% 
*/

/*==========================================================
html
===========================================================*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center; /* IE 向けセンタリング指定 */
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
} 

#container { 
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
} 

/*よく使うものはコピペしてつかう*/

hr {
	display: none;
}

ul, ol, li {
	list-style: none;
	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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



body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}



#container {
	height: auto;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height: 81px;
	width: 800px;
	background: url(../img/header.jpg) no-repeat left top;
}

#container #header .btn {
	height: 20px;
	width: 215px;
	float: right;
	margin-top: 45px;
}


/*#container #header .logo {
	height: 81px;
	width: 260px;
	text-indent: -9999px;
	display: inline-block;
}*/

#header:after {
    content: '.'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container #wrapper {
	background: #FFFFFF;
	height: auto;
	width: 800px;
}

div#wrapper:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div#wrapper {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html div#wrapper { height: 1%; }
div#wrapper { display: block; }
#container #wrapper .subarea {
	float: left;
	height: auto;
	width: 175px;
	margin-top: 3px;
}

#container #wrapper .mainarea {
	float: right;
	height: auto;
	width: 625px;
	background: #FFFFFF;
}
.mainarea .omidashi {
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#container #flash {
	background: #FFFFFF;
	height: 300px;
	width: 800px;
}

#content {
	height: auto;
	width: 615px;
	margin-left: 5px;
}

img {
   border:0;   
   vertical-align:bottom;
}


/*==========================================================
subarea
===========================================================*/


.touroku  {
	margin-top: 5px;
	margin-left: 4px;
}


.subarea  #pricenavi {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-left: 5px;
}


.subarea img {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
}



/*==========================================================
会員・レンタルシステムページレイアウト
===========================================================*/

.subnavi {
	width: 800px;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #999999;
}

.mainarea .textarea {
	height: auto;
	width: 570px;
	color: #333333;
	margin-bottom: 20px;
	margin-left: 12px;
	padding: 8px 8px 8px 10px;
	letter-spacing: 0.1em;
	line-height: 17px;
}

.textarea li {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 6px;
	list-style: disc;
}

.textarea3 li {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 6px;
	list-style: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textarea3 .listbox{
	margin-top: 10px;
	margin-bottom: 8px;
}

.textarea3 .listbox li {
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 6px;
	list-style: decimal;
}

.lo { 
list-style-position: outside ;
}

.textarea img {
	margin-left: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
	float: left;
}

.mainarea .textarea2 {
	height: 720px;
	width: 570px;
	color: #333333;
	margin-bottom: 20px;
	margin-left: 12px;
	border: thin solid #CEC4C5;
	letter-spacing: 0.1em;
	line-height: 17px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.textarea2 li {
	margin-bottom: 3px;
	list-style: url(../../rental/img/linkstyle.gif) inside;
	margin-top: 3px;
	margin-left: 3px;
}

.textarea2 img {
	margin-left: 8px;
	margin-top: 7px;
	margin-bottom: 7px;
	float: left;
}

.mainarea h2 {
	margin-top: 10px;
	margin-left: 6px;
	height: 30px;
	width: 600px;
}

.nissuhyou  {
	margin: 10px;
	height: 600px;
	width: 600px;
}

.kiyaku .shamei {
	float: right;
	width: 250px;
	text-align: right;
	padding: 15px 0px 5px 5px;
}

.mainarea .kiyaku li {
	line-height: 18px;
}

.kiyaku h2 {
	padding-bottom: 15px;
	color: #FFFFFF;
	background: url(../../member/img/kiyaku.gif) no-repeat center center;
	width: 381px;
	height: 38px;
	text-indent: -9999px;
	display: inline-block;
	padding-left: 150px;
	padding-top: 15px;
}

table#link {
	width: 540px;
	margin-left: 15px;
	margin-bottom: 7px;
	}

.mainarea .kiyaku {
	height: 300px;
	width: 570px;
	overflow: scroll;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #FFE8F0;
	margin-left: 12px;
	padding: 12px;
	color: #333333;
}
.mainarea .kiyaku .right {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
.mainarea .kiyaku h4 {
	padding-top: 15px;
	padding-bottom: 5px;
}
.mainarea .kiyaku .block {
	width: 540px;
	float: right;
}
#container #wrapper .mainarea .dlarea {
	height: 80px;
	width: 625px;
}

.mainarea .dlbtn {
	float: left;
	width: 625px;
	height: 34px;
	padding-top: 0px;
	padding-bottom: 25px;
}

.mainarea .dlbtn2 {
	float: left;
	width: 625px;
	height: 34px;
	padding-top: 0px;
	padding-bottom: 50px;
}

.mainarea .dlbtn img {
	margin-left: 10px;
}

.mainarea .dlbtn2 img {
	margin-left: 10px;
}








/*==========================================================
価格ぺージレイアウト
===========================================================*/

.mainarea #shubetu {
	height: 23px;
	margin-left: 15px;
	margin-top: 12px;
	margin-bottom: 15px;
	text-align: left;
}

#content .leftarea {
	float: left;
	width: 205px;
}
#content .rightarea {
	float: right;
	width: 410px;
}
#content .rightarea .centerarea {
	float: right;
	width: 410px;
}
#content .description {
	height: 255px;
	width: 205px;
	float: left;
	display: inline-block;
	padding-bottom: 7px;
}
div.description:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.description {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div.description { height: 1%; }
div.description { display: block; }
/* End hide from IE-mac */

#content .description2  {
	float: left;
	height: 255px;
	width: 205px;
	padding-bottom: 7px;
}

div.description2:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.description2 {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html div.description2 { height: 1%; }
div.description2 { display: block; }
/* End hide from IE-mac */

#content .description3 {
	float:right;
	height: 255px;
	width: 205px;
	padding-bottom: 7px;
}

div.description3:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.description3 { height: 1%; }
div.description3 { display: block; }
/* End hide from IE-mac */

.description .img {
	height: 90px;
	width: auto;
}

.description2 .img {
	height: 90px;
	width: auto;
}

.description3 .img {
	height: 90px;
	width: auto;
}

/*h3  {
	background-color: #333333;
	width: 182px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
	letter-spacing: 0.1px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}*/

h3  {
	background: url(../../price/img/r_back.jpg) no-repeat center center;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
	letter-spacing: 0.1px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

.shouhin  {
	background: url(../../price/img/r_back.jpg) no-repeat center center;
	height: 26px;
	width: 182px;
	margin-top: 8px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 16px;
	margin-left: 8px;
}

/*.shouhin  {
	background-color: #333333;
	width: 182px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 15px;
	letter-spacing: 0.1px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}*/

.shouhin p {
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 1px;
	padding-top: 0px;
	height: auto;
	width: 122px;
}
.shouhin h5 {
	float: left;
	width: 40px;
	padding-top: 4px;
}

.description .ryoukin {
	background: url(../../price/img/ryo_back.gif) no-repeat left top;
	width: 174px;
	height: 42px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
}

.description .ryoukin h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description .ryoukin p {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 2px;
}

.description .ryoukin2 {
	background: url(../../price/img/ryo_back2.gif) no-repeat left top;
	width: 174px;
	height: 22px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
}

.description .ryoukin2 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description .ryoukin2 p {
	font-weight: bold;
	color: #0000FF;
}

.description .ryoukin3 {
	background: url(../../price/img/ryo_back3.gif) no-repeat left top;
	width: 174px;
	height: 32px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: #0000FF;
}

.description .ryoukin3 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description2 .ryoukin {
	background: url(../../price/img/ryo_back.gif) no-repeat left top;
	width: 174px;
	height: 42px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 3px;
}

.description2 .ryoukin h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description2 .ryoukin p {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 2px;
}

.description2 .ryoukin2 {
	background: url(../../price/img/ryo_back2.gif) no-repeat left top;
	width: 174px;
	height: 22px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: bottom;
}

.description2 .ryoukin2 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description2 .ryoukin2 p {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 2px;
}

.description2 .ryoukin3 {
	background: url(../../price/img/ryo_back3.gif) no-repeat left top;
	width: 174px;
	height: 32px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: #0000FF;
}

.description2 .ryoukin3 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description3 .ryoukin {
	background: url(../../price/img/ryo_back.gif) no-repeat left top;
	width: 174px;
	height: 42px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 3px;
}

.description3 .ryoukin h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description3 .ryoukin p {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 2px;
}

.description3 .ryoukin2 {
	background: url(../../price/img/ryo_back2.gif) no-repeat left top;
	width: 174px;
	height: 22px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
}

.description3 .ryoukin2 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

.description3 .ryoukin2 p {
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	padding-right: 2px;
}

.description3 .ryoukin3 {
	background: url(../../price/img/ryo_back3.gif) no-repeat left top;
	width: 174px;
	height: 32px;
	margin-left: 14px;
	line-height: 12px;
	margin-top: 3px;
	padding-top: 2px;
	padding-left: 4px;
	font-weight: bold;
	color: #0000FF;
}

.description3 .ryoukin3 h4 {
	font-size: smaller;
	color: #333333;
	padding-top: 1px;
	padding-left: 2px;
	font-weight: lighter;
}

table#table01{
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	height: 67px;
	margin-left: 35px;
}

table#table01 th {
	/*padding: 1px;
	background: #C2C2C2 url(../img/bg_02_header.gif) repeat-x 0 100%;*/
	color: #003399;
	font-weight: normal;
	line-height: 90%;
	text-align: left;
	font-size: smaller;
	border-bottom: thin solid #80A5E7;
	border-left: thick solid #80A5E7;
	border-top-color: #80A5E7;
	border-right-color: #80A5E7;
	padding-left: 5px;
}

table#table01 td {
	padding: 1px;
	color: #1A4444;
	text-align: right;
	white-space: nowrap;
	/*border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;*/
	line-height: 90%;
	font-size: smaller;
	letter-spacing: 0.1em;
	border-bottom: thin solid #7B97E0;
}

table#table02{
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	height: 67px;
	margin-left: 20px;
}

table#table02 th {
	/*padding: 1px;
	background: #C2C2C2 url(../img/bg_02_header.gif) repeat-x 0 100%;*/
	color: #003399;
	font-weight: normal;
	line-height: 90%;
	text-align: left;
	font-size: smaller;
	border-bottom: thin solid #80A5E7;
	border-left: thick solid #80A5E7;
	border-top-color: #80A5E7;
	border-right-color: #80A5E7;
	padding-left: 5px;
}

table#table02 td {
	padding: 1px;
	color: #1A4444;
	text-align: right;
	white-space: nowrap;
	/*border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;*/
	line-height: 90%;
	font-size: smaller;
	letter-spacing: 0.1em;
	border-bottom: thin solid #7B97E0;
}

.description2 .setumei {
	height: 68px;
	width: 130px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}

.description3 .setumei {
	height: 68px;
	width: 130px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}

.description .setumei {
	height: 68px;
	width: 130px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}

.description .setumei2 {
	height: 50px;
	width: 130px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}

.description2 .setumei2 {
	height: 50px;
	width: 130px;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}

.description .setumei3 {
	height: 68px;
	width: 160px;
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #333333;
}






/* =========================================================
■フッターレイアウト
========================================================= */


#container #footer {
	height: 60px;
	width: 800px;
	background: url(../img/footer.jpg) no-repeat left top;
	display: inline-block;
	clear: right;
}
#footer p {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 15px;
}



/* =========================================================
■ glovalnavi 画像置換のナビゲーション
========================================================= */

div#glovalnavi {
	overflow: hidden;
	height: 50px;
	margin-left: 1px;
}
div#glovalnavi ul {
	width: 800px;
	height: 50px;
}
div#glovalnavi ul li {
	float: left;
	width: 114px;
	height: 50px;
}
div#glovalnavi ul li a {
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px; /* テキストを画面の表示より外に */
	outline: none; /* リンク破線を不可視に */
}
div#glovalnavi ul li a:hover {
	background-position: 0 100%;
}
div#glovalnavi ul li.rental a {
	background-image: url(../img/btn_rental.jpg);
}
div#glovalnavi ul li.price a {
	background-image: url(../img/btn_price.jpg);
}
div#glovalnavi ul li.reserv a {
	background-image: url(../img/btn_rese.jpg);
}
div#glovalnavi ul li.rent a {
	background-image: url(../img/btn_rent.jpg);
}
div#glovalnavi ul li.payment a {
	background-image: url(../img/btn_pay.jpg);
}
div#glovalnavi ul li.faq a {
	background-image: url(../img/btn_faq.jpg);
}
div#glovalnavi ul li.shop a {
	background-image: url(../img/btn_shop.jpg);
}

/* =========================================================
■ tabnavi 画像置換のナビゲーション
========================================================= */

div#tabnavi {
	overflow: hidden;
	height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#tabnavi ul {
	width: 616px;
	height: 31px;
	margin: 5px 0px 7px 5px;
}
div#tabnavi ul li {
	float: left;
	width: 88px;
	height: 31px;
}
div#tabnavi ul li a {
	display: block;
	height: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px; /* テキストを画面の表示より外に */
	outline: none; /* リンク破線を不可視に */
}
div#tabnavi ul li a:hover {
	background-position: 0 100%;
}
div#tabnavi ul li.hand a {
	background-image: url(../../price/img/tab_hand.gif);
}
div#tabnavi ul li.mono a {
	background-image: url(../../price/img/tab_mono.gif)
}
div#tabnavi ul li.bat a {
	background-image: url(../../price/img/tab_bat.gif);
}
div#tabnavi ul li.tan a {
	background-image: url(../../price/img/tab_tang.gif);
}
div#tabnavi ul li.head a {
	background-image: url(../../price/img/tab_head.gif);
}
div#tabnavi ul li.un a {
	background-image: url(../../price/img/tab_un.gif);
}
div#tabnavi ul li.acc a {
	background-image: url(../../price/img/tab_acc.gif);
}

/* =========================================================
■ pricenavi 画像置換のナビゲーション
========================================================= */

div#pricenavi {
	height: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#pricenavi ul {
	width: 168px;
	height: 341px;
	margin: 1px 0px 1px 0px;
}
div#pricenavi ul li {
	width: 168px;
	height: 30px;
}
div#pricenavi ul li a {
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px; /* テキストを画面の表示より外に */
	outline: none; /* リンク破線を不可視に */
}
div#pricenavi ul li a:hover {
	background-position: 0 100%;
}
div#pricenavi ul li.hand a {
	background-image: url(../img/sub_han.jpg);
}
div#pricenavi ul li.mono a {
	background-image: url(../img/sub_mono.jpg);
}
div#pricenavi ul li.bat a {
	background-image: url(../img/sub_bat.jpg);
}
div#pricenavi ul li.tan a {
	background-image: url(../img/sub_tan.jpg);
}
div#pricenavi ul li.head a {
	background-image: url(../img/sub_head.jpg);
}
div#pricenavi ul li.un a {
	background-image: url(../img/sub_un.jpg);
}
div#pricenavi ul li.acc a {
	background-image: url(../img/sub_acc.jpg);
}
div#pricenavi ul li.rif a {
	background-image: url(../img/sub_rif.gif);
}
div#pricenavi ul li.stand a {
	background-image: url(../img/sub_stand.gif);
}
div#pricenavi ul li.cord a {
	background-image: url(../img/sub_cord.gif);
}
div#pricenavi ul li.sonota a {
	background-image: url(../img/sub_sonota.gif);
}




/*==========================================================
アクセスページレイアウト
===========================================================*/
.textarea .article {
	width: 545px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.textarea .article h6 {
	font-size: 18px;
	color: #990033;
}

.textarea .article h4 {
	color: #FFFFFF;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #EA869F;
	height: 15px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #CC2752;
	font-size: 14px;
	padding-top: 1px;
}
.textarea .article p {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF4F4;
	padding-right: 5px;
	padding-left: 5px;
}
.textarea .map {
	height: 502px;
	width: 570px;
	padding-right: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}

/*==========================================================
プライバシーポリシーぺージレイアウト
===========================================================*/

.textarea3 .listbox {
	width: 480px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*p .no {   
        padding-left: 0.1em;   
        text-indent: -0.1em;   
    } */  
	
	
/*==========================================================
トップページレイアウト
===========================================================*/
	
.newcont .article {
	height: auto;
	width: 570px;
	margin-left: 13px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #333333;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.newcont p {
	margin-left: 15px;
}
.newcont .article h4 {
	color: #FFFFFF;
	background-color: #0099FF;
	width: 100px;
	padding-left: 8px;
}
.newcont .article h2 {
	font-size: medium;
	color: #0099FF;
}
.article .kyan {
	float: right;
	width: 100px;
}
.newcont .article p {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*==========================================================
各ページ別H2タグの処理
===========================================================*/

.mainarea .rental h2 {
	background-image: url(../../rent/img/midashi_back2.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}

.mainarea .system h2 {
	background-image: url(../../rental/img/midashi_back7.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}

.mainarea .rese h2 {
	background-image: url(../../reserv/img/midashi_back3.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}




.mainarea .faq h2 {
	background-image: url(../../faq/img/midashi_back5.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}

.mainarea .mem h2 {
	background-image: url(../../member/img/midashi_back.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}

.mainarea .pay h2 {
	background-image: url(../../pay/img/midashi_back4.jpg) ;
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}
.mainarea .shop h2 {
	background-image: url(../../shop/img/midashi_back6.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 600px;
	font-size: 14px;
	color: #666666;
	padding-top: 8px;
	padding-left: 18px;
}

/*==========================================================
借り方返却方法・予約のページレイアウト
===========================================================*/

.mainarea .nagare {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mainarea .ya {
	height: 30px;
	width: 300px;
	padding-left: 150px;
}


.mainarea .download {
	margin-bottom: 5px;
	margin-left: 10px;
}

.mainarea .download2 {
	margin-bottom: 40px;
	margin-left: 10px;
}
#wrapper .mainarea .adobebtn {
	margin-bottom: 30px;
	margin-left: 8px;
}



/*==========================================================
よくある質問のページレイアウト
===========================================================*/

.mainarea .question {
	height: auto;
	width: 570px;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 12px;
	letter-spacing: 0.1em;
	line-height: 17px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.mainarea .answer {
	height: auto;
	width: 570px;
	color: #333333;
	margin-bottom: 20px;
	margin-left: 12px;
	padding: 8px 8px 8px 10px;
	letter-spacing: 0.1em;
	line-height: 17px;
}


/*--------------------------------------------------------------
clearfix
---------------------------------------------------------------*/


.clearfix:after {
    content: '.'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.mainarea #shubetu p {
	color: #666666;
}
.mainarea .test {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 580px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #0066FF;
	line-height: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mainarea .question {
	color: #FFFFFF;
	background-color: #666666;
}



/*==========================================================
ショップページレイアウト
===========================================================*/

.mainarea .shoptext {
	color: #333333;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 13px;
}
.mainarea .shopbox {
	height: auto;
	width: 570px;
	margin-bottom: 25px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;	
	line-height: 17px;
}


.itemdata {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.shopprice {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.namber {
	font-size: 11px;
	color: #FF3300;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.itemname {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
	font-size: 11px;
	background-color: #FF9900;
	padding: 0px;
	text-indent: 5px;
}
