body{
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/*　ヘッダに関するＣＳＳ　*/
#header h1{
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	height: 40px;
	padding: 10px 30px;
	margin: 0px;
	background-color: #b08bfe;
}
#contents{
	margin: 20px;
	width: 600px;
}
#contents UL{
	list-style-position: outside;
	color: #666666;
	padding: 10px 20px 10px 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	list-style-image : url(../img/gif/arrow_61.gif);
	font-size : 90%;
	line-height : 180%;
	font-weight : bolder;
}	
#contents DT{
	font-weight : normal;
	margin: 10px 30px 10px 20px;
	font-size : 90%;
}

/* リンクに関するＣＳＳ */
a{
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
}
a:visited{
	color: #009966;
}
a:hover{
	color: #ff99cc;
}

#footer{
	text-align: center;
	width: 600px;
	text-size: 90%;
}
