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

body{
	    background-color:#d8e373;
        padding:37px 0;
		font-size:12px;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ 明朝",sans-serif;
		color:#666666;
		text-align:center;	
}

h1,h2,h3,h4{
            margin:0;
			}

p{
   margin:0;
   font-size:12px;
   line-height:20px; 	
   }

ul{ 
	 
	 margin:0;
	 padding:0;
	 list-style-image:url(../../images/nazenani/naze_top/box.gif); 
	 list-style-type:none;
	 list-style-position:inside;
	}

li{
      width:210px;
	  _width:193px;
	  margin-left:15px;
	  padding:3px 0 3px 5px;
	  } 

*:first-child+html li { width:190px; }
	  			 	  
li.border{
	       
		   border-bottom:dotted 1px #e4e2e2;   
		  }

.green{
        width:210px;
	   background-color:#f3f7d5;
	   padding:2px 0 2px 10px;
	   margin:10px 10px 0 10px;
	   }
		 	
#wrap{  
	   width:760px;
	   background-image:url(../../images/nazenani/naze_top/wrap.gif);
	   background-position:top;
	   background-repeat:no-repeat;
	   padding:7px 0 0 0;
	   margin:0 auto;
	   text-align:left;
	  }

#wrap2{
       width:760px;
	   background-image:url(../../images/nazenani/naze_top/wrap2.gif);
	   background-position:bottom;
	   background-repeat:no-repeat;
	   padding:0 0 7px 0;
	   }

#container{
	 width:760px;
	 background-image:url(../../images/nazenani/naze_top/container.gif);
	 background-repeat:repeat-y;
		   }
	  
#left_menu{
           width:245px;
		   float:left;
		   clear:both;
		   padding:28px 0 0px 3px;
		   background-position:bottom;
	       background-repeat:no-repeat;
		   }	  
		   
#title{
         width:197px;
		 margin:auto;
		 margin-bottom:15px;
		 }
		 		   
#ie_title{
           text-align:center;
		   }
		 
#contents{
          width:498px; 
		  float:right; 
		  }

#naze{
	  padding:40px 0 0 20px;
	  }
		  
#back{
        width:169px;
		margin:auto;
		margin-top:40px;
		margin-bottom:15px;	
		}	  
	  
#ie_back{
         
		 text-align:center;
		  }	
		  

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


