﻿html{
      background-image:url("img/bg2.jpg");
      height:100%;

}

body{
     height:100%;
     font-family: sans-serif;
     font-size:14px;
letter-spacing:0.1em;
     line-height:1.8em;
     color:#383838;
}
body>#container{
                height:auto;
}
#container{
           min-height:100%;
           height:100%;
           width:900px;
           box-shadow:0 0 20px rgba(0,0,0,0.5);
           margin:-20px auto;
           background-color:#444444;
      　   
          


}

#header{
        
        background:black;

        height:120px;
      
　　　　
}
h1{
   width:330px;
   float:left;
}
img.tp{
      padding-top:10px;

}
img.tpR{   
           margin-right:20px;
           width:226px;
           float:right;
　　　　　 
　　　　　
}

#menu{ 
      overflow:hidden;
    
}


#menu ul>li{

     background-image: url(img/buttun.gif);
     width: 150px;
     float:left;
     height:40px;
     font-size:16px;
     text-align:center;
     letter-spacing:0.1em;
     vertical-align:middle;
     color:white;
     
 
    
   
 
}

#menu ul>li:hover {
   
    background-image: url(img/buttun2.gif);
    color:red;
    }


#menu ul>li>a{
         text-decoration:none;
         color:white;
         display:block;
         height:100%;
          line-height:40px;
}

#menu ul>li>a:hover{
      color:#ff1a6f;
}
     


#main{
      overflow:hidden;
      margin: 0 10px 40px 10px;
      
}

.sideMenu{
        width:280px;
        height:auto;
        float:left;
}

.sC{
   background-image:url(img/contentsBg.png);
   height:auto;
   width: 600px;
   padding-bottom:20px;
   float:right;
　 
}

.details{
	 margin-top:-10px;
         padding:0 10px;
}


.fb-page{
         height:500px;
         width:500px;
         float:left;
}

.section{
         margin-left:20px;
}


dl.inqiry{
	background-image:white;
}

.footer{
     height:40px;
     font-size:12px;
     color: #ccc;
     text-align:center;
     padding:10px 0 20px;
     width:100%;
     border-top: 1px solid #ccc;
	clear:right;
}

.footerMenu {

	    float:right;
	    text-align:center;
            
            overflow:hidden;
	    
} 


.footerMenu  li{
                
                float:left;
                vertical-align:middle;
		margin-top:5px;
                margin-right:20px;
	
		
}
     
.footerMenu a{
	      color:#ccc;
              text-decoration:none;
              
}
   
.footerMenu a:hover{
			color:#ff1a6f;
}
     
