@charset "UTF-8";
/* CSS Document */

#conteiner  {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

/* コンテンツ */
#content	{
	background-image: url(../maintenance/img/line.gif);
	background-repeat: repeat-y;
    width: 644px;
	float: right;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-size: 16px;
}

#conteiner #content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 10px;
}

#content h2	{
	background-color: #ffa500;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 38px;
	padding-left: 6px;
	margin-bottom: 10px;
	clear: both;
	}

/*メンテナンス手順*/
#conteiner #content .out {
    float: left;
	width: 430px;
	margin-left: 10px;
	margin-bottom: 15px;
	*padding-top: 15px;
    padding-left: 0px;
}

#conteiner #content .out .p3 {
	margin-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.8em;
}

#conteiner #content .outr {
    float: right;
	width: 180px;
	overflow: hidden;
	margin-top: 15px;
}


/*その１*/
#conteiner #content .out dt {
	padding-top: 20px;
	color:#009;
	font-weight:bold;
}

#conteiner #content .out .p1 {
	padding-top: 5px;
	padding-right: 10px;
	font-size: 0.8em;
}

#conteiner #content .out .dt2 {
    color:#009;
	font-weight:bold;
}
#conteiner #content .out .p2 {
    padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 25px;
	font-size: 0.8em;
}

/*予約状況*/
#conteiner #content h3{
	background-color: #ffa500;
	line-height: 38px;
	color: #ffffff;
	padding-left: 6px;
	margin-bottom: 10px;
	clear: both;
}

#conteiner #content .calender {
	float: left;
	width: 500px;
	margin-bottom: 15px;
	padding-left: 0px;
	margin-top: 15px;
}

/*案内*/
#conteiner #content #calender_list {
	float: left;
	width: 130px;
	margin-bottom: 15px;
}
#conteiner #content #green {
	font-size: 12px;
	background-color: #33CC00;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 5px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conteiner #content #blue {
	font-size: 12px;
	background-color: #39F;
	margin-bottom: 5px;
	text-indent: 5px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conteiner #content #calender_list ul li img {
	padding-top: 10px;
}
#conteiner #content #calender_list ul #salmon {
	font-size: 12px;
	background-color: #fa8072;
	margin-bottom: 5px;
	text-indent: 5px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#conteiner #content #yellow {
	font-size: 12px;
	background-color: #FFC;
	text-indent: 5px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#conteiner  #content #calender_list ul {
	line-height: 26px;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 15px;
}
#conteiner #content #calender_list ul #attention {
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
}



/* サイドバー */
#sidebar	{
	width: 206px;
	float: left;
	margin-top:0px;
	margin-bottom: 25px;
	background-image: url(../maintenance/img/line.gif);
	background-repeat: repeat-y;
}

ul.sidemenu	{
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	line-height: 0
}

#conteiner #sidebar img {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

ul.sidemenu li	{
	list-style-type: none;
	width: 206px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

ul.sidemenu li.active	{
	list-style-type: none;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color:#CFF;
	color: #005087;
	font-weight: bold;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding-left: 5px
}


#conteiner #sidebar .sidemenu .last {
	list-style-type: none;
	width: 206px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #005087;
	padding-left: 10px
}


ul.sidemenu li a:hover	{
	color:#F00;
	background-color:#FFCCFF;
	font-weight: bold;
}

/*tel*/
#conteiner #sidebar #tel {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#conteiner #sidebar #tel a .flow {
	padding-bottom: 10px;
}
