/* CSS Document */

/* メンテナンス     */

#maintenance {
   width: 520px;
   margin-left: 5px;
   line-height: 1.8;
}

#maintenance h3{
   height: 100px;
   font-size: 120%;
   margin-bottom: 15px;
   padding-bottom: 5px;
   border-bottom: #CCCCCC 1px dotted;
   background: url(img/hito.jpg) bottom right no-repeat;
}

#maintenance h4{
   height: 50px;
   font-size: 110%;
   padding-top: 15px;
   padding-bottom: 0px;
   padding-left: 110px; 
   margin-bottom : 10px;
   background: url(img/kougu.jpg) top left no-repeat;
   color: #0099CC;
}

#maintenance ul li{
   list-style: disc;
   margin-left: 30px;
   line-height: 2.5;
   font-size: 110%;
}
#maintenance2{
    width: 500px;
	margin-top: 10px;
	margin-left: 5px;
	padding: 15px;
	background: url(../img/contact_bg2.gif);
	float: left;
}
#maintenance2 .mentebox{
    padding: 5px;
	background: #FFF;
	}
#maintenance2 .mentebox p{
   margin-top: 5px;
   margin-bottom: 5px;
}