/*ページ全体に対する書式設定*/

body	{background-image:url("images/bg_body.jpg");
		
		}


/*h2に対する書式設定*/
h2		{border-left:solid red thick;
		border-bottom: dotted red 2px;
		font-size: 16px;
		padding-left: 5px;
		}		
		
		
/*sotowakuに対する書式設定*/		
.
.sotowaku{width:800px;
		background-color:  #fff;
		
		}
		
/*headerに対する書式設定*/		

.header{width:800px;
		background:#fff url("images/title.jpg");
		height: 120px;
		
		}
		
		
/*mainに対する書式設定*/
.main	{width:760px;
		margin: 20px;

		}
		
/*footerに対する書式設定*/		

.footer{width:800px;
		background-color:  #ccc;
		height: 100px;
		
		}
		
