@charset "Shift_JIS";
/***********************************************************

	[1] /rental common
	[2] /rental/index.html
	[3] /rental/faq.html
	[4] /rental/howto.html
***********************************************************/

/* [1]common **********************************************/

h2,h3{
	margin-bottom:5px
}
h2{
	display:block;
	text-indent:-99999px;

	width:570px;
	height:47px;
}

h3{
	clear:both;
	background:#fff left center;
	line-height:2;
}
#main p{
	width:95%;
}
#mainBox .font1 {
	font-size: 0px;
}

/**********************************************************/

/* [2]/index.html ******************************************/
body#index 
h2{
	background:#fff url(image/title_arthall.gif) no-repeat left center;
}
body#index
#main ul{
	display: inline-block;

	margin-left:10px;
	width:560px;
}
#index #mainBox .info {
	font-weight: bold;
	color: #FFFFFF;
}
#index #mainBox .copy {
	font-size: 12px;  
	color: #212121;
}

/* clearfix hack */
body#index
#main ul:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 1px;  
	line-height: 0;  
	clear: both; 
}
/* Hides from IE-mac \*/ 
* html body#index
#main ul{
	height: 1%;
}
/* End hide from IE-mac */

body#index
#main li{
	float:left;
	display:block;

	padding:2px 0 2px 22px;
	width:248px;

	background:#fff url(../image/pdf.gif) no-repeat left center;
}
/**********************************************************/

/* [3]index.html ******************************************/

#calendar{
	border: 1px solid #999;
	border-collapse: collapse;
}
#calendar td{
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
	line-height: 1.5;
}
#calendar th{
	background: #999;
	border: 1px solid #999;
	padding: 2px;
}

.sun{
	background: #ffccee;
}
.sat{
	background: #cceeff;
}
.normal{
}
.kyukan{
	background: #ddd;
}

#calendar strong{
	font-size: 120%;
}

.othermonth{
	text-align: center;
}

.othermonth td{
	text-align: center;
	font-size: 12px;
}
.othermonth strong{
	font-size: 120%;
}
.noother{
	color: #999;
}
