@charset "UTF-8";
/* CSS Document */

	


#content {
	width:750px;
	clear:left;
	float:left;
	margin:0 10px;
	padding:10px 0;
	background:#fff url(../pict/repo/repo.gif) no-repeat top right;
	}

	#content p {
		font-size:75%;
		line-height:1.4em;
		margin:0 0 0 10px;
		}
		
#illust {
	margin:10px;
	clear:left;
	width:750px;	
	}
	#illust p {
		text-align:center;
		font-size:85%;
		line-height:30px;
		font-style:normal;
		font-weight:bold;
		}
		
#outline {
	margin:5px 0 5px 0;
	clear:left;
	width:750px;
	border-bottom:1px solid #666;	
	}
	#outline p {
		font-size:70%;
		font-style:normal;
		}
		
		
#content ul {
	width:750px;
	list-style:none;

	clear:left;
	float:left;
	}	
#content li {
	margin-left:20px;
	font-size:75%;
	color:#333;
	line-height:18px;
	float:left;
	}
	

	
	
	
		
a {
	color:#333;
	}
a:link {
	text-decoration:none;
	color:#333;
	}
a:visited {
	text-decoration:none;
	color:#666;
	}
a:hover {
	text-decoration:underline;
	color:#000;
	}
	
		
em {
	font-style:normal;
	color:#990033;
	}
	
strong {
	font-style:normal;
	font-weight:bold;
	}	
	
			
#footer {
	clear:left;
	width:750px;
	}
	#footer address {
		text-align:right;
		font-size:60%;
		line-height:30px;
		font-style:normal;
		}
