/*ページ全体に対する書式設*/

body	{background-image:url("images/bg_body.gif");

		}


/*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.gif");
		height: 120px;
		
		}
		
		
/*mainに対する書式設定*/
.main	{width:760px;
		margin: 20px;

		}
		
/*footerに対する書式設定*/

.footer{width:800px;
		background-color: #ccc;
		height: 100px;
		
		}
		
/*pagetopに対する書式設定*/

.pagetop{text-align:right;
		font-size:10px;
		
		}
		
/*linkに対する書式設定*/

.link	{text-align:center;

		}