body{
	font-size : 14px;
	line-height: 1.3;
	font-family: Arial;
	color: #ffffff;
	margin: 0px;
}

h1 {
	font-size: 20px;
	line-height: 1;
	margin: 5px 0;
	border-left: 5px solid #808080;
	padding-left: 5px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 24px;
	margin-left: 10px;
	font-family: times new roman;
	font-style: italic;
}

p {
	margin-left:10px;
}

/* ページ内リンク装飾 */
a:link { 
	text-decoration:none;
	color: #669999;
	}
	
a:visited { 
	color: #669999;
	}
	
a:hover { 
	text-decoration:underline;
	color:#ff3366;
	}
	
a:active {
	color:#FFCCCC;
	}
	
a 	{
	text-decoration:none;
	}

/* ページ内レイアウト装飾 */

#header {
	height: 70px; 
	text-align: center;
	border-bottom: 1px solid #808080;
	background-color: #000000;
}

#main {
	position: relative;
	width: 930px;
	margin: 40px 0 40px -465px;
	left: 50%;
	height: 100%;
}

#footer {
	clear: both;
	height: 20px; 
	color: #808080;
	border-top: 1px solid #808080;
	background-color: #000000;
}