 		@charset "UTF-8":

/*ページ全体*/
#wrap{   
            width: 900px;
            margin-left: auto;
            margin-right: auto;
            border:1px solid #0000cc;
}            
body{
            color:#535353;
            font-size: 13px;
            line-height: 1.5;
            font-family:sans-serif;
            background-image:url(images/haikei05.jpg);
            background-repeat:repeat-y;
            background-position:left;
            margin-left: auto;
			margin-right:auto;
            }
address{
            font-size: 85%;
            font-style: normal;
            text-align: right;
            clear: left;
            float: left;
            width: 900px;
            padding-top: 15px;
            }
h3{
			background-color: #ee0000;
			text-align: center;
			padding: 5px;
			border: 1px solid #0000cc;
			font-size :200%;
			clear: #ff0099;
}
/*テーブル関係*/
table{
			border: 1px solid #666666;
			border-collapse: collapse;
			width: 230px;
			margin-bottom: 10px;
			
}
th{	
			border: 1px solid #999999;
			padding: 10px;
			background:-color:cccccc;
			
} 
td{					
			border: 1px solid #999999;
			padding: 10px;
			background-color:#eeeeee;
			text-align: center;
}
.cell{      border-top: none;
}
/*リスト部分*/
ul{        	
			padding:10px;
			float: left;

}
li{
            list-style-type:none;
            display: block;
            border-ieft:20px solid #00ccff;
            
            margin-bottom:10px;
            
}
li a:link{
            color: #ff9900;
            
}           
li a:visited{
            color: #0000ff;
}             ;
li a:hover{           
             color: #000000;
             text-decoration: none;
             font-size: 200%;
             
}
li a:active{
             color: #ff0000;
             text-decoration: none;
}               
a img{         		
			border: none;
																		
}					              
              
 /*ヘっダ部分*/	            
.header{	
              height: 70px; 
              line-height: 1.0;
              background-color: #0000cc;
}              	  	
.logo{                    
             padding: 4px 0 4px 3px;
             margin: 0;
             float: left;
             width: 175px;
}             
.title{             
             margin-left: 195px;
             margin-right: 0px;
             margin-top: 0;
             padding-top: 0;
             width: 750px;
             color: #ffffff;
             text-align: right;
             font-size: 200%;
             font-weight: bold;
             padding-top: 20px; 
             padding-right: 20px;
             padding-bottom: 10px;
             background-color: #00ccff;
             border-bottom: 5px solid #ffcc66;
             border-left: 5px solid #ffcc66;
             	
}             	
 /*ナビ*/
.navi{       
			 width: 180px;
			 float: ieft;
}	       	                     					               
             
/*メイン部分*/
.main{
             margin-left: 199px;
             width: 720px;
}
/*フっタ部分*/
.footer{      				
              borde-top:1px solid #666666;
              margin-top: 5px;
              height: 50px;
}
/*画像挿入*/
.itemphoto{
              float:left;
              margin-right: 20px;
              margin-bottom: 50px;
}              
/*配置関係*/              
.right{
			  float: right;
}			   
.clear1{       			                
               clear: left;
}                            
              







