@charset "utf-8";
/* CSS Document */


.matchmaker-box {
	line-height:160%;
	
	}



ul.matchmaker-index{
	margin:0 40px 50px 40px;
	padding:0 0 0 15px;
	list-style-type: square;
	list-style-position:outside;
	color:#972e80;
	}


	.matchmaker-index li{
		padding:5px 0 0 0;
		}
		
		
		
		
	#matchmaker a:link { 
		color:#666;
		text-decoration: none; 
	} 
	
	#matchmaker a:visited { 
		color:#666;
		text-decoration: none; 
	} 
	
	#matchmaker a:hover {
		color:#666;
		text-decoration:underline;
	} 
	
	#matchmaker a:active {
		color:#666;
		text-decoration:underline;
	} 
	
	
.profile-box {
	margin:0 15px;
	border:1px solid #cccccc;
	padding:10px;
	}
	
.profile-ttl {
	color:#972e80;
	line-height:1
	}
	



.dotted-box {
	margin-left:15px;
	border:1px dotted #cccccc;
	padding:10px;
	}

	
.purple {
	color:#972e80;
	}
	
.medi-green {
	color:#47877B;
	}
	
.medi-pink {
	color:#DD6464;
	}
	
.normal {
	font-weight:normal;
	
	}
	
