@charset "utf-8";

@import "reset.css";
@import "basement.css";
@import "navigation.css";

/*  コンテンツ 
=========================================================================*/

#content {
   margin-top: 20px;
   position:relative;
   width:780px;
   overflow: auto;
   }        
#content h1 {
   text-align: center;
   }
#mapContent {
   float:left;
   width: 373px;
   margin: 10px 10px;
   display: inline;
   border: 1px solid #CCC;
   }                          
#complement {
   float: right;
   width: 373px;
   margin: 10px 10px 10px 0;
   display: inline;
   border: 1px solid #CCC;  
   }   

#mapContent ul.decimal,
#complement ul.decimal {
   margin: 10px 10px 15px 20px;
   }
#mapContent ul.decimal li,
#complement ul.decimal li {
   list-style-type: decimal;
   }

#mapContent ul li.heading {
   color:#006666;
   font-weight: bold;
   }
#mapContent ul li.heading * {
   font-weight: normal;
   }
#mapContent ul.decimal li.heading ul {
   border-bottom: 1px solid #e8e8e8;
   margin-bottom: 15px;
   }   

#mapContent ul li a,
#complement ul li a {
   color:#6699FF;
   text-decoration: none;
   }
   
#mapContent ul li a:hover,
#complement ul li a:hover {
   color: #66CCFF;
   text-decoration: underline;
   }   
   

